Home
last modified time | relevance | path

Searched refs:ucurr_forLocale (Results 1 – 22 of 22) sorted by relevance

/third_party/node/deps/icu-small/source/common/unicode/
Ducurr.h82 ucurr_forLocale(const char* locale,
Durename.h829 #define ucurr_forLocale U_ICU_ENTRY_POINT_RENAME(ucurr_forLocale) macro
/third_party/icu/icu4c/source/common/unicode/
Ducurr.h82 ucurr_forLocale(const char* locale,
Durename.h828 #define ucurr_forLocale U_ICU_ENTRY_POINT_RENAME(ucurr_forLocale) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Ducurr.h82 ucurr_forLocale(const char* locale,
Durename.h819 #define ucurr_forLocale U_ICU_ENTRY_POINT_RENAME(ucurr_forLocale) macro
/third_party/node/deps/icu-small/source/i18n/
Dnumber_currencysymbols.cpp124 ucurr_forLocale(locale.getName(), buf, 4, &localStatus); in resolveCurrency()
Ddcfmtsym.cpp466 … int32_t currisoLength = ucurr_forLocale(locStr, curriso, UPRV_LENGTHOF(curriso), &internalStatus); in initialize()
Dnumfmt.cpp1208 ucurr_forLocale(loc, result, 4, &ec); in getEffectiveCurrency()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_currencysymbols.cpp120 ucurr_forLocale(locale.getName(), buf, 4, &localStatus); in resolveCurrency()
Ddcfmtsym.cpp461 … int32_t currisoLength = ucurr_forLocale(locStr, curriso, UPRV_LENGTHOF(curriso), &internalStatus); in initialize()
Dnumfmt.cpp1206 ucurr_forLocale(loc, result, 4, &ec); in getEffectiveCurrency()
/third_party/icu/icu4c/source/i18n/
Dnumber_currencysymbols.cpp124 ucurr_forLocale(locale.getName(), buf, 4, &localStatus); in resolveCurrency()
Ddcfmtsym.cpp462 … int32_t currisoLength = ucurr_forLocale(locStr, curriso, UPRV_LENGTHOF(curriso), &internalStatus); in initialize()
Dnumfmt.cpp1206 ucurr_forLocale(loc, result, 4, &ec); in getEffectiveCurrency()
/third_party/icu/icu4c/source/test/cintltst/
Dcnmdptst.c797 ucurr_forLocale(locale, result, 4, &status); in TestCurrencyKeywords()
929 getCurrLen = ucurr_forLocale(loc, getCurrU, 4, &status); in TestGetKeywordValuesForLocale()
/third_party/icu/icu4c/source/test/intltest/
Dloctest.cpp1294 ucurr_forLocale("en_US", tmp, 4, &status); in TestEuroSupport()
1299 ucurr_forLocale("en_US@currency=EUR", tmp, 4, &status); in TestEuroSupport()
1304 ucurr_forLocale("en_GB@currency=EUR", tmp, 4, &status); in TestEuroSupport()
1309 ucurr_forLocale("en_US_Q", tmp, 4, &status); in TestEuroSupport()
1314 int32_t invalidLen = ucurr_forLocale("en_QQ", tmp, 4, &status); in TestEuroSupport()
1323 int32_t length = ucurr_forLocale("en_US@currency=euro", tmp, 4, &status); in TestEuroSupport()
6630 ucurr_forLocale("en_SL", tmp, 4, &status); in TestSierraLeoneCurrency21997()
Dnumfmtst.cpp1959 ucurr_forLocale("en_US", USD, 4, &status); in TestRegCurrency()
1961 ucurr_forLocale("ja_JP", YEN, 4, &status); in TestRegCurrency()
1971 ucurr_forLocale("en_US", TMP, 4, &status); in TestRegCurrency()
1976 int32_t fallbackLen = ucurr_forLocale("en_XX_BAR", TMP, 4, &status); in TestRegCurrency()
1986 ucurr_forLocale("en_US", TMP, 4, &status); in TestRegCurrency()
1992 ucurr_forLocale("en_US_BLAH", TMP, 4, &status); in TestRegCurrency()
2997 ucurr_forLocale(locale.getName(), curr, 4, &ec); in expectCurrency()
/third_party/icu/icu4c/source/common/
Ducurr.cpp513 ucurr_forLocale(const char* locale, in ucurr_forLocale() function
604 return ucurr_forLocale(id, buff, buffCapacity, ec); in ucurr_forLocale()
/third_party/node/deps/icu-small/source/common/
Ducurr.cpp513 ucurr_forLocale(const char* locale, in ucurr_forLocale() function
604 return ucurr_forLocale(id, buff, buffCapacity, ec); in ucurr_forLocale()
/third_party/skia/third_party/externals/icu/source/common/
Ducurr.cpp513 ucurr_forLocale(const char* locale, in ucurr_forLocale() function
581 return ucurr_forLocale(id, buff, buffCapacity, ec); in ucurr_forLocale()
/third_party/icu/docs/userguide/locale/
Dindex.md141 …to determine the currency to use to format a currency value, and by `ucurr_forLocale()` to specify…