Home
last modified time | relevance | path

Searched refs:matcherPattern (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/test/
DCheckAttributeValues.java189 MatcherPattern matcherPattern = attribute_validity.get(attribute); in check() local
190 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()
/external/cldr/tools/java/org/unicode/cldr/util/
DAttributeValueValidity.java817 MatcherPattern matcherPattern = attribute_validity.get(attribute); in check() local
818 if (matcherPattern == null) { in check()
821 if (matcherPattern.matches(attributeValue, reason)) { in check()