Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DSubdivisionNode.java274 Collection<String> oldAliases = SubdivisionInfo.subdivisionIdToOld.get(value); in getBestName() local
275 if (oldAliases != null) { in getBestName()
276 for (String oldAlias : oldAliases) { in getBestName()
/external/cldr/tools/java/org/unicode/cldr/util/
DXMLSource.java1618 Set<String> oldAliases = new HashSet<>(filteredPaths); in getPathsWithValue() local
1621 String[] sortedPaths = new String[oldAliases.size()]; in getPathsWithValue()
1622 oldAliases.toArray(sortedPaths); in getPathsWithValue()
1625 oldAliases = newAliases; in getPathsWithValue()