Searched defs:pathFilter (Results 1 – 4 of 4) sorted by relevance
122 type pathFilter struct { struct123 core124 fnc func(Path) bool125 opt Option128 func (f pathFilter) filter(s *state, vx, vy reflect.Value, t reflect.Type) applicableOption {135 func (f pathFilter) String() string {
298 Matcher pathFilter = null; in main() local1447 …private static void addPrettyPaths(CLDRFile file, Matcher pathFilter, PathHeader.Factory pathHeade… in addPrettyPaths()1459 private static void addPrettyPaths(CLDRFile file, Collection<String> paths, Matcher pathFilter, in addPrettyPaths()
1244 public Iterator<String> iterator(Matcher pathFilter) { in iterator()
603 public Iterator<String> iterator(Matcher pathFilter) { in iterator()