/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/ |
CurrencyNameTest.java | 29 Set<Currency> currencies = null; external variable declarations 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 | 61 private final ICUResourceBundle currencies; field in class:ICUCurrencyDisplayInfoProvider.ICUCurrencyDisplayInfo 69 this.currencies = rb.findTopLevel("Currencies"); 89 if (currencies != null) { 90 ICUResourceBundle result = currencies.findWithFallback(isoCode); 104 // See http://unicode.org/reports/tr35/#Currencies, especially the fallback rule. 179 ICUResourceBundle crb = currencies.findWithFallback(isoCode); 268 ICUResourceBundle curr = bundle.findTopLevel("Currencies"); 297 ICUResourceBundle curr = bundle.findTopLevel("Currencies");
|
ICUCurrencyMetaInfo.java | 43 public List<String> currencies(CurrencyFilter filter) { method in class:ICUCurrencyMetaInfo
|
/external/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/ |
ICUCurrencyDisplayInfoProvider.java | 57 private final ICUResourceBundle currencies; field in class:ICUCurrencyDisplayInfoProvider.ICUCurrencyDisplayInfo 65 this.currencies = rb.findTopLevel("Currencies"); 85 if (currencies != null) { 86 ICUResourceBundle result = currencies.findWithFallback(isoCode); 100 // See http://unicode.org/reports/tr35/#Currencies, especially the fallback rule. 175 ICUResourceBundle crb = currencies.findWithFallback(isoCode); 264 ICUResourceBundle curr = bundle.findTopLevel("Currencies"); 293 ICUResourceBundle curr = bundle.findTopLevel("Currencies");
|
ICUCurrencyMetaInfo.java | 41 public List<String> currencies(CurrencyFilter filter) { method in class:ICUCurrencyMetaInfo
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
Currency.java | 53 * currencies. 205 * Returns the set of available currencies. The returned set of currencies contains all of the 206 * available currencies, including obsolete ones. The result set can be modified without 207 * affecting the available currencies in the runtime. 209 * @return The set of available currencies. The returned set could be empty if there is no 214 List<String> list = info.currencies(CurrencyFilter.all()); 260 List<String> list = info.currencies(CurrencyFilter.onRegion(region)); 383 * If commonlyUsed is true, only the currencies known to be in use as of the current date 388 * 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 | 52 * currencies. 215 * Returns the set of available currencies. The returned set of currencies contains all of the 216 * available currencies, including obsolete ones. The result set can be modified without 217 * affecting the available currencies in the runtime. 219 * @return The set of available currencies. The returned set could be empty if there is no 226 List<String> list = info.currencies(CurrencyFilter.all()); 272 List<String> list = info.currencies(CurrencyFilter.onRegion(region)); 398 * If commonlyUsed is true, only the currencies known to be in use as of the current date 403 * 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 120 check("Currencies", locale, currencies, currencyFormats, new DisplayNameGetter() {
|
CurrencyTest.java | 358 logln("currencies: " + currenciesInGermany.size()); 414 logln("currencies Germany: " + currenciesInGermany.size()); 415 logln("currencies Brazil: " + currenciesInBrazil.size()); 467 List<String> currencies = metainfo.currencies(filter); local 468 assertTrue("More than one currency for switzerland", currencies.size() > 1); 472 metainfo.currencies(filter.withTender())); 756 assertTrue("avail1 does not contain all currencies in avail2", avail1.containsAll(avail2)); [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
DisplayNameTest.java | 67 String[] currencies = addUnknown(getCodes(new ULocale("en","",""), "Currencies"),3); field in class:DisplayNameTest 119 check("Currencies", locale, currencies, currencyFormats, new DisplayNameGetter() {
|
CurrencyTest.java | 357 logln("currencies: " + currenciesInGermany.size()); 413 logln("currencies Germany: " + currenciesInGermany.size()); 414 logln("currencies Brazil: " + currenciesInBrazil.size()); 466 List<String> currencies = metainfo.currencies(filter); local 467 assertTrue("More than one currency for switzerland", currencies.size() > 1); 471 metainfo.currencies(filter.withTender())); 755 assertTrue("avail1 does not contain all currencies in avail2", avail1.containsAll(avail2)); [all...] |
/external/icu/icu4c/source/test/cintltst/ |
cldrtest.c | 1387 UResourceBundle *currencies = ures_openDirect(loadTestData(&errorCode), "structLocale", &errorCode); local [all...] |
cnmdptst.c | 809 static const char * const currencies[] = { local [all...] |
/external/icu/icu4c/source/common/ |
locdispnames.cpp | 289 static const char _kCurrencies[] = "Currencies"; 835 UResourceBundle *currencies = ures_getByKey(bundle, _kCurrencies, NULL, status); local 836 UResourceBundle *currency = ures_getByKeyWithFallback(currencies, keywordValue, NULL, status); 842 ures_close(currencies); [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
CurrencyMetaInfo.java | 22 * Provides information about currencies that is not specific to a locale. 101 * true if we are filtering only for currencies used as legal tender. 129 * Returns a filter that accepts all currencies in use as of the current date. 138 * Returns a filter that accepts all currencies ever used in the given region. 158 * Returns a filter that accepts all currencies in use on the given date. 168 * Returns a filter that accepts all currencies that were in use at some point between 169 * the given dates, or if dates are equal, currencies in use on that date. 181 * Returns a filter that accepts all currencies in use on the given date. 189 * Returns a filter that accepts all currencies that were in use at some 190 * point between the given dates, or if dates are equal, currencies i 478 public List<String> currencies(CurrencyFilter filter) { method in class:CurrencyMetaInfo [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
CurrencyMetaInfo.java | 21 * Provides information about currencies that is not specific to a locale. 107 * true if we are filtering only for currencies used as legal tender. 136 * Returns a filter that accepts all currencies in use as of the current date. 146 * Returns a filter that accepts all currencies ever used in the given region. 168 * Returns a filter that accepts all currencies in use on the given date. 179 * Returns a filter that accepts all currencies that were in use at some point between 180 * the given dates, or if dates are equal, currencies in use on that date. 193 * Returns a filter that accepts all currencies in use on the given date. 202 * Returns a filter that accepts all currencies that were in use at some 203 * point between the given dates, or if dates are equal, currencies i 520 public List<String> currencies(CurrencyFilter filter) { method in class:CurrencyMetaInfo [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/ |
SerializableTestUtility.java | 456 Currency currencies[] = new Currency[places.length]; local 459 currencies[i] = Currency.getInstance(places[i]); 462 return currencies; [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
SerializableTestUtility.java | 455 Currency currencies[] = new Currency[places.length]; local 458 currencies[i] = Currency.getInstance(places[i]); 461 return currencies; [all...] |
/cts/tests/libcore/javautilcollections/libs/ |
guava-testlib-20.0.jar | |
/prebuilts/misc/common/icu4j/ |
icu4j.jar | |
/prebuilts/misc/common/robolectric/lib/ |
icu4j-53.1.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 | |