Searched refs:matchesPrefixOf (Results 1 – 6 of 6) sorted by relevance
25 assertTrue("is prefix match", calPaths.stream().allMatch(calendarPrefix::matchesPrefixOf)); in TestMatcher()31 calPaths.stream().filter(chineseCalendars::matchesPrefixOf).collect(toList()), in TestMatcher()
78 PathMatcher.of("//supplementalData/likelySubtags")::matchesPrefixOf; in testPathFilter()
148 return matcher.matchesPrefixOf(value.getPath()) ? value : null; in filterByType()
129 public boolean matchesPrefixOf(CldrPath path) { in matchesPrefixOf() method in PathMatcher
124 return PathMatcher.of("//supplementalData/" + spec[0])::matchesPrefixOf; in supplementalMatcher()129 .map(m -> ((Predicate<CldrPath>) m::matchesPrefixOf)) in supplementalMatcher()
231 .map(s -> (Predicate<CldrPath>) ldml(s)::matchesPrefixOf) in matchAnyLdmlPrefix()