Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DCLDRModify.java124 final Matcher regexMatch; // doesn't have to be thread safe field in CLDRModify.ConfigMatch
131 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()