Searched refs:LSTREG (Results 1 – 2 of 2) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | GenerateValidityXml.java | 51 …private static final Map<LstrType, Map<String, Map<LstrField, String>>> LSTREG = StandardCodes.get… field in GenerateValidityXml 89 static Map<String, Map<LstrField, String>> codeToData = LSTREG.get(LstrType.region); 260 for (Entry<LstrType, Map<String, Map<LstrField, String>>> entry : LSTREG.entrySet()) { in doLstr()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | StandardCodes.java | 1109 static Map<String, Map<String, Map<String, String>>> LSTREG; 1121 if (LSTREG == null) { 1124 return LSTREG; 1325 LSTREG = CldrUtility.protectCollection(result);
|