Home
last modified time | relevance | path

Searched refs:fCurrencySymbols (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Dnumber_patternmodifier.cpp40 fCurrencySymbols = currencySymbols; in setSymbols()
288 return fCurrencySymbols->getIntlCurrencySymbol(localStatus); in getSymbol()
292 return fCurrencySymbols->getNarrowCurrencySymbol(localStatus); in getSymbol()
294 return fCurrencySymbols->getCurrencySymbol(localStatus); in getSymbol()
298 return fCurrencySymbols->getIntlCurrencySymbol(localStatus); in getSymbol()
304 return fCurrencySymbols->getPluralName(fPlural, localStatus); in getSymbol()
Dnumber_formatimpl.h100 CurrencySymbols fCurrencySymbols; member
Dnumber_patternmodifier.h214 const CurrencySymbols *fCurrencySymbols; variable
Dnumber_formatimpl.cpp190 fWarehouse.fCurrencySymbols = {currency, macros.locale, status}; in macrosToMicroGenerator()
191 currencySymbols = &fWarehouse.fCurrencySymbols; in macrosToMicroGenerator()