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

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c4690 Int quotdigits; /* .. */ local
4711 quotdigits=accdigits; /* .. */
4770 if (quotdigits==reqdigits) { /* could be borderline */
4772 if (quotdigits>DECDPUN) {
4776 if (*up==powers[quotdigits]-1) allnines=1;
4779 quotdigits-=DECDPUN; /* checked those digits */
/external/icu/icu4c/source/i18n/
H A DdecNumber.c4692 Int quotdigits; /* .. */ local
4713 quotdigits=accdigits; /* .. */
4772 if (quotdigits==reqdigits) { /* could be borderline */
4774 if (quotdigits>DECDPUN) {
4778 if (*up==powers[quotdigits]-1) allnines=1;
4781 quotdigits-=DECDPUN; /* checked those digits */

Completed in 328 milliseconds