Searched defs:wordEnd (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DASCIIFastPath.h88 const CharacterType* wordEnd = alignToMachineWord(end); local
90 while (characters < wordEnd) {
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DTextCheckingHelper.cpp78 int wordEnd = textBreakNext(iterator); local
79 if (wordEnd < 0)
81 int wordLength = wordEnd - wordStart;
96 wordStart = wordEnd;

Completed in 76 milliseconds