Searched refs:unresolvedData (Results 1 – 2 of 2) sorted by relevance
31 private final Table<String, CldrPath, CldrValue> unresolvedData = TreeBasedTable.create(); field in FakeDataSupplier36 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()
231 private final UnicodeMap<Annotations> unresolvedData; field in Annotations.AnnotationSet249 unresolvedData = source.freeze(); in AnnotationSet()250 this.baseData = resolvedSource == null ? unresolvedData : resolvedSource.freeze(); in AnnotationSet()585 return unresolvedData; in getUnresolvedExplicitValues()