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

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c4258 Int accunits; /* count of units accumulated */ local
4533 accunits=0; /* no units accumulated yet */
4601 if (accunits!=0 || thisunit!=0) { /* is first or non-zero */
4604 if (accunits==0) {
4609 accunits++; /* update count */
4635 /* accunits is the number of digits collected in acc */
4636 if (accunits==0) { /* acc is 0 */
4637 accunits=1; /* show have a unit .. */
4669 accunits=decShiftToLeast(accnext, accunits, dro
4869 Int accunits; /* Units of accumulator in use */ local
6278 Int accunits, need; /* units in use or needed for acc */ local
[all...]
/external/icu/icu4c/source/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 715 milliseconds