Home | History | Annotate | Download | only in method

Lines Matching defs:repl

263                     Replaced[] repl = content.getSpans(0, content.length(),
265 for (int a = 0; a < repl.length; a++)
266 content.removeSpan(repl[a]);
320 Replaced[] repl = content.getSpans(selStart - consider, selStart,
323 if (repl.length > 0) {
324 int st = content.getSpanStart(repl[0]);
325 int en = content.getSpanEnd(repl[0]);
326 String old = new String(repl[0].mText);
328 content.removeSpan(repl[0]);
418 Replaced[] repl = content.getSpans(0, content.length(), Replaced.class);
419 for (int a = 0; a < repl.length; a++) {
420 content.removeSpan(repl[a]);