Home
last modified time | relevance | path

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

/third_party/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;
/third_party/node/deps/icu-small/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;
/third_party/skia/third_party/externals/icu/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;
/third_party/flutter/skia/third_party/externals/icu/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;