Home
last modified time | relevance | path

Searched refs:ucurr_forLocaleAndDate (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dloctest.cpp2579 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status); in TestCurrencyByDate()
2591 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status); in TestCurrencyByDate()
2604 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status); in TestCurrencyByDate()
2617 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status); in TestCurrencyByDate()
2631 resLen = ucurr_forLocaleAndDate("eo_AD", date, 1, TMP, 4, &status); in TestCurrencyByDate()
2637 resLen = ucurr_forLocaleAndDate("eo_AD", date, 2, TMP, 4, &status); in TestCurrencyByDate()
2643 resLen = ucurr_forLocaleAndDate("eo_AD", date, 3, TMP, 4, &status); in TestCurrencyByDate()
2649 resLen = ucurr_forLocaleAndDate("eo_AD", date, 4, TMP, 4, &status); in TestCurrencyByDate()
2662 resLen = ucurr_forLocaleAndDate("eo_AD", date, 1, TMP, 4, &status); in TestCurrencyByDate()
2668 resLen = ucurr_forLocaleAndDate("eo_AD", date, 2, TMP, 4, &status); in TestCurrencyByDate()
[all …]
/external/icu/libandroidicu/include/unicode/
Ducurr.h391 ucurr_forLocaleAndDate(const char* locale,
Durename.h802 #define ucurr_forLocaleAndDate U_ICU_ENTRY_POINT_RENAME(ucurr_forLocaleAndDate) macro
/external/icu/icu4c/source/common/unicode/
Ducurr.h391 ucurr_forLocaleAndDate(const char* locale,
Durename.h802 #define ucurr_forLocaleAndDate U_ICU_ENTRY_POINT_RENAME(ucurr_forLocaleAndDate) macro
/external/icu/icu4c/source/common/
Ducurr.cpp2402 ucurr_forLocaleAndDate(const char* locale, in ucurr_forLocaleAndDate() function
/external/icu/libandroidicu/static_shim/
Dshim.cpp1322 return ucurr_forLocaleAndDate(locale, date, index, buff, buffCapacity, ec); in ucurr_forLocaleAndDate_android()