Home
last modified time | relevance | path

Searched refs:DEC_MAX_DIGITS (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
DdecContext.h102 #define DEC_MAX_DIGITS 999999999 macro
Ddigitlst.cpp878 if (requestedCapacity > DEC_MAX_DIGITS) { in ensureCapacity()
882 requestedCapacity = DEC_MAX_DIGITS; in ensureCapacity()
DdecNumberLocal.h154 #if (DECNUMMAXP != DEC_MAX_DIGITS)