Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateMaximalLocales.java848 Relation<Row.R2<String, String>, Row.R2<Double, String>> scriptRegions = Relation.of( field in GenerateMaximalLocales.MaxData
879 scriptRegions.put(Row.of(script, region), Row.of(order, language)); in add()
1137 for (R2<String, String> scriptRegion : maxData.scriptRegions.keySet()) { in tryDifferentAlgorithm()
1138 R2<Double, String> value = maxData.scriptRegions.getAll(scriptRegion).iterator().next(); in tryDifferentAlgorithm()