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