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

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c6985 uInt discard1; /* first discarded digit */ local
7002 discard1=quot-X10(temp);
7005 discard1=quot%10;
7008 /* here, discard1 is the guard digit, and residue is everything */
7010 *residue+=resmap[discard1];
/external/icu4c/i18n/
H A DdecNumber.c7016 uInt discard1; /* first discarded digit */ local
7034 discard1=quot-X10(temp);
7037 discard1=quot%10;
7040 /* here, discard1 is the guard digit, and residue is everything */
7042 *residue+=resmap[discard1];

Completed in 601 milliseconds