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

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c4276 Unit thisunit; /* current unit being accumulated */ local
4537 thisunit=0; /* current unit assumed 0 */
4563 thisunit++; /* as though subtracted */
4580 thisunit=(Unit)(thisunit+mult); /* accumulate */
4601 if (accunits!=0 || thisunit!=0) { /* is first or non-zero */
4602 *accnext=thisunit; /* store in accumulator */
4606 for (pow=&powers[1]; thisunit>=*pow; pow++) accdigits++;
/external/icu/icu4c/source/i18n/
H A DdecNumber.c4278 Unit thisunit; /* current unit being accumulated */ local
4539 thisunit=0; /* current unit assumed 0 */
4565 thisunit++; /* as though subtracted */
4582 thisunit=(Unit)(thisunit+mult); /* accumulate */
4603 if (accunits!=0 || thisunit!=0) { /* is first or non-zero */
4604 *accnext=thisunit; /* store in accumulator */
4608 for (pow=&powers[1]; thisunit>=*pow; pow++) accdigits++;

Completed in 174 milliseconds