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

/external/icu/icu4c/source/i18n/
H A DdecNumberLocal.h151 #define DECNUMMAXP 999999999 /* maximum precision code can handle */ macro
154 #if (DECNUMMAXP != DEC_MAX_DIGITS)
H A DdecNumber.c2156 if (aset.digits>DECNUMMAXP) {status|=DEC_Invalid_operation; break;}
8041 if (dn->digits<1 || dn->digits>DECNUMMAXP) {
8075 digits=DECNUMMAXP;

Completed in 113 milliseconds