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.h104 #define DEC_MAX_DIGITS 999999999 macro
Ddigitlst.cpp928 if (requestedCapacity > DEC_MAX_DIGITS) { in ensureCapacity()
932 requestedCapacity = DEC_MAX_DIGITS; in ensureCapacity()
DdecNumberLocal.h157 #if (DECNUMMAXP != DEC_MAX_DIGITS)