Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/text/
DTextBoundaries.h39 int startOfLastWordBoundaryContext(const UChar* characters, int length);
DTextBoundaries.cpp51 int startOfLastWordBoundaryContext(const UChar* characters, int length) in startOfLastWordBoundaryContext() function
/external/webkit/Source/WebCore/editing/
Dvisible_units.cpp156 int i = startOfLastWordBoundaryContext(characters, length); in nextBoundary()
228 if (mayHaveMoreContext && !startOfLastWordBoundaryContext(characters, offset)) { in startWordBoundary()
286 if (mayHaveMoreContext && !startOfLastWordBoundaryContext(characters, offset)) { in previousWordPositionBoundary()
DTextIterator.cpp1955 … wordBoundaryContextStart = startOfLastWordBoundaryContext(characters, wordBoundaryContextStart); in prependContext()
2124 …wordBoundaryContextStart = startOfLastWordBoundaryContext(m_buffer.data(), wordBoundaryContextStar… in search()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1619055 (WebCore::startOfLastWordBoundaryContext): Replaces
DChangeLog-2010-12-064001 (WebCore::startOfLastWordBoundaryContext): Ditto.