Home
last modified time | relevance | path

Searched refs:containmentCore (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DContainment.java20 static final Relation<String, String> containmentCore = supplementalData field in Containment
22 static final Set<String> continents = containmentCore.get("001");
27 temp.addAll(containmentCore.get(continent)); in containmentCore.get()
60 .addAllInverted(containmentCore)
DSupplementalDataInfo.java852 …private Relation<String, String> containmentCore = Relation.of(new LinkedHashMap<String, Set<Strin…
1096 containmentCore.freeze();
1894 containmentCore.putAll(container, contained);
2066 return containmentCore;
2102 return containmentCore;