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 258 Replaced[] repl = content.getSpans(0, content.length(),
259 Replaced.class);
266 content.setSpan(new Replaced(orig), x, oldStart,
315 Replaced[] repl = content.getSpans(selStart - consider, selStart,
316 Replaced.class);
326 // the replaced span (or after it, because the user is
407 * @param start the start of the replaced region
408 * @param end the end of the replaced region; the location of the cursor
413 Replaced[] repl = content.getSpans(0, content.length(), Replaced.class)
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 76 milliseconds