Searched refs:compareAffix (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/i18n/unicode/ |
D | decimfmt.h | 1791 int32_t compareAffix(const UnicodeString& input,
|
/external/icu4c/i18n/ |
D | decimfmt.cpp | 1482 int32_t posMatch = compareAffix(text, position, FALSE, TRUE, currency); in subparse() 1483 int32_t negMatch = compareAffix(text, position, TRUE, TRUE, currency); in subparse() 1698 posMatch = compareAffix(text, position, FALSE, FALSE, currency); in subparse() 1701 negMatch = compareAffix(text, position, TRUE, FALSE, currency); in subparse() 1765 int32_t DecimalFormat::compareAffix(const UnicodeString& text, in compareAffix() function in DecimalFormat
|