Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dnumparse_currency.cpp25 : fCurrency1(currencySymbols.getCurrencySymbol(status)), in CombinedCurrencyMatcher()
99 if (!fCurrency1.isEmpty()) { in matchCurrency()
100 overlap1 = segment.getCaseSensitivePrefixLength(fCurrency1); in matchCurrency()
105 if (overlap1 == fCurrency1.length()) { in matchCurrency()
Dnumparse_currency.h48 UnicodeString fCurrency1; variable