Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DXMLSource.java1514 Set<String> oldAliases = new HashSet<String>(filteredPaths); in getPathsWithValue() local
1517 String[] sortedPaths = new String[oldAliases.size()]; in getPathsWithValue()
1518 oldAliases.toArray(sortedPaths); in getPathsWithValue()
1521 oldAliases = newAliases; in getPathsWithValue()
/external/cldr/tools/java/org/unicode/cldr/tool/
DSubdivisionNode.java292 Collection<String> oldAliases = SubdivisionInfo.subdivisionIdToOld.get(value); in getBestName() local
293 if (oldAliases != null) { in getBestName()
294 for (String oldAlias : oldAliases) { in getBestName()