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

/openjdk7/jdk/test/java/util/Currency/
H A DCurrencyTest.java49 testFractionDigits();
192 static void testFractionDigits() { method in class:CurrencyTest
193 testFractionDigits("USD", 2);
194 testFractionDigits("EUR", 2);
195 testFractionDigits("JPY", 0);
196 testFractionDigits("XDR", -1);
198 testFractionDigits("BHD", 3);
199 testFractionDigits("IQD", 3);
200 testFractionDigits("JOD", 3);
201 testFractionDigits("KW
211 static void testFractionDigits(String currencyCode, int expectedFractionDigits) { method in class:CurrencyTest
[all...]

Completed in 30 milliseconds