Home | History | Annotate | Download | only in i18n

Lines Matching refs:compareAffix

1755     // set currencySignCount to 0 so that compareAffix function will
1836 int32_t posMatch = compareAffix(text, position, FALSE, TRUE, posPrefix, currencyParsing, type, currency);
1837 int32_t negMatch = compareAffix(text, position, TRUE, TRUE, negPrefix,currencyParsing, type, currency);
2045 posMatch = compareAffix(text, position, FALSE, FALSE, posSuffix, currencyParsing, type, currency);
2048 negMatch = compareAffix(text, position, TRUE, FALSE, negSuffix, currencyParsing, type, currency);
2121 int32_t DecimalFormat::compareAffix(const UnicodeString& text,