Home
last modified time | relevance | path

Searched refs:TextRange (Results 1 – 6 of 6) sorted by relevance

/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dpage.h50 typedef std::pair<int, int> TextRange; typedef
134 int FindMatchesUtf8(std::string_view utf8, std::vector<TextRange>* matches);
245 TextRange* match);
251 TextRange* match);
Dpage.cc163 int Page::FindMatchesUtf8(std::string_view utf8, vector<TextRange>* matches) { in FindMatchesUtf8()
167 TextRange match; in FindMatchesUtf8()
183 vector<TextRange> matches; in BoundsOfMatchesUtf8()
473 TextRange* match) { in FindMatch()
488 TextRange* match) { in IsMatch()
/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/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DRichInputConnectionAndTextRangeTests.java44 import com.android.inputmethod.latin.utils.TextRange;
254 TextRange r; in testGetWordRangeAtCursor()
318 TextRange r; in helpTestGetSuggestionSpansAtWord()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputConnection.java47 import com.android.inputmethod.latin.utils.TextRange;
702 public TextRange getWordRangeAtCursor(final SpacingAndPunctuations spacingAndPunctuations, in getWordRangeAtCursor()
753 return new TextRange( in getWordRangeAtCursor()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java60 import com.android.inputmethod.latin.utils.TextRange;
1196 final TextRange range = mConnection.getWordRangeAtCursor( in getWordAtCursor()
1546 final TextRange range = mConnection.getWordRangeAtCursor( in restartSuggestionsOnWordTouchedByCursor()