Lines Matching defs:doTestDisplayNames
254 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(greek, DLANG_EL, true);
280 private void doTestDisplayNames(Locale inLocale, int compareIndex, boolean defaultIsFrench) {