Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateValidityXml.java52 …private static final Map<LstrType, Map<String, Map<LstrField, String>>> LSTREG = StandardCodes.get… field in GenerateValidityXml
90 static Map<String, Map<LstrField, String>> codeToData = LSTREG.get(LstrType.region);
261 for (Entry<LstrType, Map<String, Map<LstrField, String>>> entry : LSTREG.entrySet()) { in doLstr()
/external/cldr/tools/java/org/unicode/cldr/util/
DStandardCodes.java1079 static Map<String, Map<String, Map<String, String>>> LSTREG;
1091 if (LSTREG == null) {
1094 return LSTREG;
1293 LSTREG = CldrUtility.protectCollection(result);