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

  /external/webkit/Source/WebCore/platform/text/
TextBoundaries.h 41 void findWordBoundary(const UChar*, int len, int position, int* start, int* end);
TextBoundaries.cpp 96 void findWordBoundary(const UChar* chars, int len, int position, int* start, int* end)
  /external/webkit/Source/WebCore/platform/text/brew/
TextBoundariesBrew.cpp 43 void findWordBoundary(const UChar* buffer, int len, int position, int* start, int* end)
  /external/webkit/Source/WebCore/platform/text/mac/
TextBoundaries.mm 33 void findWordBoundary(const UChar* chars, int len, int position, int* start, int* end)
  /external/webkit/Source/WebCore/platform/text/qt/
TextBoundariesQt.cpp 67 void findWordBoundary(UChar const* buffer, int len, int position, int* start, int* end)
  /external/webkit/Source/WebCore/editing/
visible_units.cpp 234 findWordBoundary(characters, length, offset - 1, &start, &end);
264 findWordBoundary(characters, length, offset, &start, &end);
    [all...]

Completed in 39 milliseconds