Searched refs:matcherPattern (Results 1 – 2 of 2) sorted by relevance
189 MatcherPattern matcherPattern = attribute_validity.get(attribute); in check() local190 if (matcherPattern == null) { in check()193 if (matcherPattern.matcher.matches(attributeValue)) { in check()197 String replacement = getReplacement(matcherPattern.value, attributeValue); in check()221 new Object[] { attribute, attributeValue, matcherPattern.pattern })); in check()
817 MatcherPattern matcherPattern = attribute_validity.get(attribute); in check() local818 if (matcherPattern == null) { in check()821 if (matcherPattern.matches(attributeValue, reason)) { in check()