Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddigitlst.cpp58 LONG_MIN_REP_LENGTH = sizeof(LONG_MIN_REP) - 1, //Ignore the NULL at the end enumerator
343 if (fDecimalAt < fCount || fDecimalAt > LONG_MIN_REP_LENGTH) in fitsIntoLong()
347 if (fDecimalAt < LONG_MIN_REP_LENGTH) in fitsIntoLong()