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

  /external/webkit/Source/WebCore/platform/text/brew/
TextBreakIteratorBrew.cpp 41 static inline bool isLineStop(UChar c)
184 if (haveSpace && !isLineStop(string[currentPos]))
186 if (isLineStop(string[currentPos]))
201 if (haveSpace && !isLineStop(string[currentPos]))
203 if (isLineStop(string[currentPos]))
  /external/webkit/Source/WebCore/platform/text/wince/
TextBreakIteratorWinCE.cpp 41 static inline bool isLineStop(UChar c)
171 if (haveSpace && !isLineStop(string[currentPos]))
173 if (isLineStop(string[currentPos]))
188 if (haveSpace && !isLineStop(string[currentPos]))
190 if (isLineStop(string[currentPos]))

Completed in 355 milliseconds