/third_party/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/ |
D | CurrencyNameTest.java | 32 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/ |
D | android_extra.json | 91 // # 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
|
D | android_small.json | 570 // # 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
|
D | ios.json | 525 // # 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
|
D | android.json | 723 // # 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
|
D | cast.json | 1200 // # 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
|
D | chromeos.json | 1051 // # 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/ |
D | CldrDataProcessorTest.java | 66 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/ |
D | lang-pascal | 20 currencies = '%s is replaced by %s.'; 25 writeln(format(currencies, ['FF', 'EUR']));
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/resources/ |
D | ldml2icu_readme.txt | 154 //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
|
D | ldml2icu_locale.txt | 258 //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/ |
D | Currency.java | 238 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/ |
D | Currency.java | 252 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/ |
D | index.md | 37 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/ |
D | cldrtest.c | 1433 …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()
|
D | cnmdptst.c | 742 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/ |
D | PropertiesTest.java | 239 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/ |
D | PropertiesTest.java | 242 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/ |
D | CurrencyTest.java | 565 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()
|
D | DisplayNameTest.java | 70 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/ |
D | CurrencyTest.java | 568 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()
|
D | DisplayNameTest.java | 73 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/ |
D | locdispnames.cpp | 837 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/ |
D | posix.md | 236 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/ |
D | ICUCurrencyMetaInfo.java | 43 public List<String> currencies(CurrencyFilter filter) { in currencies() method in ICUCurrencyMetaInfo
|