Searched refs:fIntlCurrencySymbol (Results 1 – 3 of 3) sorted by relevance
23 fIntlCurrencySymbol.setToBogus(); in CurrencySymbols()34 fIntlCurrencySymbol = symbols.getConstSymbol(DecimalFormatSymbols::kIntlCurrencySymbol); in CurrencySymbols()84 if (!fIntlCurrencySymbol.isBogus()) { in getIntlCurrencySymbol()85 return fIntlCurrencySymbol; in getIntlCurrencySymbol()
51 UnicodeString fIntlCurrencySymbol; variable