Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Ducurr.h82 ucurr_forLocale(const char* locale,
Durename.h801 #define ucurr_forLocale U_ICU_ENTRY_POINT_RENAME(ucurr_forLocale) macro
/external/icu/libandroidicu/include/unicode/
Ducurr.h82 ucurr_forLocale(const char* locale,
Durename.h801 #define ucurr_forLocale U_ICU_ENTRY_POINT_RENAME(ucurr_forLocale) macro
/external/icu/icu4c/source/i18n/
Dnumber_currencysymbols.cpp112 ucurr_forLocale(locale.getName(), buf, 4, &localStatus); in resolveCurrency()
Ddcfmtsym.cpp462 … int32_t currisoLength = ucurr_forLocale(locStr, curriso, UPRV_LENGTHOF(curriso), &internalStatus); in initialize()
477 uccLen = ucurr_forLocale(locName, ucc, uccLen, &localStatus); in initialize()
Dnumfmt.cpp1203 ucurr_forLocale(loc, result, 4, &ec); in getEffectiveCurrency()
/external/icu/icu4c/source/test/intltest/
Dloctest.cpp1256 ucurr_forLocale("en_US", tmp, 4, &status); in TestEuroSupport()
1261 ucurr_forLocale("en_US_EURO", tmp, 4, &status); in TestEuroSupport()
1266 ucurr_forLocale("en_GB_EURO", tmp, 4, &status); in TestEuroSupport()
1271 ucurr_forLocale("en_US_PREEURO", tmp, 4, &status); in TestEuroSupport()
1276 ucurr_forLocale("en_US_Q", tmp, 4, &status); in TestEuroSupport()
1281 int32_t invalidLen = ucurr_forLocale("en_QQ", tmp, 4, &status); in TestEuroSupport()
1290 int32_t length = ucurr_forLocale("en_US@currency=euro", tmp, 4, &status); in TestEuroSupport()
Dnumfmtst.cpp1906 ucurr_forLocale("en_US", USD, 4, &status); in TestRegCurrency()
1908 ucurr_forLocale("ja_JP", YEN, 4, &status); in TestRegCurrency()
1919 ucurr_forLocale("en_US", TMP, 4, &status); in TestRegCurrency()
1924 ucurr_forLocale("en_US_EURO", TMP, 4, &status); in TestRegCurrency()
1929 int32_t fallbackLen = ucurr_forLocale("en_XX_BAR", TMP, 4, &status); in TestRegCurrency()
1939 ucurr_forLocale("en_US", TMP, 4, &status); in TestRegCurrency()
1945 ucurr_forLocale("en_US_EURO", TMP, 4, &status); in TestRegCurrency()
1950 ucurr_forLocale("en_US_BLAH", TMP, 4, &status); in TestRegCurrency()
1960 ucurr_forLocale("en_US_EURO", TMP, 4, &status); in TestRegCurrency()
2807 ucurr_forLocale(locale.getName(), curr, 4, &ec); in expectCurrency()
/external/icu/icu4c/source/test/cintltst/
Dcnmdptst.c862 ucurr_forLocale(locale, result, 4, &status); in TestCurrencyKeywords()
994 getCurrLen = ucurr_forLocale(loc, getCurrU, 4, &status); in TestGetKeywordValuesForLocale()
/external/icu/icu4c/source/common/
Ducurr.cpp547 ucurr_forLocale(const char* locale, in ucurr_forLocale() function
629 return ucurr_forLocale(id, buff, buffCapacity, ec); in ucurr_forLocale()
/external/icu/libandroidicu/static_shim/
Dshim.cpp1319 return ucurr_forLocale(locale, buff, buffCapacity, ec); in ucurr_forLocale_android()