Home
last modified time | relevance | path

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

/external/icu4c/i18n/
DdecNumberLocal.h151 #define DECNUMMAXP 999999999 /* maximum precision code can handle */ macro
154 #if (DECNUMMAXP != DEC_MAX_DIGITS)
DdecNumber.c2154 if (aset.digits>DECNUMMAXP) {status|=DEC_Invalid_operation; break;} in uprv_decNumberPower()
8039 if (dn->digits<1 || dn->digits>DECNUMMAXP) {
8073 digits=DECNUMMAXP;
/external/chromium_org/third_party/icu/source/i18n/
DdecNumberLocal.h163 #define DECNUMMAXP 999999999 /* maximum precision code can handle */ macro
166 #if (DECNUMMAXP != DEC_MAX_DIGITS)
DdecNumber.c2137 if (aset.digits>DECNUMMAXP) {status|=DEC_Invalid_operation; break;} in uprv_decNumberPower()
8007 if (dn->digits<1 || dn->digits>DECNUMMAXP) {
8041 digits=DECNUMMAXP;