Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DAnnotations.java213 private final UnicodeMap<Annotations> unresolvedData; field in Annotations.AnnotationSet
231 unresolvedData = source.freeze(); in AnnotationSet()
232 this.baseData = resolvedSource == null ? unresolvedData : resolvedSource.freeze(); in AnnotationSet()
559 return unresolvedData; in getUnresolvedExplicitValues()