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

  /external/icu/icu4c/source/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...]
  /external/icu/icu4c/source/i18n/unicode/
ucurr.h 302 ucurr_openISOCurrencies(uint32_t currType, UErrorCode *pErrorCode);
  /external/icu/icu4c/source/common/unicode/
urename.h     [all...]
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 746 icu::UStringEnumeration e(ucurr_openISOCurrencies(UCURR_COMMON|UCURR_NON_DEPRECATED, &status));
747 return fromStringEnumeration(env, status, "ucurr_openISOCurrencies", &e);
    [all...]
  /external/icu/icu4c/source/i18n/
ucurr.cpp     [all...]

Completed in 40 milliseconds