Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DCLDRModify.java125 final Matcher regexMatch; // doesn't have to be thread safe field in CLDRModify.ConfigMatch
132 regexMatch = null; in ConfigMatch()
140 regexMatch = PatternCache.get(match.substring(1, match.length() - 1) in ConfigMatch()
146 regexMatch = null; in ConfigMatch()
156 return regexMatch.reset(other).find(); in matches()
167 : exactMatch == null ? regexMatch.toString() in toString()
204 valueMatch.regexMatch.appendReplacement(buffer, newValue.exactMatch); in getModified()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestCheckCLDR.java831 boolean regexMatch = SubmissionLocales.pathAllowedInLimitedSubmission(path); in TestALLOWED_IN_LIMITED_PATHS()
832 if (isDiff && !regexMatch) { in TestALLOWED_IN_LIMITED_PATHS()
836 } else if (!isDiff && regexMatch) { in TestALLOWED_IN_LIMITED_PATHS()