Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateMaximalLocales.java842 … Relation<String, Row.R4<Double, String, String, String>> containersToLangRegion = Relation.of( field in GenerateMaximalLocales.MaxData
886 containersToLangRegion.put(container, Row.of(order, language, script, region)); in add()
1100 …System.out.println("Container2LR:\t" + region + "\t" + maxData.containersToLangRegion.get(region)); in tryDifferentAlgorithm()
1117 … for (R4<Double, String, String, String> e : maxData.containersToLangRegion.get(region)) { in tryDifferentAlgorithm()