Searched refs:calendarPrefix (Results 1 – 2 of 2) sorted by relevance
24 PathMatcher calendarPrefix = PathMatcher.of("//ldml/dates/calendars/calendar[@type=*]"); in TestMatcher() local25 assertTrue("is prefix match", calPaths.stream().allMatch(calendarPrefix::matchesPrefixOf)); in TestMatcher()26 assertTrue("not full match", calPaths.stream().noneMatch(calendarPrefix::matches)); in TestMatcher()34 PathMatcher anyMonth = calendarPrefix in TestMatcher()40 PathMatcher narrowMonth = calendarPrefix in TestMatcher()46 PathMatcher firstMonth = calendarPrefix in TestMatcher()
442 String calendarPrefix = path.substring(0, pos); in handleCheck() local447 … getResolvedCldrFileToCheck().getPathsWithValue(value, calendarPrefix, null, retrievedPaths); in handleCheck()