Searched refs:regexMatch (Results 1 – 2 of 2) sorted by relevance
125 final Matcher regexMatch; // doesn't have to be thread safe field in CLDRModify.ConfigMatch132 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()
831 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()