Searched refs:retrievedPaths (Results 1 – 2 of 2) sorted by relevance
569 Set<String> retrievedPaths = new HashSet<String>(); in getPathsWithValue() local571 file.getPathsWithValue(value, myPrefix, matcher, retrievedPaths); in getPathsWithValue()573 … file.getPathsWithValue(value, "//ldml", myType.getPattern().matcher(""), retrievedPaths); in getPathsWithValue()588 for (String pathName : retrievedPaths) { in getPathsWithValue()
430 Set<String> retrievedPaths = new HashSet<String>(); in handleCheck() local431 … getResolvedCldrFileToCheck().getPathsWithValue(value, calendarPrefix, null, retrievedPaths); in handleCheck()432 if (retrievedPaths.size() < 2) { in handleCheck()452 for (String item : retrievedPaths) { in handleCheck()