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

/external/icu4c/i18n/
H A DdecNumber.c4247 Unit thisunit; /* current unit being accumulated */ local
4508 thisunit=0; /* current unit assumed 0 */
4534 thisunit++; /* as though subtracted */
4551 thisunit=(Unit)(thisunit+mult); /* accumulate */
4572 if (accunits!=0 || thisunit!=0) { /* is first or non-zero */
4573 *accnext=thisunit; /* store in accumulator */
4577 for (pow=&powers[1]; thisunit>=*pow; pow++) accdigits++;

Completed in 182 milliseconds