Searched refs:startOfLastWordBoundaryContext (Results 1 – 6 of 6) sorted by relevance
39 int startOfLastWordBoundaryContext(const UChar* characters, int length);
51 int startOfLastWordBoundaryContext(const UChar* characters, int length) in startOfLastWordBoundaryContext() function
156 int i = startOfLastWordBoundaryContext(characters, length); in nextBoundary()228 if (mayHaveMoreContext && !startOfLastWordBoundaryContext(characters, offset)) { in startWordBoundary()286 if (mayHaveMoreContext && !startOfLastWordBoundaryContext(characters, offset)) { in previousWordPositionBoundary()
1955 … wordBoundaryContextStart = startOfLastWordBoundaryContext(characters, wordBoundaryContextStart); in prependContext()2124 …wordBoundaryContextStart = startOfLastWordBoundaryContext(m_buffer.data(), wordBoundaryContextStar… in search()
19055 (WebCore::startOfLastWordBoundaryContext): Replaces
4001 (WebCore::startOfLastWordBoundaryContext): Ditto.