Searched refs:replaceWith (Results 1 – 1 of 1) sorted by relevance
126 public FormatRule(String pattern, String replaceWith, int flags) { in FormatRule() argument128 mReplaceWith = replaceWith; in FormatRule()139 public FormatRule(String pattern, String replaceWith) { in FormatRule() argument140 this(pattern, replaceWith, 0); in FormatRule()