Home
last modified time | relevance | path

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

/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/
H A DXMLSource.java1604 Set<String> pathsWithValue = new HashSet<>(); in getPathsWithValue() local
1605 source.getPathsWithValue(valueToMatch, pathPrefix, pathsWithValue); in getPathsWithValue()
1607 for (String pathWithValue : pathsWithValue) { in getPathsWithValue()