Searched refs:altPaths (Results 1 – 4 of 4) sorted by relevance
108 private final ImmutableMap<CldrPath, CldrPath> altPaths; field in AlternateLocaleData.CldrDataFilter.AltData117 ImmutableMap<CldrPath, CldrPath> altPaths = globalAltPaths; in AltData() local123 altPaths = ImmutableMap.copyOf(combinedPaths); in AltData()125 this.altPaths = altPaths; in AltData()126 this.toRemove = altPaths.entrySet().stream() in AltData()128 .filter(e -> !this.altPaths.containsKey(e.getValue())) in AltData()138 CldrPath altPath = altPaths.get(value.getPath()); in filter()
35 HashMap<String, String> altPaths = new HashMap<>(); in testValues() local51 if (altPaths.containsKey(xpath)) { in testValues()61 altPaths.put(xpath, locale); in testValues()
89 private String getPaths(Set<PathHeader> altPaths) { in getPaths() argument91 for (PathHeader path : altPaths) { in getPaths()
74 private final List<AltPath> altPaths = new ArrayList<>(); field in ConvertIcuDataTask303 altPaths.add(altPath); in addConfiguredAltPath()317 if (!altPaths.isEmpty()) { in execute()347 return altPaths.stream() in getGlobalAltPaths()355 return altPaths.stream() in getLocaleAltPaths()