Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
DdecNumberLocal.h154 #define DECNUMMAXP 999999999 /* maximum precision code can handle */ macro
157 #if (DECNUMMAXP != DEC_MAX_DIGITS)
DdecNumber.cpp2160 if (aset.digits>DECNUMMAXP) {status|=DEC_Invalid_operation; break;} in uprv_decNumberPower()
8045 if (dn->digits<1 || dn->digits>DECNUMMAXP) {
8079 digits=DECNUMMAXP;