Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DXMLSource.java1500 Set<String> pathsWithValue = new HashSet<String>(); in getPathsWithValue() local
1501 source.getPathsWithValue(valueToMatch, pathPrefix, pathsWithValue); in getPathsWithValue()
1503 for (String pathWithValue : pathsWithValue) { in getPathsWithValue()