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

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputLogicTests.java 534 final int endOfWord = endOfPrefix + WORD_TO_TYPE.length();
557 endOfWord, endOfWord, -1, -1);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleUnits.cpp 661 VisiblePosition endOfWord(const VisiblePosition &c, EWordSide side)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderText.cpp 127 int32_t endOfWord;
129 for (endOfWord = boundary->next(); endOfWord != TextBreakDone; startOfWord = endOfWord, endOfWord = boundary->next()) {
132 for (int i = startOfWord + 1; i < endOfWord; i++)
    [all...]

Completed in 94 milliseconds