Searched defs:matcher (Results 1 – 4 of 4) sorted by relevance
103 Matcher matcher = Pattern.compile(WOTD_PATTERN).matcher(pageContent); in buildUpdate() local
94 Matcher matcher = pattern.matcher(pageContent); in buildUpdate() local
195 Matcher matcher = EXCLUDE_PATTERN.matcher(child.getName()); in findExcludeDirs() local
56 UriMatcher matcher = new UriMatcher(UriMatcher.NO_MATCH); in buildUriMatcher() local