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

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUCurrencyDisplayInfoProvider.java 68 * This class performs data loading for currencies and keeps data in lightweight cache.
189 // See http://unicode.org/reports/tr35/#Currencies, especially the fallback rule.
256 CurrencySink sink = new CurrencySink(!fallback, CurrencySink.EntrypointTable.CURRENCIES);
258 rb.getAllItemsWithFallbackNoFail("Currencies/" + isoCode, sink);
270 rb.getAllItemsWithFallbackNoFail("Currencies%narrow/" + isoCode, sink);
346 CURRENCIES,
373 case CURRENCIES:
394 if (key.contentEquals("Currencies")) {
396 } else if (key.contentEquals("Currencies%variant")) {
405 * Currencies{
    [all...]
  /external/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/
ICUCurrencyDisplayInfoProvider.java 64 * This class performs data loading for currencies and keeps data in lightweight cache.
185 // See http://unicode.org/reports/tr35/#Currencies, especially the fallback rule.
252 CurrencySink sink = new CurrencySink(!fallback, CurrencySink.EntrypointTable.CURRENCIES);
254 rb.getAllItemsWithFallbackNoFail("Currencies/" + isoCode, sink);
266 rb.getAllItemsWithFallbackNoFail("Currencies%narrow/" + isoCode, sink);
342 CURRENCIES,
369 case CURRENCIES:
390 if (key.contentEquals("Currencies")) {
392 } else if (key.contentEquals("Currencies%variant")) {
401 * Currencies{
    [all...]
  /external/icu/icu4c/source/common/
ucurr.cpp 82 // Tag for map from countries to currencies, in root.
105 // Tag for localized display names (symbols) of currencies
106 static const char CURRENCIES[] = "Currencies";
685 // Look up the Currencies resource for the given locale. The
686 // Currencies locale data looks like this:
688 //| Currencies {
708 // Currencies data, then the en Currencies data will be searched.
709 // Currently, if a Currencies datum exists in en_US and en, th
    [all...]

Completed in 222 milliseconds