Home | History | Annotate | Download | only in util

Lines Matching defs:WORLD

35  *  Macroregions are represented in ICU by one of three region types: WORLD ( region code 001 ),
36 * CONTINENTS ( regions contained directly by WORLD ), and SUBCONTINENTS ( things contained directly
53 * the world/continent/sub-continent hierarchy, while others are just well known groupings that have
56 * ( WORLD, CONTINENT, or SUBCONTINENT ) will always be the containing region instead.
66 * values are WORLD, CONTINENT, SUBCONTINENT, TERRITORY, GROUPING, DEPRECATED, and UNKNOWN.
81 * Type representing the whole world.
83 WORLD,
94 * the normal WORLD/CONTINENT/SUBCONTINENT/TERRITORY containment tree.
280 // Now fill in the special cases for WORLD, UNKNOWN, CONTINENTS, and GROUPINGS
284 r.type = RegionType.WORLD;
333 // such as a SUBCONTINENT, CONTINENT, or WORLD must always be the parent.
441 * code "001" (World) or "ZZ" (Unknown region). For example, calling this method with region "IT" (Italy)