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

/openjdk7/jdk/test/java/util/ResourceBundle/
H A DTest4314141.java61 String[] expectedSuffixes) {
62 doTest("Test4314141A", language, country, variant, expectedSuffixes);
77 static void doTestExample(String language, String country, String[] expectedSuffixes) { argument
78 doTest("Test4314141B", language, country, "", expectedSuffixes);
82 String[] expectedSuffixes) {
95 if (!name.equals(baseName + expectedSuffixes[nameCount++])) {
103 if (nameCount != expectedSuffixes.length) {
60 doTestCandidateOmission(String language, String country, String variant, String[] expectedSuffixes) argument
81 doTest(String baseName, String language, String country, String variant, String[] expectedSuffixes) argument

Completed in 44 milliseconds