HomeSort by relevance Sort by last modified time
    Searched refs:DECDPUNMAX (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/i18n/
decNumber.cpp 386 *up=(Unit)(uin%(DECDPUNMAX+1));
387 uin=uin/(DECDPUNMAX+1);
    [all...]
decNumberLocal.h 167 /* Set DECDPUNMAX -- the maximum integer that fits in DECDPUN */
170 #define DECDPUNMAX 9
176 #define DECDPUNMAX 99
181 #define DECDPUNMAX 999
186 #define DECDPUNMAX 9999
191 #define DECDPUNMAX 99999
196 #define DECDPUNMAX 999999
201 #define DECDPUNMAX 9999999
206 #define DECDPUNMAX 99999999
211 #define DECDPUNMAX 99999999
    [all...]

Completed in 162 milliseconds