Searched refs:endOfFirstWordBoundaryContext (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/text/
H A DTextBoundaries.h41 int endOfFirstWordBoundaryContext(const UChar* characters, int length);
H A DTextBoundaries.cpp39 int endOfFirstWordBoundaryContext(const UChar* characters, int length) function in namespace:WebCore
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DVisibleUnits.cpp471 int i = endOfFirstWordBoundaryContext(characters, length);
646 if (mayHaveMoreContext && endOfFirstWordBoundaryContext(characters + offset, length - offset) == static_cast<int>(length - offset)) {
690 if (mayHaveMoreContext && endOfFirstWordBoundaryContext(characters + offset, length - offset) == static_cast<int>(length - offset)) {

Completed in 74 milliseconds