Home
last modified time | relevance | path

Searched refs:ucurr_getName (Results 1 – 17 of 17) sorted by relevance

/third_party/node/deps/icu-small/source/common/unicode/
Ducurr.h193 ucurr_getName(const UChar* currency,
Durename.h834 #define ucurr_getName U_ICU_ENTRY_POINT_RENAME(ucurr_getName) macro
/third_party/icu/icu4c/source/common/unicode/
Ducurr.h193 ucurr_getName(const UChar* currency,
Durename.h833 #define ucurr_getName U_ICU_ENTRY_POINT_RENAME(ucurr_getName) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Ducurr.h195 ucurr_getName(const UChar* currency,
Durename.h824 #define ucurr_getName U_ICU_ENTRY_POINT_RENAME(ucurr_getName) macro
/third_party/node/deps/icu-small/source/i18n/
Dnumber_currencysymbols.cpp67 const char16_t* symbol = ucurr_getName( in loadSymbol()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_currencysymbols.cpp67 const char16_t* symbol = ucurr_getName( in loadSymbol()
/third_party/icu/icu4c/source/i18n/
Dnumber_currencysymbols.cpp67 const char16_t* symbol = ucurr_getName( in loadSymbol()
/third_party/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp2015 UnicodeString(ucurr_getName(USD, "en", in TestCurrencyNames()
2021 UnicodeString(ucurr_getName(USD, "en", in TestCurrencyNames()
2027 UnicodeString(ucurr_getName(USD, "en", in TestCurrencyNames()
2033 UnicodeString(ucurr_getName(CAD, "en", in TestCurrencyNames()
2039 UnicodeString(ucurr_getName(CAD, "en", in TestCurrencyNames()
2045 UnicodeString(ucurr_getName(CAD, "en_CA", in TestCurrencyNames()
2051 UnicodeString(ucurr_getName(USD, "en_CA", in TestCurrencyNames()
2057 UnicodeString(ucurr_getName(USD, "en_CA", in TestCurrencyNames()
2063 UnicodeString(ucurr_getName(USD, "en_NZ", in TestCurrencyNames()
2069 UnicodeString(ucurr_getName(CAD, "en_NZ", in TestCurrencyNames()
[all …]
/third_party/icu/icu4c/source/common/
Ducurr.cpp654 ucurr_getName(const UChar* currency, in ucurr_getName() function
821 return ucurr_getName(currency, locale, UCURR_LONG_NAME, in ucurr_getPluralName()
1639 const UChar* currname = ucurr_getName(iso, loc, UCURR_SYMBOL_NAME, in uprv_getStaticCurrencyName()
Dlocdspnm.cpp882 const UChar *currencyName = ucurr_getName(ustrValue.getTerminatedBuffer(), in keyValueDisplayName()
/third_party/node/deps/icu-small/source/common/
Ducurr.cpp654 ucurr_getName(const char16_t* currency, in ucurr_getName() function
821 return ucurr_getName(currency, locale, UCURR_LONG_NAME, in ucurr_getPluralName()
1639 const char16_t* currname = ucurr_getName(iso, loc, UCURR_SYMBOL_NAME, in uprv_getStaticCurrencyName()
Dlocdspnm.cpp882 const char16_t *currencyName = ucurr_getName(ustrValue.getTerminatedBuffer(), in keyValueDisplayName()
/third_party/skia/third_party/externals/icu/source/common/
Ducurr.cpp631 ucurr_getName(const UChar* currency, in ucurr_getName() function
798 return ucurr_getName(currency, locale, UCURR_LONG_NAME, in ucurr_getPluralName()
1616 const UChar* currname = ucurr_getName(iso, loc, UCURR_SYMBOL_NAME, in uprv_getStaticCurrencyName()
Dlocdspnm.cpp856 const UChar *currencyName = ucurr_getName(ustrValue.getTerminatedBuffer(), in keyValueDisplayName()
/third_party/node/deps/v8/src/objects/
Dintl-objects.cc2095 ucurr_getName(code.getTerminatedBuffer(), "en", UCURR_LONG_NAME, in AddIfAvailable()