Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DXMLSource.java1498 Set<String> filteredPaths = new HashSet<String>(); in getPathsWithValue() local
1505 filteredPaths.add(pathWithValue); in getPathsWithValue()
1514 Set<String> oldAliases = new HashSet<String>(filteredPaths); in getPathsWithValue()
1534 filteredPaths.add(alias); in getPathsWithValue()
1539 result.addAll(filteredPaths); in getPathsWithValue()
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckDates.java449 Set<String> filteredPaths = new HashSet<String>(); in handleCheck() local
476 filteredPaths.add(item); in handleCheck()
478 if (filteredPaths.size() == 0) { in handleCheck()
482 for (String path2 : filteredPaths) { in handleCheck()