Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dsmallintformatter.h66 static UBool canFormat(
Dsmallintformatter.cpp2603 SmallIntFormatter::canFormat( in canFormat() function in SmallIntFormatter
Ddigitformatter.cpp364 if (fIsStandardDigits && SmallIntFormatter::canFormat(positiveValue, range)) { in formatPositiveInt32()
/external/icu/icu4c/source/test/intltest/
Dnumberformat2test.cpp3031 if (!SmallIntFormatter::canFormat(positiveValue, range)) { in verifySmallIntFormatter()