Searched refs:ucurr_openISOCurrencies (Results 1 – 5 of 5) sorted by relevance
19 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()
1377 UEnumeration *en = ucurr_openISOCurrencies(UCURR_ALL, &errorCode); in TestCurrencyList()
308 ucurr_openISOCurrencies(uint32_t currType, UErrorCode *pErrorCode);
792 #define ucurr_openISOCurrencies U_ICU_ENTRY_POINT_RENAME(ucurr_openISOCurrencies) macro
2248 ucurr_openISOCurrencies(uint32_t currType, UErrorCode *pErrorCode) { in ucurr_openISOCurrencies() function