Home
last modified time | relevance | path

Searched refs:continent (Results 1 - 3 of 3) sorted by relevance

/third_party/tzdata/
H A Dtzselect.ksh74 Instead of asking for continent and then country and then city,
389 continent=
398 continent=coord;;
401 # Ask the user for continent or ocean.
404 'Please select a continent, ocean, "coord", "TZ", "time", or "now".'
444 continent=$select_result
445 case $continent in
446 Americas) continent=America;;
448 # Get the first word of $continent. Path expansion is disabled
451 for continent i
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DRegion.java37 * by a continent ).
53 * the world/continent/sub-continent hierarchy, while others are just well known groupings that have
90 * Type representing a continent.
95 * Type representing a sub-continent.
300 for ( String continent : continents ) { in loadRegionData()
301 if (regionIDMap.containsKey(continent)) { in loadRegionData()
302 r = regionIDMap.get(continent); in loadRegionData()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DRegion.java38 * by a continent ).
54 * the world/continent/sub-continent hierarchy, while others are just well known groupings that have
88 * Type representing a continent.
92 * Type representing a sub-continent.
294 for ( String continent : continents ) { in loadRegionData()
295 if (regionIDMap.containsKey(continent)) { in loadRegionData()
296 r = regionIDMap.get(continent); in loadRegionData()

Completed in 4 milliseconds