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

  /external/webkit/Source/WebCore/platform/text/
TextBoundaries.h 38 int endOfFirstWordBoundaryContext(const UChar* characters, int length);
TextBoundaries.cpp 39 int endOfFirstWordBoundaryContext(const UChar* characters, int length)
  /external/webkit/Source/WebCore/editing/
visible_units.cpp 77 int i = endOfFirstWordBoundaryContext(characters, length);
258 if (mayHaveMoreContext && endOfFirstWordBoundaryContext(characters + offset, length - offset) == static_cast<int>(length - offset)) {
302 if (mayHaveMoreContext && endOfFirstWordBoundaryContext(characters + offset, length - offset) == static_cast<int>(length - offset)) {
    [all...]

Completed in 44 milliseconds