/third_party/node/deps/icu-small/source/common/unicode/ |
D | ucurr.h | 193 ucurr_getName(const UChar* currency,
|
D | urename.h | 834 #define ucurr_getName U_ICU_ENTRY_POINT_RENAME(ucurr_getName) macro
|
/third_party/icu/icu4c/source/common/unicode/ |
D | ucurr.h | 193 ucurr_getName(const UChar* currency,
|
D | urename.h | 833 #define ucurr_getName U_ICU_ENTRY_POINT_RENAME(ucurr_getName) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | ucurr.h | 195 ucurr_getName(const UChar* currency,
|
D | urename.h | 824 #define ucurr_getName U_ICU_ENTRY_POINT_RENAME(ucurr_getName) macro
|
/third_party/node/deps/icu-small/source/i18n/ |
D | number_currencysymbols.cpp | 67 const char16_t* symbol = ucurr_getName( in loadSymbol()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | number_currencysymbols.cpp | 67 const char16_t* symbol = ucurr_getName( in loadSymbol()
|
/third_party/icu/icu4c/source/i18n/ |
D | number_currencysymbols.cpp | 67 const char16_t* symbol = ucurr_getName( in loadSymbol()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | numfmtst.cpp | 2015 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/ |
D | ucurr.cpp | 654 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()
|
D | locdspnm.cpp | 882 const UChar *currencyName = ucurr_getName(ustrValue.getTerminatedBuffer(), in keyValueDisplayName()
|
/third_party/node/deps/icu-small/source/common/ |
D | ucurr.cpp | 654 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()
|
D | locdspnm.cpp | 882 const char16_t *currencyName = ucurr_getName(ustrValue.getTerminatedBuffer(), in keyValueDisplayName()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucurr.cpp | 631 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()
|
D | locdspnm.cpp | 856 const UChar *currencyName = ucurr_getName(ustrValue.getTerminatedBuffer(), in keyValueDisplayName()
|
/third_party/node/deps/v8/src/objects/ |
D | intl-objects.cc | 2095 ucurr_getName(code.getTerminatedBuffer(), "en", UCURR_LONG_NAME, in AddIfAvailable()
|