Home | History | Annotate | Download | only in format

Lines Matching defs:territory

457         // Territory for unsupported language locale
460 String territory = gp.getTerritory();
461 if (!territory.equals("US")) {
462 errln("FAIL: Territory is " + territory + " - Expected: US");
465 // Territory for language only locale "fr"
468 territory = gp.getTerritory();
469 if (!territory.equals("FR")) {
470 errln("FAIL: Territory is " + territory + " - Expected: FR");
474 // Set explicity territory
475 logln("Set explicit territory - CA");
477 territory = gp.getTerritory();
478 if (!territory.equals("CA")) {
479 errln("FAIL: Territory is " + territory + " - Expected: CA");
496 territory = gp.getTerritory();
497 if (!territory.equals("CA")) {
498 errln("FAIL: Territory is not CA");
503 territory = gp1.getTerritory();
504 if (!territory.equals("CA")) {
505 errln("FAIL: Territory is " + territory + " - Expected: CA");
516 territory = gp1.getTerritory();
517 if (!territory.equals("TW")) {
518 errln("FAIL: Territory is " + territory + " - Expected: TW");
536 // Set locales with territory
545 // Set locales with territory in the second locale
557 // Set explicit territory
558 logln("Set territory - DE");
576 // Set explicit territory again
577 logln("Set territory - JP");
719 // Set territory - GB
720 logln("Set territory - GB");
1060 logln("Territory[JP]: " + name1 + " | " + name2 + " | " + name3);
1062 errln("FAIL: Territory ID");
1396 // Set unsupported locale with supported territory ang_KR
1472 // Set explicit territory
1473 logln("Set territory - US");