Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DAnnotations.java95 UnicodeMap<Annotations> templocaleData = null; in cleanup() local
97 templocaleData = new UnicodeMap<>(); in cleanup()
103 templocaleData.put(key, myValue); in cleanup()
105 templocaleData.put(key, parentValue); in cleanup()
111 templocaleData.put(key, new Annotations(annotations, tts)); in cleanup()
116 final AnnotationSet result = new AnnotationSet(locale, localeData, templocaleData); in cleanup()