Searched refs:RESULTS_LOCALEIDS (Results 1 – 1 of 1) sorted by relevance
257 static String[][] RESULTS_LOCALEIDS = { field in GlobalizationPreferencesTest289 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 …]