Searched refs:ucurr_forLocale (Results 1 – 12 of 12) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | ucurr.h | 82 ucurr_forLocale(const char* locale,
|
D | urename.h | 801 #define ucurr_forLocale U_ICU_ENTRY_POINT_RENAME(ucurr_forLocale) macro
|
/external/icu/libandroidicu/include/unicode/ |
D | ucurr.h | 82 ucurr_forLocale(const char* locale,
|
D | urename.h | 801 #define ucurr_forLocale U_ICU_ENTRY_POINT_RENAME(ucurr_forLocale) macro
|
/external/icu/icu4c/source/i18n/ |
D | number_currencysymbols.cpp | 112 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() 477 uccLen = ucurr_forLocale(locName, ucc, uccLen, &localStatus); in initialize()
|
D | numfmt.cpp | 1203 ucurr_forLocale(loc, result, 4, &ec); in getEffectiveCurrency()
|
/external/icu/icu4c/source/test/intltest/ |
D | loctest.cpp | 1256 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()
|
D | numfmtst.cpp | 1906 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/ |
D | cnmdptst.c | 862 ucurr_forLocale(locale, result, 4, &status); in TestCurrencyKeywords() 994 getCurrLen = ucurr_forLocale(loc, getCurrU, 4, &status); in TestGetKeywordValuesForLocale()
|
/external/icu/icu4c/source/common/ |
D | ucurr.cpp | 547 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/ |
D | shim.cpp | 1319 return ucurr_forLocale(locale, buff, buffCapacity, ec); in ucurr_forLocale_android()
|