Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Ducurr.h81 ucurr_forLocale(const char* locale,
Durename.h782 #define ucurr_forLocale U_ICU_ENTRY_POINT_RENAME(ucurr_forLocale) macro
/external/icu/icu4c/source/i18n/
Ddcfmtsym.cpp442 … int32_t currisoLength = ucurr_forLocale(locStr, curriso, UPRV_LENGTHOF(curriso), &internalStatus); in initialize()
457 uccLen = ucurr_forLocale(locName, ucc, uccLen, &localStatus); in initialize()
Dnumfmt.cpp1205 ucurr_forLocale(loc, result, 4, &ec); in getEffectiveCurrency()
Ddecimfmtimpl.cpp1136ucurr_forLocale(fSymbols->getLocale().getName(), localeCurr, UPRV_LENGTHOF(localeCurr), &status); in updateFormattingCurrencyAffixInfo()
/external/icu/icu4c/source/test/intltest/
Dloctest.cpp1234 ucurr_forLocale("en_US", tmp, 4, &status); in TestEuroSupport()
1239 ucurr_forLocale("en_US_EURO", tmp, 4, &status); in TestEuroSupport()
1244 ucurr_forLocale("en_GB_EURO", tmp, 4, &status); in TestEuroSupport()
1249 ucurr_forLocale("en_US_PREEURO", tmp, 4, &status); in TestEuroSupport()
1254 ucurr_forLocale("en_US_Q", tmp, 4, &status); in TestEuroSupport()
1259 int32_t invalidLen = ucurr_forLocale("en_QQ", tmp, 4, &status); in TestEuroSupport()
1268 int32_t length = ucurr_forLocale("en_US@currency=euro", tmp, 4, &status); in TestEuroSupport()
Dnumfmtst.cpp2239 ucurr_forLocale("en_US", USD, 4, &status); in TestRegCurrency()
2241 ucurr_forLocale("ja_JP", YEN, 4, &status); in TestRegCurrency()
2252 ucurr_forLocale("en_US", TMP, 4, &status); in TestRegCurrency()
2257 ucurr_forLocale("en_US_EURO", TMP, 4, &status); in TestRegCurrency()
2262 int32_t fallbackLen = ucurr_forLocale("en_XX_BAR", TMP, 4, &status); in TestRegCurrency()
2272 ucurr_forLocale("en_US", TMP, 4, &status); in TestRegCurrency()
2278 ucurr_forLocale("en_US_EURO", TMP, 4, &status); in TestRegCurrency()
2283 ucurr_forLocale("en_US_BLAH", TMP, 4, &status); in TestRegCurrency()
2293 ucurr_forLocale("en_US_EURO", TMP, 4, &status); in TestRegCurrency()
3098 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.cpp546 ucurr_forLocale(const char* locale, in ucurr_forLocale() function
628 return ucurr_forLocale(id, buff, buffCapacity, ec); in ucurr_forLocale()