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

/openjdk7/jdk/test/java/util/Locale/
H A DLocaleTest.java254 doTestDisplayNames(null, DLANG_EN, false);
256 doTestDisplayNames(english, DLANG_EN, false);
258 doTestDisplayNames(french, DLANG_FR, false);
260 doTestDisplayNames(croatian, DLANG_HR, false);
262 doTestDisplayNames(greek, DLANG_EL, false);
267 doTestDisplayNames(null, DLANG_FR, true);
269 doTestDisplayNames(english, DLANG_EN, true);
271 doTestDisplayNames(french, DLANG_FR, true);
273 doTestDisplayNames(croatian, DLANG_HR, true);
275 doTestDisplayNames(gree
280 private void doTestDisplayNames(Locale inLocale, int compareIndex, boolean defaultIsFrench) { method in class:LocaleTest
[all...]

Completed in 30 milliseconds