/third_party/node/deps/icu-small/source/common/unicode/ |
D | ucurr.h | 82 ucurr_forLocale(const char* locale,
|
D | urename.h | 829 #define ucurr_forLocale U_ICU_ENTRY_POINT_RENAME(ucurr_forLocale) macro
|
/third_party/icu/icu4c/source/common/unicode/ |
D | ucurr.h | 82 ucurr_forLocale(const char* locale,
|
D | urename.h | 828 #define ucurr_forLocale U_ICU_ENTRY_POINT_RENAME(ucurr_forLocale) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | ucurr.h | 82 ucurr_forLocale(const char* locale,
|
D | urename.h | 819 #define ucurr_forLocale U_ICU_ENTRY_POINT_RENAME(ucurr_forLocale) macro
|
/third_party/node/deps/icu-small/source/i18n/ |
D | number_currencysymbols.cpp | 124 ucurr_forLocale(locale.getName(), buf, 4, &localStatus); in resolveCurrency()
|
D | dcfmtsym.cpp | 466 … int32_t currisoLength = ucurr_forLocale(locStr, curriso, UPRV_LENGTHOF(curriso), &internalStatus); in initialize()
|
D | numfmt.cpp | 1208 ucurr_forLocale(loc, result, 4, &ec); in getEffectiveCurrency()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | number_currencysymbols.cpp | 120 ucurr_forLocale(locale.getName(), buf, 4, &localStatus); in resolveCurrency()
|
D | dcfmtsym.cpp | 461 … int32_t currisoLength = ucurr_forLocale(locStr, curriso, UPRV_LENGTHOF(curriso), &internalStatus); in initialize()
|
D | numfmt.cpp | 1206 ucurr_forLocale(loc, result, 4, &ec); in getEffectiveCurrency()
|
/third_party/icu/icu4c/source/i18n/ |
D | number_currencysymbols.cpp | 124 ucurr_forLocale(locale.getName(), buf, 4, &localStatus); in resolveCurrency()
|
D | dcfmtsym.cpp | 462 … int32_t currisoLength = ucurr_forLocale(locStr, curriso, UPRV_LENGTHOF(curriso), &internalStatus); in initialize()
|
D | numfmt.cpp | 1206 ucurr_forLocale(loc, result, 4, &ec); in getEffectiveCurrency()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cnmdptst.c | 797 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/ |
D | loctest.cpp | 1294 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()
|
D | numfmtst.cpp | 1959 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/ |
D | ucurr.cpp | 513 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/ |
D | ucurr.cpp | 513 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/ |
D | ucurr.cpp | 513 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/ |
D | index.md | 141 …to determine the currency to use to format a currency value, and by `ucurr_forLocale()` to specify…
|