Home
last modified time | relevance | path

Searched defs:TextRange (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DTextRange.java27 public final class TextRange { class
108 public TextRange(final CharSequence textAtCursor, final int wordAtCursorStartIndex, in TextRange() method in TextRange
/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dpage.h50 typedef std::pair<int, int> TextRange; typedef