Searched defs:WORLD (Results 1 – 5 of 5) sorted by relevance
42 private static final String WORLD = "001"; field in TerritoryContainment70 checkArgument(graph.containsKey(WORLD), "missing world region '%s'", WORLD); in TerritoryContainment() local76 "world region '%s' must be the only containment graph root (was %s)", WORLD, roots); in TerritoryContainment() local
44 #define WORLD WORLD_IMPL() macro
89 WORLD, enumConstant
88 WORLD, enumConstant
108 static const UChar WORLD[] = {0x30, 0x30, 0x31, 0x00}; /* "001" */ variable