Home
last modified time | relevance | path

Searched refs:isPunct (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebCore/editing/qt/
DSmartReplaceQt.cpp40 if (!isPreviousCharacter && d.isPunct()) in isCharacterSmartReplaceExempt()
/external/webkit/Source/JavaScriptCore/wtf/unicode/wince/
DUnicodeWinCE.cpp75 bool isPunct(UChar c) in isPunct() function
DUnicodeWinCE.h127 bool isPunct(UChar);
/external/webkit/Source/JavaScriptCore/wtf/unicode/brew/
DUnicodeBrew.cpp67 bool isPunct(UChar c) in isPunct() function
DUnicodeBrew.h151 bool isPunct(UChar);
/external/webkit/Source/JavaScriptCore/wtf/unicode/glib/
DUnicodeGLib.h180 inline bool isPunct(UChar32 c) in isPunct() function
/external/webkit/Source/WebCore/platform/text/wince/
DTextBreakIteratorWinCE.cpp48 return isPunct(c); in isSentenceStop()
/external/webkit/Source/WebCore/platform/text/brew/
DTextBreakIteratorBrew.cpp48 return isPunct(c); in isSentenceStop()
/external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
DUnicodeIcu.h182 inline bool isPunct(UChar32 c) in isPunct() function
/external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/
DUnicodeQt4.h313 inline bool isPunct(UChar32 c) in isPunct() function
/external/webkit/Source/WebCore/editing/
DEditor.cpp1101 if (text.length() == 1 && isPunct(text[0]) && !isAmbiguousBoundaryCharacter(text[0])) in insertTextWithoutSendingTextEvent()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-145502 (WTF::Unicode::isPunct):
6168 (WTF::Unicode::isPunct):
6202 (WTF::Unicode::isPunct):
7893 (WTF::Unicode::isPunct):
DChangeLog-2011-02-1611776 (WTF::Unicode::isPunct):
12167 (WTF::Unicode::isPunct):
12269 (WTF::Unicode::isPunct):
DChangeLog-2010-05-2422363 (WTF::Unicode::isPunct):
DChangeLog-2009-06-161903 (WTF::Unicode::isPunct):
/external/webkit/Source/WebCore/
DChangeLog-2006-05-10322 isDigit, isLetter, isNumber, isLetterOrNumber, isPunct, digitValue, and direction functions.
DChangeLog-2005-08-2316226 (QChar::isPunct): Changed to call u_ispunct when non-ASCII.