Home | History | Annotate | Download | only in tool

Lines Matching defs:currency

30         Set<String> currencyCodes = sc.getGoodAvailableCodes("currency");
50 final String currency = dateInfo.getCurrency();
54 modernCurrencyCodes2territory.put(currency, territory);
57 currencyCodesWithDates.put(currency, territory);
59 System.out.println("\t" + currency + "\t" + start + "\t" + end);
63 for (String currency : modernCurrencyCodes2territory.keySet()) {
64 final String name = english.getName(CLDRFile.CURRENCY_NAME, currency).toLowerCase();
66 System.out.println(currency + "\t" + name);
70 for (String currency : currencyCodesWithDates.keySet()) {
71 final String name = english.getName(CLDRFile.CURRENCY_NAME, currency).toLowerCase();
73 System.out.println(currency + "\t" + name);
104 String currency = currencyAndTerritories.getKey();
124 currency);
126 currency + "\t" + english.getName(CLDRFile.CURRENCY_NAME, currency)
132 currency2symbols.put(currency, symbol);
133 Relation<String, String> rel = currency2symbol2locales.get(currency);
135 currency2symbol2locales.put(currency,
149 String currency = currencyAndSymbols.getKey();
151 System.out.println(currency + "\t" + english.getName(CLDRFile.CURRENCY_NAME, currency)
154 + "\t" + currency2symbol2locales.get(currency));