Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DAnnotations.java87 UnicodeMap<Annotations> templocaleData = null; in cleanup() local
89 templocaleData = new UnicodeMap<>(); in cleanup()
95 templocaleData.put(key, myValue); in cleanup()
97 templocaleData.put(key, parentValue); in cleanup()
103 templocaleData.put(key, new Annotations(annotations, tts)); in cleanup()
108 final AnnotationSet result = new AnnotationSet(locale, localeData, templocaleData); in cleanup()