Home
last modified time | relevance | path

Searched refs:currencies (Results 1 – 25 of 58) sorted by relevance

123

/third_party/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DCurrencyNameTest.java32 Set<Currency> currencies = null;
36 currencies = (Set<Currency>)mGetAvailableCurrencies.invoke(null, (Object[]) null);
41 if (currencies == null) {
43 currencies = new HashSet<Currency>();
51 currencies.add(currency);
59 AVAILABLE_CURRENCIES = Collections.unmodifiableSet(currencies);
/third_party/skia/third_party/externals/icu/filters/
Dandroid_extra.json91 // # Keep only the currencies used by the larget 150 economies in terms of GDP.
92 // # TODO(jshin): Use ucurr_isAvailable in ICU to drop more currencies.
104 // https://cs.chromium.org/chromium/src/third_party/icu/android/currencies.list?rcl=797b7c
Dandroid_small.json570 // # Keep only the currencies used by the larget 150 economies in terms of GDP.
571 // # TODO(jshin): Use ucurr_isAvailable in ICU to drop more currencies.
583 // https://cs.chromium.org/chromium/src/third_party/icu/android/currencies.list?rcl=797b7c
Dios.json525 // # Keep only the currencies used by the larget 150 economies in terms of GDP.
526 // # TODO(jshin): Use ucurr_isAvailable in ICU to drop more currencies.
538 // https://cs.chromium.org/chromium/src/third_party/icu/android/currencies.list?rcl=797b7c
Dandroid.json723 // # Keep only the currencies used by the larget 150 economies in terms of GDP.
724 // # TODO(jshin): Use ucurr_isAvailable in ICU to drop more currencies.
736 // https://cs.chromium.org/chromium/src/third_party/icu/android/currencies.list?rcl=797b7c
Dcast.json1200 // # Keep only the currencies used by the larget 150 economies in terms of GDP.
1201 // # TODO(jshin): Use ucurr_isAvailable in ICU to drop more currencies.
1213 // https://cs.chromium.org/chromium/src/third_party/icu/android/currencies.list?rcl=797b7c
Dchromeos.json1051 // # Keep only the currencies used by the larget 150 economies in terms of GDP.
1052 // # TODO(jshin): Use ucurr_isAvailable in ICU to drop more currencies.
1063 // https://cs.chromium.org/chromium/src/third_party/icu/scripts/currencies.list?rcl=797b7c
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/
DCldrDataProcessorTest.java66 ImmutableMap<String, CurrencyData> currencies = ImmutableMap.of(); field in CldrDataProcessorTest.State
73 currencies = ImmutableMap.copyOf(map); in setCurrencies()
143 assertThat(state.currencies) in testThreeLevelProcessing()
/third_party/gettext/gettext-tools/tests/
Dlang-pascal20 currencies = '%s is replaced by %s.';
25 writeln(format(currencies, ['FF', 'EUR']));
/third_party/icu/tools/cldr/cldr-to-icu/src/main/resources/
Dldml2icu_readme.txt154 //ldml/numbers/currencies/currency[@type="(%W)"]/symbol
156 //ldml/numbers/currencies/currency[@type="(%W)"]/displayName
162 //ldml/numbers/currencies/currency[@type="USD"]/symbol ==> "$"
163 //ldml/numbers/currencies/currency[@type="USD"]/displayName ==> "US Dollar"
372 //ldml/numbers/currencies/currency[@type="(%W)"]/symbol ; /Currencies/$1
373 //ldml/numbers/currencies/currency[@type="(%W)"]/displayName ; /Currencies/$1
374 //ldml/numbers/currencies/currency[@type="(%W)"]/pattern ; /Currencies/$1 ; group
375 //ldml/numbers/currencies/currency[@type="(%W)"]/decimal ; /Currencies/$1 ; group
376 //ldml/numbers/currencies/currency[@type="(%W)"]/group ; /Currencies/$1 ; group
Dldml2icu_locale.txt258 //ldml/numbers/currencies/currency[@type="(%A)"]/displayName[@count="(%A)"] ; /CurrencyPlurals/$1/$2
260 //ldml/numbers/currencies/currency[@type="(%W)"]/symbol[@alt="(%A)"] ; /Currencies%$2/$1
273 //ldml/numbers/currencies/currency[@type="(%W)"]/symbol
275 //ldml/numbers/currencies/currency[@type="(%W)"]/displayName
277 //ldml/numbers/currencies/currency[@type="(%W)"]/pattern[@type="standard"]
279 //ldml/numbers/currencies/currency[@type="(%W)"]/decimal
281 //ldml/numbers/currencies/currency[@type="(%W)"]/group
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DCurrency.java238 List<String> list = info.currencies(CurrencyFilter.all()); in getAvailableCurrencies()
267 List<String> list = info.currencies(CurrencyFilter.onRegion(region)); in loadCurrency()
980 new HashSet<>(info.currencies(CurrencyFilter.all()))); in getAllCurrenciesAsSet()
1023 List<String> allActive = info.currencies( in isAvailable()
1035 return info.currencies(filter.withTender()); in getTenderCurrencies()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCurrency.java252 List<String> list = info.currencies(CurrencyFilter.all()); in getAvailableCurrencies()
281 List<String> list = info.currencies(CurrencyFilter.onRegion(region)); in loadCurrency()
1015 new HashSet<>(info.currencies(CurrencyFilter.all()))); in getAllCurrenciesAsSet()
1060 List<String> allActive = info.currencies( in isAvailable()
1072 return info.currencies(filter.withTender()); in getTenderCurrencies()
/third_party/icu/docs/userguide/format_parse/
Dindex.md37 days, numbers, currencies, and messages. Formatting classes do both formatting
53 currencies, dates, times and text messages in your program so that the data is
84 numbers, currencies, and percentages according to the specified or default
89 For currencies you call `getCurrencyInstance` to create a formatter that returns a
121 with a predefined locale is the easiest and the most accurate way to format numbers, and currencies.
/third_party/icu/icu4c/source/test/cintltst/
Dcldrtest.c1433 …UResourceBundle *currencies = ures_openDirect(loadTestData(&errorCode), "structLocale", &errorCode… in TestCurrencyList() local
1438 currencies = ures_getByKey(currencies, "Currencies", currencies, &errorCode); in TestCurrencyList()
1440 structLocaleCount = ures_getSize(currencies); in TestCurrencyList()
1444 ures_resetIterator(currencies); in TestCurrencyList()
1445 while ((isoCode = uenum_next(en, NULL, &errorCode)) != NULL && ures_hasNext(currencies)) { in TestCurrencyList()
1446 subBundle = ures_getNextResource(currencies, NULL, &errorCode); in TestCurrencyList()
1456 ures_close(currencies); in TestCurrencyList()
Dcnmdptst.c742 static const char * const currencies[] = { in TestCurrencyKeywords() local
791 for(j = 0; j < UPRV_LENGTHOF(currencies); j++) { in TestCurrencyKeywords()
794 strcat(locale, currencies[j]); in TestCurrencyKeywords()
796 u_charsToUChars(currencies[j], currBuffer, 3); in TestCurrencyKeywords()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DPropertiesTest.java239 Object[] currencies = Currency.getAvailableCurrencies().toArray(); in getSampleValueForType()
240 return currencies[seed % currencies.length]; in getSampleValueForType()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
DPropertiesTest.java242 Object[] currencies = Currency.getAvailableCurrencies().toArray(); in getSampleValueForType()
243 return currencies[seed % currencies.length]; in getSampleValueForType()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DCurrencyTest.java565 List<String> currencies = metainfo.currencies(filter); in TestWithTender() local
566 assertTrue("More than one currency for switzerland", currencies.size() > 1); in TestWithTender()
570 metainfo.currencies(filter.withTender())); in TestWithTender()
936 assertEquals("Empty list expected", 0, tcurrMetaInfo.currencies(usFilter).size()); in TestCurrMetaInfoBaseClass()
DDisplayNameTest.java70 String[] currencies = addUnknown(getCodes(new ULocale("en","",""), "Currencies"),3); field in DisplayNameTest
125 check("Currencies", locale, currencies, currencyFormats, new DisplayNameGetter() { in checkLocale()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DCurrencyTest.java568 List<String> currencies = metainfo.currencies(filter); in TestWithTender() local
569 assertTrue("More than one currency for switzerland", currencies.size() > 1); in TestWithTender()
573 metainfo.currencies(filter.withTender())); in TestWithTender()
939 assertEquals("Empty list expected", 0, tcurrMetaInfo.currencies(usFilter).size()); in TestCurrMetaInfoBaseClass()
DDisplayNameTest.java73 String[] currencies = addUnknown(getCodes(new ULocale("en","",""), "Currencies"),3); field in DisplayNameTest
128 check("Currencies", locale, currencies, currencyFormats, new DisplayNameGetter() { in checkLocale()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dlocdispnames.cpp837 UResourceBundle *currencies = ures_getByKey(bundle, _kCurrencies, NULL, status); in uloc_getDisplayKeywordValue() local
838 … UResourceBundle *currency = ures_getByKeyWithFallback(currencies, keywordValue, NULL, status); in uloc_getDisplayKeywordValue()
844 ures_close(currencies); in uloc_getDisplayKeywordValue()
/third_party/icu/docs/userguide/
Dposix.md236 currencies over time, and the locale data for a particular country may not
242 format values for multiple currencies with the same number format (for
244 adjusted for several currencies). `strfmon()` allows to specify the number
248 3. The set of formattable currencies is limited to those that are available via
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DICUCurrencyMetaInfo.java43 public List<String> currencies(CurrencyFilter filter) { in currencies() method in ICUCurrencyMetaInfo

123