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

  /external/webkit/Source/WebCore/platform/text/brew/
TextBreakIteratorBrew.cpp 35 static inline bool isCharStop(UChar c)
153 while (currentPos < length && !isCharStop(string[currentPos]))
165 while (currentPos > 0 && !isCharStop(string[currentPos]))
  /external/webkit/Source/WebCore/platform/text/wince/
TextBreakIteratorWinCE.cpp 35 static inline bool isCharStop(UChar c)
146 while (currentPos < length && !isCharStop(string[currentPos]))
158 while (currentPos > 0 && !isCharStop(string[currentPos]))

Completed in 154 milliseconds