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

  /external/webkit/Source/WebCore/platform/text/
TextBoundaries.h 39 int startOfLastWordBoundaryContext(const UChar* characters, int length);
TextBoundaries.cpp 51 int startOfLastWordBoundaryContext(const UChar* characters, int length)
  /external/webkit/Source/WebCore/editing/
visible_units.cpp 156 int i = startOfLastWordBoundaryContext(characters, length);
228 if (mayHaveMoreContext && !startOfLastWordBoundaryContext(characters, offset)) {
286 if (mayHaveMoreContext && !startOfLastWordBoundaryContext(characters, offset)) {
    [all...]
TextIterator.cpp     [all...]

Completed in 40 milliseconds