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

  /frameworks/base/tests/CoreTests/android/core/
LocaleTest.java 140 String[] currencies = new String[] { local
154 currencies[i], c.getCurrencyCode());
  /external/chromium/third_party/icu/source/test/cintltst/
cldrtest.c 1312 UResourceBundle *currencies = ures_openDirect(loadTestData(&errorCode), "structLocale", &errorCode); local
    [all...]
cnmdptst.c 806 static const char * const currencies[] = { local
    [all...]
  /external/icu4c/test/cintltst/
cldrtest.c 1315 UResourceBundle *currencies = ures_openDirect(loadTestData(&errorCode), "structLocale", &errorCode); local
    [all...]
cnmdptst.c 806 static const char * const currencies[] = { local
    [all...]
  /external/icu4c/common/
locdispnames.cpp 286 static const char _kCurrencies[] = "Currencies";
775 UResourceBundle *currencies = ures_getByKey(bundle, _kCurrencies, NULL, status); local
776 UResourceBundle *currency = ures_getByKeyWithFallback(currencies, keywordValue, NULL, status);
782 ures_close(currencies);
  /libcore/luni/src/main/native/
ICU.cpp 148 ScopedResourceBundle currencies(ures_getByKey(currLoc.get(), "Currencies", NULL, &status));
154 ScopedResourceBundle currencyElems(ures_getByKey(currencies.get(), currency.c_str(), NULL, &status));
  /external/chromium/third_party/icu/source/common/
uloc.c 78 static const char _kCurrencies[] = "Currencies";
2606 UResourceBundle *currencies = ures_getByKey(bundle, _kCurrencies, NULL, status); local
    [all...]

Completed in 293 milliseconds