Searched refs:accunits (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A DdecNumber.c4260 Int accunits; /* count of units accumulated */ local
4535 accunits=0; /* no units accumulated yet */
4603 if (accunits!=0 || thisunit!=0) { /* is first or non-zero */
4606 if (accunits==0) {
4611 accunits++; /* update count */
4637 /* accunits is the number of digits collected in acc */
4638 if (accunits==0) { /* acc is 0 */
4639 accunits=1; /* show have a unit .. */
4671 accunits=decShiftToLeast(accnext, accunits, dro
4871 Int accunits; /* Units of accumulator in use */ local
6280 Int accunits, need; /* units in use or needed for acc */ local
[all...]

Completed in 221 milliseconds