Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dnumber_currencysymbols.cpp23 fIntlCurrencySymbol.setToBogus(); in CurrencySymbols()
34 fIntlCurrencySymbol = symbols.getConstSymbol(DecimalFormatSymbols::kIntlCurrencySymbol); in CurrencySymbols()
75 if (!fIntlCurrencySymbol.isBogus()) { in getIntlCurrencySymbol()
76 return fIntlCurrencySymbol; in getIntlCurrencySymbol()
Dnumber_currencysymbols.h47 UnicodeString fIntlCurrencySymbol; variable