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

  /external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
CurrencyNameTest.java 29 Set<Currency> currencies = null; typedefs
33 currencies = (Set<Currency>)mGetAvailableCurrencies.invoke(null, (Object[]) null);
38 if (currencies == null) {
39 // Make a set of unique currencies
40 currencies = new HashSet<Currency>();
48 currencies.add(currency);
56 AVAILABLE_CURRENCIES = Collections.unmodifiableSet(currencies);
  /libcore/luni/src/test/java/libcore/java/util/
OldAndroidLocaleTest.java 93 String[] currencies = new String[] { local
105 currencies[i], c.getCurrencyCode());
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUCurrencyDisplayInfoProvider.java 51 private final ICUResourceBundle currencies; field in class:ICUCurrencyDisplayInfoProvider.ICUCurrencyDisplayInfo
59 this.currencies = rb.findTopLevel("Currencies");
79 if (currencies != null) {
80 ICUResourceBundle result = currencies.findWithFallback(isoCode);
98 // See http://unicode.org/reports/tr35/#Currencies, especially the fallback rule.
173 ICUResourceBundle crb = currencies.findWithFallback(isoCode);
214 ICUResourceBundle curr = bundle.findTopLevel("Currencies");
243 ICUResourceBundle curr = bundle.findTopLevel("Currencies");
ICUCurrencyMetaInfo.java 41 public List<String> currencies(CurrencyFilter filter) { method in class:ICUCurrencyMetaInfo
  /external/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/
ICUCurrencyDisplayInfoProvider.java 47 private final ICUResourceBundle currencies; field in class:ICUCurrencyDisplayInfoProvider.ICUCurrencyDisplayInfo
55 this.currencies = rb.findTopLevel("Currencies");
75 if (currencies != null) {
76 ICUResourceBundle result = currencies.findWithFallback(isoCode);
94 // See http://unicode.org/reports/tr35/#Currencies, especially the fallback rule.
169 ICUResourceBundle crb = currencies.findWithFallback(isoCode);
210 ICUResourceBundle curr = bundle.findTopLevel("Currencies");
239 ICUResourceBundle curr = bundle.findTopLevel("Currencies");
ICUCurrencyMetaInfo.java 39 public List<String> currencies(CurrencyFilter filter) { method in class:ICUCurrencyMetaInfo
  /external/icu/android_icu4j/src/main/java/android/icu/util/
Currency.java 48 * currencies.
199 * Returns the set of available currencies. The returned set of currencies contains all of the
200 * available currencies, including obsolete ones. The result set can be modified without
201 * affecting the available currencies in the runtime.
203 * @return The set of available currencies. The returned set could be empty if there is no
208 List<String> list = info.currencies(CurrencyFilter.all());
234 List<String> list = info.currencies(CurrencyFilter.onRegion(country));
361 * If commonlyUsed is true, only the currencies known to be in use as of the current date
366 * If commonlyUsed is false, all currencies ever used in any locale are returned, in n
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Currency.java 47 * currencies.
209 * Returns the set of available currencies. The returned set of currencies contains all of the
210 * available currencies, including obsolete ones. The result set can be modified without
211 * affecting the available currencies in the runtime.
213 * @return The set of available currencies. The returned set could be empty if there is no
220 List<String> list = info.currencies(CurrencyFilter.all());
246 List<String> list = info.currencies(CurrencyFilter.onRegion(country));
376 * If commonlyUsed is true, only the currencies known to be in use as of the current date
381 * If commonlyUsed is false, all currencies ever used in any locale are returned, in n
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DisplayNameTest.java 68 String[] currencies = addUnknown(getCodes(new ULocale("en","",""), "Currencies"),3); field in class:DisplayNameTest
114 check("Currencies", locale, currencies, currencyFormats, new DisplayNameGetter() {
CurrencyTest.java 346 logln("currencies: " + currenciesInGermany.size());
399 logln("currencies: " + currenciesInGermany.size());
433 List<String> currencies = metainfo.currencies(filter); local
434 assertTrue("More than one currency for switzerland", currencies.size() > 1);
438 metainfo.currencies(filter.withTender()));
712 assertTrue("avail1 does not contain all currencies in avail2", avail1.containsAll(avail2));
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DisplayNameTest.java 64 String[] currencies = addUnknown(getCodes(new ULocale("en","",""), "Currencies"),3); field in class:DisplayNameTest
110 check("Currencies", locale, currencies, currencyFormats, new DisplayNameGetter() {
CurrencyTest.java 342 logln("currencies: " + currenciesInGermany.size());
395 logln("currencies: " + currenciesInGermany.size());
429 List<String> currencies = metainfo.currencies(filter); local
430 assertTrue("More than one currency for switzerland", currencies.size() > 1);
434 metainfo.currencies(filter.withTender()));
708 assertTrue("avail1 does not contain all currencies in avail2", avail1.containsAll(avail2));
  /external/icu/icu4c/source/test/cintltst/
cldrtest.c 1384 UResourceBundle *currencies = ures_openDirect(loadTestData(&errorCode), "structLocale", &errorCode); local
    [all...]
cnmdptst.c 806 static const char * const currencies[] = { local
    [all...]
  /external/icu/icu4c/source/common/
locdispnames.cpp 287 static const char _kCurrencies[] = "Currencies";
833 UResourceBundle *currencies = ures_getByKey(bundle, _kCurrencies, NULL, status); local
834 UResourceBundle *currency = ures_getByKeyWithFallback(currencies, keywordValue, NULL, status);
840 ures_close(currencies);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CurrencyMetaInfo.java 19 * Provides information about currencies that is not specific to a locale.
98 * true if we are filtering only for currencies used as legal tender.
126 * Returns a filter that accepts all currencies in use as of the current date.
135 * Returns a filter that accepts all currencies ever used in the given region.
155 * Returns a filter that accepts all currencies in use on the given date.
165 * Returns a filter that accepts all currencies that were in use at some point between
166 * the given dates, or if dates are equal, currencies in use on that date.
178 * Returns a filter that accepts all currencies in use on the given date.
186 * Returns a filter that accepts all currencies that were in use at some
187 * point between the given dates, or if dates are equal, currencies i
474 public List<String> currencies(CurrencyFilter filter) { method in class:CurrencyMetaInfo
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CurrencyMetaInfo.java 18 * Provides information about currencies that is not specific to a locale.
104 * true if we are filtering only for currencies used as legal tender.
133 * Returns a filter that accepts all currencies in use as of the current date.
143 * Returns a filter that accepts all currencies ever used in the given region.
165 * Returns a filter that accepts all currencies in use on the given date.
176 * Returns a filter that accepts all currencies that were in use at some point between
177 * the given dates, or if dates are equal, currencies in use on that date.
190 * Returns a filter that accepts all currencies in use on the given date.
199 * Returns a filter that accepts all currencies that were in use at some
200 * point between the given dates, or if dates are equal, currencies i
516 public List<String> currencies(CurrencyFilter filter) { method in class:CurrencyMetaInfo
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
SerializableTest.java 419 Currency currencies[] = new Currency[places.length]; local
422 currencies[i] = Currency.getInstance(places[i]);
425 return currencies;
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
SerializableTest.java 415 Currency currencies[] = new Currency[places.length]; local
418 currencies[i] = Currency.getInstance(places[i]);
421 return currencies;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 

Completed in 384 milliseconds