HomeSort by relevance Sort by last modified time
    Searched defs:Replaced (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/text/method/
QwertyKeyListener.java 263 Replaced[] repl = content.getSpans(0, content.length(),
264 Replaced.class);
271 content.setSpan(new Replaced(orig), x, oldStart,
320 Replaced[] repl = content.getSpans(selStart - consider, selStart,
321 Replaced.class);
331 // the replaced span (or after it, because the user is
412 * @param start the start of the replaced region
413 * @param end the end of the replaced region; the location of the cursor
418 Replaced[] repl = content.getSpans(0, content.length(), Replaced.class)
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 202 milliseconds