Searched refs:testCountryCurrency (Results 1 - 2 of 2) sorted by relevance

/openjdk9/jdk/test/java/util/Currency/
H A DBug4512215.java36 testCountryCurrency("TJ", "TJS", 2);
37 testCountryCurrency("FO", "DKK", 2);
38 testCountryCurrency("FK", "FKP", 2);
40 testCountryCurrency("AF", "AFN", 2); // changed from "AFA"
43 testCountryCurrency("TL", "USD", 2); // successor to TP/TPE
46 testCountryCurrency("CS", "CSD", 2); // successor to YU/YUM
49 private static void testCountryCurrency(String country, String currencyCode, method in class:Bug4512215
H A DValidateISO4217.java165 testCountryCurrency(country, currency, Integer.parseInt(numeric),
173 testCountryCurrency(additionalCodes[i][0], additionalCodes[i][1],
187 static void testCountryCurrency(String country, String currencyCode, method in class:ValidateISO4217

Completed in 103 milliseconds