Home
last modified time | relevance | path

Searched refs:RESULTS_LOCALEIDS (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/
DGlobalizationPreferencesTest.java257 static String[][] RESULTS_LOCALEIDS = { field in GlobalizationPreferencesTest
289 if (resultLocales.size() != RESULTS_LOCALEIDS[i].length) { in TestSetLocales()
291 + " Expected:" + RESULTS_LOCALEIDS[i].length); in TestSetLocales()
294 for (int j = 0; j < RESULTS_LOCALEIDS[i].length; j++) { in TestSetLocales()
297 if (!gp.getLocale(j).toString().equals(RESULTS_LOCALEIDS[i][j])) { in TestSetLocales()
299 + " Expected:" + RESULTS_LOCALEIDS[i][j]); in TestSetLocales()
323 if (resultLocales.size() != RESULTS_LOCALEIDS[i].length) { in TestSetLocales()
325 + " Expected:" + RESULTS_LOCALEIDS[i].length); in TestSetLocales()
328 for (int j = 0; j < RESULTS_LOCALEIDS[i].length; j++) { in TestSetLocales()
331 if (!gp.getLocale(j).toString().equals(RESULTS_LOCALEIDS[i][j])) { in TestSetLocales()
[all …]