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

  /external/webkit/Source/WebCore/platform/text/brew/
TextBreakIteratorBrew.cpp 46 static inline bool isSentenceStop(UChar c)
224 if (haveSpace && !isSentenceStop(string[currentPos]))
226 if (isSentenceStop(string[currentPos]))
241 if (haveSpace && !isSentenceStop(string[currentPos]))
243 if (isSentenceStop(string[currentPos]))
  /external/webkit/Source/WebCore/platform/text/wince/
TextBreakIteratorWinCE.cpp 46 static inline bool isSentenceStop(UChar c)
205 if (haveSpace && !isSentenceStop(string[currentPos]))
207 if (isSentenceStop(string[currentPos]))
222 if (haveSpace && !isSentenceStop(string[currentPos]))
224 if (isSentenceStop(string[currentPos]))

Completed in 1999 milliseconds