Home
last modified time | relevance | path

Searched refs:getVariantCurrencySymbol (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_currencysymbols.h36 UnicodeString getVariantCurrencySymbol(UErrorCode& status) const;
Dnumber_currencysymbols.cpp52 UnicodeString CurrencySymbols::getVariantCurrencySymbol(UErrorCode& status) const { in getVariantCurrencySymbol() function in CurrencySymbols
Dnumber_patternmodifier.cpp307 return fCurrencySymbols.getVariantCurrencySymbol(localStatus); in getSymbol()
/third_party/icu/icu4c/source/i18n/
Dnumber_currencysymbols.h36 UnicodeString getVariantCurrencySymbol(UErrorCode& status) const;
Dnumber_currencysymbols.cpp52 UnicodeString CurrencySymbols::getVariantCurrencySymbol(UErrorCode& status) const { in getVariantCurrencySymbol() function in CurrencySymbols
Dnumber_patternmodifier.cpp307 return fCurrencySymbols.getVariantCurrencySymbol(localStatus); in getSymbol()
/third_party/node/deps/icu-small/source/i18n/
Dnumber_currencysymbols.h36 UnicodeString getVariantCurrencySymbol(UErrorCode& status) const;
Dnumber_currencysymbols.cpp52 UnicodeString CurrencySymbols::getVariantCurrencySymbol(UErrorCode& status) const { in getVariantCurrencySymbol() function in CurrencySymbols
Dnumber_patternmodifier.cpp333 return fCurrencySymbols.getVariantCurrencySymbol(status); in getCurrencySymbolForUnitWidth()