Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dnumparse_currency.cpp26 fCurrency2(currencySymbols.getIntlCurrencySymbol(status)), in CombinedCurrencyMatcher()
113 if (!fCurrency2.isEmpty()) { in matchCurrency()
116 overlap2 = segment.getCommonPrefixLength(fCurrency2); in matchCurrency()
121 if (overlap2 == fCurrency2.length()) { in matchCurrency()
Dnumparse_currency.h49 UnicodeString fCurrency2; variable