Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Ducurr.h79 ucurr_forLocale(const char* locale,
/external/icu/icu4c/source/i18n/
Ddcfmtsym.cpp312 ucurr_forLocale(locStr, curriso, 4, &internalStatus); in initialize()
332 uccLen = ucurr_forLocale(locName, ucc, uccLen, &localStatus); in initialize()
Ducurr.cpp549 ucurr_forLocale(const char* locale, in ucurr_forLocale() function
621 return ucurr_forLocale(id, buff, buffCapacity, ec); in ucurr_forLocale()
Dnumfmt.cpp1202 ucurr_forLocale(loc, result, 4, &ec); in getEffectiveCurrency()
Ddecimfmtimpl.cpp1133ucurr_forLocale(fSymbols->getLocale().getName(), localeCurr, UPRV_LENGTHOF(localeCurr), &status); in updateFormattingCurrencyAffixInfo()
/external/icu/icu4c/source/test/intltest/
Dloctest.cpp1228 ucurr_forLocale("en_US", tmp, 4, &status); in TestEuroSupport()
1233 ucurr_forLocale("en_US_EURO", tmp, 4, &status); in TestEuroSupport()
1238 ucurr_forLocale("en_GB_EURO", tmp, 4, &status); in TestEuroSupport()
1243 ucurr_forLocale("en_US_PREEURO", tmp, 4, &status); in TestEuroSupport()
1248 ucurr_forLocale("en_US_Q", tmp, 4, &status); in TestEuroSupport()
1253 int32_t invalidLen = ucurr_forLocale("en_QQ", tmp, 4, &status); in TestEuroSupport()
Dnumfmtst.cpp2196 ucurr_forLocale("en_US", USD, 4, &status); in TestRegCurrency()
2198 ucurr_forLocale("ja_JP", YEN, 4, &status); in TestRegCurrency()
2209 ucurr_forLocale("en_US", TMP, 4, &status); in TestRegCurrency()
2214 ucurr_forLocale("en_US_EURO", TMP, 4, &status); in TestRegCurrency()
2219 int32_t fallbackLen = ucurr_forLocale("en_XX_BAR", TMP, 4, &status); in TestRegCurrency()
2229 ucurr_forLocale("en_US", TMP, 4, &status); in TestRegCurrency()
2235 ucurr_forLocale("en_US_EURO", TMP, 4, &status); in TestRegCurrency()
2240 ucurr_forLocale("en_US_BLAH", TMP, 4, &status); in TestRegCurrency()
2250 ucurr_forLocale("en_US_EURO", TMP, 4, &status); in TestRegCurrency()
3026 ucurr_forLocale(locale.getName(), curr, 4, &ec); in expectCurrency()
/external/icu/icu4c/source/test/cintltst/
Dcnmdptst.c859 ucurr_forLocale(locale, result, 4, &status); in TestCurrencyKeywords()
/external/icu/icu4c/source/common/unicode/
Durename.h781 #define ucurr_forLocale U_ICU_ENTRY_POINT_RENAME(ucurr_forLocale) macro