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

/external/icu4c/i18n/unicode/
H A Ducurr.h244 ucurr_openISOCurrencies(uint32_t currType, UErrorCode *pErrorCode);
/external/icu4c/test/cintltst/
H A Dcurrtest.c19 UEnumeration *en = ucurr_openISOCurrencies(currencyType, &status);
21 log_err("Error: ucurr_openISOCurrencies returned %s\n", myErrorName(status));
89 UEnumeration *en = ucurr_openISOCurrencies(UCURR_ALL, &status);
91 log_err("Error: ucurr_openISOCurrencies returned %s\n", myErrorName(status));
112 UEnumeration *en = ucurr_openISOCurrencies(currencyType, &status);
115 log_err("Error: ucurr_openISOCurrencies returned %s\n", myErrorName(status));
H A Dcldrtest.c1280 UEnumeration *en = ucurr_openISOCurrencies(UCURR_ALL, &errorCode);
/external/icu4c/common/unicode/
H A Durename.h830 #define ucurr_openISOCurrencies U_ICU_ENTRY_POINT_RENAME(ucurr_openISOCurrencies) macro
/external/icu4c/i18n/
H A Ducurr.cpp1976 ucurr_openISOCurrencies(uint32_t currType, UErrorCode *pErrorCode) { function

Completed in 1036 milliseconds