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.java1508 Set<String> filteredPaths = new HashSet<String>(); in getPathsWithValue() local
1515 filteredPaths.add(pathWithValue); in getPathsWithValue()
1524 Set<String> oldAliases = new HashSet<String>(filteredPaths); in getPathsWithValue()
1544 filteredPaths.add(alias); in getPathsWithValue()
1549 result.addAll(filteredPaths); in getPathsWithValue()
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckDates.java455 Set<String> filteredPaths = new HashSet<String>(); in handleCheck() local
482 filteredPaths.add(item); in handleCheck()
484 if (filteredPaths.size() == 0) { in handleCheck()
488 for (String path2 : filteredPaths) { in handleCheck()