Home
last modified time | relevance | path

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

/external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/
DFakeDataSupplier.java31 private final Table<String, CldrPath, CldrValue> unresolvedData = TreeBasedTable.create(); field in FakeDataSupplier
36 unresolvedData.put(localeId, v.getPath(), v); in addLocaleData()
54 values = unresolvedData.row(localeId).values(); in getDataForLocale()
60 unresolvedData.row(localeId).forEach((p, v) -> { in getDataForLocale()
82 Sets.union(unresolvedData.rowKeySet(), ImmutableSet.of("root"))); in getAvailableLocaleIds()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DAnnotations.java231 private final UnicodeMap<Annotations> unresolvedData; field in Annotations.AnnotationSet
249 unresolvedData = source.freeze(); in AnnotationSet()
250 this.baseData = resolvedSource == null ? unresolvedData : resolvedSource.freeze(); in AnnotationSet()
585 return unresolvedData; in getUnresolvedExplicitValues()