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

  /external/webkit/WebCore/platform/text/
TextBoundaries.h 33 inline bool requiresContextForWordBoundary(UChar32 ch)
  /external/webkit/WebCore/editing/
visible_units.cpp 52 if (!requiresContextForWordBoundary(ch))
64 if (!requiresContextForWordBoundary(ch))
99 if (requiresContextForWordBoundary(c.characterBefore())) {
191 if (requiresContextForWordBoundary(c.characterAfter())) {
    [all...]

Completed in 1739 milliseconds