Home
last modified time | relevance | path

Searched refs:ucurr_openISOCurrencies (Results 1 – 8 of 8) 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.c1387 UEnumeration *en = ucurr_openISOCurrencies(UCURR_ALL, &errorCode); in TestCurrencyList()
/external/icu/icu4c/source/common/unicode/
Ducurr.h318 ucurr_openISOCurrencies(uint32_t currType, UErrorCode *pErrorCode);
Durename.h812 #define ucurr_openISOCurrencies U_ICU_ENTRY_POINT_RENAME(ucurr_openISOCurrencies) macro
/external/icu/libandroidicu/include/unicode/
Ducurr.h318 ucurr_openISOCurrencies(uint32_t currType, UErrorCode *pErrorCode);
Durename.h812 #define ucurr_openISOCurrencies U_ICU_ENTRY_POINT_RENAME(ucurr_openISOCurrencies) macro
/external/icu/icu4c/source/common/
Ducurr.cpp2271 ucurr_openISOCurrencies(uint32_t currType, UErrorCode *pErrorCode) { in ucurr_openISOCurrencies() function
/external/icu/libandroidicu/static_shim/
Dshim.cpp1352 return ucurr_openISOCurrencies(currType, pErrorCode); in ucurr_openISOCurrencies_android()