Home
last modified time | relevance | path

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

/external/icu4c/i18n/unicode/
Ddecimfmt.h1976 int32_t compareAffix(const UnicodeString& input,
/external/icu4c/i18n/
Ddecimfmt.cpp1855 …int32_t posMatch = compareAffix(text, position, FALSE, TRUE, posPrefix, currencyParsing, type, cur… in subparse()
1856 …int32_t negMatch = compareAffix(text, position, TRUE, TRUE, negPrefix, currencyParsing, type, cur… in subparse()
2176 …posSuffixMatch = compareAffix(text, position, FALSE, FALSE, posSuffix, currencyParsing, type, curr… in subparse()
2179 …negSuffixMatch = compareAffix(text, position, TRUE, FALSE, negSuffix, currencyParsing, type, curre… in subparse()
2252 int32_t DecimalFormat::compareAffix(const UnicodeString& text, in compareAffix() function in DecimalFormat