Home
last modified time | relevance | path

Searched refs:maxuint (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
DdecNumber.c8001 uInt maxuint; /* .. */ local
8050 if (d>DECDPUN) maxuint=DECDPUNMAX;
8052 maxuint=powers[d]-1;
8060 if (*up>maxuint) {
8063 (LI)*up, (LI)dn->digits, (LI)(up-dn->lsu), (LI)maxuint);