Searched refs:nonModernCurrencyCodes (Results 1 – 1 of 1) sorted by relevance
1340 Relation<String, Pair<String, CurrencyDateInfo>> nonModernCurrencyCodes = Relation in TestCurrency() local1389 nonModernCurrencyCodes.put(currency, in TestCurrency()1402 nonModernCurrencyCodes.removeAll(modernCurrencyCodes.keySet()); in TestCurrency()1466 logln("Non-Modern Codes (with dates): " + nonModernCurrencyCodes.size() in TestCurrency()1467 + "\t" + nonModernCurrencyCodes); in TestCurrency()1468 for (String currency : nonModernCurrencyCodes.keySet()) { in TestCurrency()1477 + "\t" + nonModernCurrencyCodes.getAll(currency)); in TestCurrency()1487 + "\t" + nonModernCurrencyCodes.getAll(currency)); in TestCurrency()1488 for (Pair<String, CurrencyDateInfo> pair : nonModernCurrencyCodes in TestCurrency()1513 remainder.removeAll(nonModernCurrencyCodes.keySet()); in TestCurrency()