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.java875 …private Relation<String, String> containmentCore = Relation.of(new LinkedHashMap<String, Set<Strin…
1107 containmentCore.freeze();
2039 containmentCore.putAll(container, contained);
2211 return containmentCore;
2247 return containmentCore;