Searched defs:DECDPUN (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
H A DdecNumber.h59 #define DECDPUN 1 /* DECimal Digits Per UNit [must be >0 */ macro
72 #if DECDPUN<=2
74 #elif DECDPUN<=4
79 /* The number of units needed is ceil(DECNUMDIGITS/DECDPUN) */
80 #define DECNUMUNITS ((DECNUMDIGITS+DECDPUN-1)/DECDPUN)
93 /* 1. If digits is > DECDPUN then there will one or more */
102 /* contains DECDPUN digits (e.g., a value in the range 0 through */
103 /* 99999999 if DECDPUN is 8, or 0 through 999 if DECDPUN i
[all...]

Completed in 55 milliseconds