Home
last modified time | relevance | path

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

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