Home
last modified time | relevance | path

Searched refs:getContinent (Results 1 – 5 of 5) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DContainment.java126 public static String getContinent(String territory) { in getContinent() method in Containment
DPathHeader.java387 String continent = Containment.getContinent(territory);
1354 String theContinent = Containment.getContinent(theTerritory);
1392 String theContinent = Containment.getContinent(theTerritory);
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestScriptMetadata.java186 String continent = Containment.getContinent(info.originCountry); in TestGeographicGrouping()
DTestPathHeader.java830 String cont = Containment.getContinent(territory); in TestTerritoryOrder()
944 String cont = Containment.getContinent(territory); in TestContainment()
/external/cldr/tools/java/org/unicode/cldr/tool/
DFindPreferredHours.java246 String continent = Containment.getContinent(region); in main()