Home
last modified time | relevance | path

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

/external/icu4c/i18n/unicode/
Ddecimfmt.h1797 static int32_t compareSimpleAffix(const UnicodeString& affix,
/external/icu4c/i18n/
Ddecimfmt.cpp1811 return compareSimpleAffix(*patternToCompare, text, pos); in compareAffix()
1824 int32_t DecimalFormat::compareSimpleAffix(const UnicodeString& affix, in compareSimpleAffix() function in DecimalFormat