Searched refs:LSTREG (Results 1 – 2 of 2) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | GenerateValidityXml.java | 52 …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/ |
D | StandardCodes.java | 1079 static Map<String, Map<String, Map<String, String>>> LSTREG; 1091 if (LSTREG == null) { 1094 return LSTREG; 1293 LSTREG = CldrUtility.protectCollection(result);
|