Searched refs:ucurr_openISOCurrencies (Results 1 – 8 of 8) sorted by relevance
22 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()
1387 UEnumeration *en = ucurr_openISOCurrencies(UCURR_ALL, &errorCode); in TestCurrencyList()
318 ucurr_openISOCurrencies(uint32_t currType, UErrorCode *pErrorCode);
812 #define ucurr_openISOCurrencies U_ICU_ENTRY_POINT_RENAME(ucurr_openISOCurrencies) macro
2271 ucurr_openISOCurrencies(uint32_t currType, UErrorCode *pErrorCode) { in ucurr_openISOCurrencies() function
1352 return ucurr_openISOCurrencies(currType, pErrorCode); in ucurr_openISOCurrencies_android()