Searched defs: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() local
33 HashMap<String, String> altPaths = new HashMap<>(); in testValues() local
95 private String getPaths(Set<PathHeader> altPaths) { in getPaths()
75 private final List<AltPath> altPaths = new ArrayList<>(); field in ConvertIcuDataTask