Home
last modified time | relevance | path

Searched refs:ucurr_openISOCurrencies (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcurrtest.c19 UEnumeration *en = ucurr_openISOCurrencies(currencyType, &status); in expectInList()
89 UEnumeration *en = ucurr_openISOCurrencies(UCURR_ALL, &status); in TestEnumListReset()
112 UEnumeration *en = ucurr_openISOCurrencies(currencyType, &status); in checkItemCount()
Dcldrtest.c1377 UEnumeration *en = ucurr_openISOCurrencies(UCURR_ALL, &errorCode); in TestCurrencyList()
/external/icu/icu4c/source/i18n/unicode/
Ducurr.h308 ucurr_openISOCurrencies(uint32_t currType, UErrorCode *pErrorCode);
/external/icu/icu4c/source/common/unicode/
Durename.h792 #define ucurr_openISOCurrencies U_ICU_ENTRY_POINT_RENAME(ucurr_openISOCurrencies) macro
/external/icu/icu4c/source/i18n/
Ducurr.cpp2248 ucurr_openISOCurrencies(uint32_t currType, UErrorCode *pErrorCode) { in ucurr_openISOCurrencies() function