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

  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
TextBoundaries.h 38 int endOfFirstWordBoundaryContext(const UChar* characters, int length);
TextBoundaries.cpp 39 int endOfFirstWordBoundaryContext(const UChar* characters, int length)
  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleUnits.cpp 472 int i = endOfFirstWordBoundaryContext(characters.data(), characters.size());
648 if (mayHaveMoreContext && endOfFirstWordBoundaryContext(characters + offset, length - offset) == static_cast<int>(length - offset)) {
692 if (mayHaveMoreContext && endOfFirstWordBoundaryContext(characters + offset, length - offset) == static_cast<int>(length - offset)) {
    [all...]

Completed in 112 milliseconds