HomeSort by relevance Sort by last modified time
    Searched refs:ucurr_openISOCurrencies (Results 1 - 6 of 6) sorted by null

  /external/icu4c/i18n/unicode/
ucurr.h 244 ucurr_openISOCurrencies(uint32_t currType, UErrorCode *pErrorCode);
  /external/icu4c/test/cintltst/
currtest.c 19 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));
cldrtest.c     [all...]
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 690 UEnumeration* e(ucurr_openISOCurrencies(UCURR_COMMON|UCURR_NON_DEPRECATED, &status));
    [all...]