Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DLikelySubtagsTest.java48 final Set<String> scriptRegion = new TreeSet<String>(); field in LikelySubtagsTest.Tags
131 scriptRegion.add(ltp.toString()); in add()
228 for (Entry<String, Map<String, Boolean>> scriptRegion : languageScriptRegion in TestCompleteness()
230 String script = scriptRegion.getKey(); in TestCompleteness()
232 for (String region : scriptRegion.getValue().keySet()) { in TestCompleteness()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateMaximalLocales.java1137 for (R2<String, String> scriptRegion : maxData.scriptRegions.keySet()) { in tryDifferentAlgorithm()
1138 R2<Double, String> value = maxData.scriptRegions.getAll(scriptRegion).iterator().next(); in tryDifferentAlgorithm()
1139 final Comparable<String> script = scriptRegion.get0(); in tryDifferentAlgorithm()
1140 final Comparable<String> region = scriptRegion.get1(); in tryDifferentAlgorithm()