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.c22 UEnumeration *en = ucurr_openISOCurrencies(currencyType, &status); in expectInList()
92 UEnumeration *en = ucurr_openISOCurrencies(UCURR_ALL, &status); in TestEnumListReset()
115 UEnumeration *en = ucurr_openISOCurrencies(currencyType, &status); in checkItemCount()
Dcldrtest.c1384 UEnumeration *en = ucurr_openISOCurrencies(UCURR_ALL, &errorCode); in TestCurrencyList()
/external/icu/icu4c/source/common/unicode/
Ducurr.h304 ucurr_openISOCurrencies(uint32_t currType, UErrorCode *pErrorCode);
Durename.h797 #define ucurr_openISOCurrencies U_ICU_ENTRY_POINT_RENAME(ucurr_openISOCurrencies) macro
/external/icu/icu4c/source/common/
Ducurr.cpp2183 ucurr_openISOCurrencies(uint32_t currType, UErrorCode *pErrorCode) { in ucurr_openISOCurrencies() function