Home
last modified time | relevance | path

Searched refs:UCURR_LONG_NAME (Results 1 – 11 of 11) sorted by relevance

/third_party/icu/icu4c/source/common/unicode/
Ducurr.h106 UCURR_LONG_NAME, enumerator
/third_party/skia/third_party/externals/icu/source/common/unicode/
Ducurr.h106 UCURR_LONG_NAME, enumerator
/third_party/node/deps/icu-small/source/common/unicode/
Ducurr.h106 UCURR_LONG_NAME, enumerator
/third_party/icu/icu4c/source/common/
Ducurr.cpp821 return ucurr_getName(currency, locale, UCURR_LONG_NAME, in ucurr_getPluralName()
1056 s = ures_getStringByIndex(names, UCURR_LONG_NAME, &len, &ec2); in collectCurrencyNames()
1566 if (type != UCURR_LONG_NAME) { // not name only in uprv_parseCurrency()
Dlocdspnm.cpp883 locale.getBaseName(), UCURR_LONG_NAME, nullptr /* isChoiceFormat */, &len, &sts); in keyValueDisplayName()
/third_party/node/deps/icu-small/source/common/
Ducurr.cpp840 return ucurr_getName(currency, locale, UCURR_LONG_NAME, in ucurr_getPluralName()
1082 s = ures_getStringByIndex(names, UCURR_LONG_NAME, &len, &ec2); in collectCurrencyNames()
1592 if (type != UCURR_LONG_NAME) { // not name only in uprv_parseCurrency()
Dlocdspnm.cpp883 locale.getBaseName(), UCURR_LONG_NAME, nullptr /* isChoiceFormat */, &len, &sts); in keyValueDisplayName()
/third_party/skia/third_party/externals/icu/source/common/
Ducurr.cpp798 return ucurr_getName(currency, locale, UCURR_LONG_NAME, in ucurr_getPluralName()
1033 s = ures_getStringByIndex(names, UCURR_LONG_NAME, &len, &ec2); in collectCurrencyNames()
1543 if (type != UCURR_LONG_NAME) { // not name only in uprv_parseCurrency()
Dlocdspnm.cpp857 locale.getBaseName(), UCURR_LONG_NAME, nullptr /* isChoiceFormat */, &len, &sts); in keyValueDisplayName()
/third_party/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp2028 UCURR_LONG_NAME, in TestCurrencyNames()
2088 UCURR_LONG_NAME, in TestCurrencyNames()
2096 ucurr_getName(CAD, "es_ES", UCURR_LONG_NAME, &isChoiceFormat, in TestCurrencyNames()
2101 ucurr_getName(CAD, "zh_TW", UCURR_LONG_NAME, &isChoiceFormat, in TestCurrencyNames()
2106 ucurr_getName(CAD, "en_US", UCURR_LONG_NAME, &isChoiceFormat, in TestCurrencyNames()
2111 ucurr_getName(CAD, "ti", UCURR_LONG_NAME, &isChoiceFormat, in TestCurrencyNames()
2117 ucurr_getName(ITL, "cy", UCURR_LONG_NAME, &isChoiceFormat, in TestCurrencyNames()
/third_party/node/deps/v8/src/objects/
Dintl-objects.cc2095 ucurr_getName(code.getTerminatedBuffer(), "en", UCURR_LONG_NAME, in AddIfAvailable()