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

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c4256 Unit *accnext; /* -> where next digit will go */ local
4535 accnext=acc+acclength-1; /* -> msu of acc [NB: allows digits+1] */
4602 *accnext=thisunit; /* store in accumulator */
4610 accnext--; /* ready for next */
4633 /* if early stop), starting at accnext+1 (its lsu) */
4639 *accnext=0; /* .. whose value is 0 */
4641 else accnext++; /* back to last placed */
4642 /* accnext now -> lowest unit of result */
4654 Unit lsu=*accnext;
4669 accunits=decShiftToLeast(accnext, accunit
[all...]
/external/icu/icu4c/source/i18n/
H A DdecNumber.c4258 Unit *accnext; /* -> where next digit will go */ local
4537 accnext=acc+acclength-1; /* -> msu of acc [NB: allows digits+1] */
4604 *accnext=thisunit; /* store in accumulator */
4612 accnext--; /* ready for next */
4635 /* if early stop), starting at accnext+1 (its lsu) */
4641 *accnext=0; /* .. whose value is 0 */
4643 else accnext++; /* back to last placed */
4644 /* accnext now -> lowest unit of result */
4656 Unit lsu=*accnext;
4671 accunits=decShiftToLeast(accnext, accunit
[all...]

Completed in 957 milliseconds