Searched refs:regexMatch (Results 1 – 1 of 1) sorted by relevance
124 final Matcher regexMatch; // doesn't have to be thread safe field in CLDRModify.ConfigMatch131 regexMatch = null; in ConfigMatch()139 regexMatch = PatternCache.get(match.substring(1, match.length() - 1) in ConfigMatch()145 regexMatch = null; in ConfigMatch()155 return regexMatch.reset(other).find(); in matches()166 : exactMatch == null ? regexMatch.toString() in toString()203 valueMatch.regexMatch.appendReplacement(buffer, newValue.exactMatch); in getModified()