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/platform/text/
TextBoundaries.h 39 PLATFORM_EXPORT int endOfFirstWordBoundaryContext(const UChar* characters, int length);
TextBoundaries.cpp 38 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());
649 if (mayHaveMoreContext && endOfFirstWordBoundaryContext(characters + offset, length - offset) == static_cast<int>(length - offset)) {
693 if (mayHaveMoreContext && endOfFirstWordBoundaryContext(characters + offset, length - offset) == static_cast<int>(length - offset)) {
    [all...]

Completed in 819 milliseconds