Home
last modified time | relevance | path

Searched refs:Punctuation_Dash (Results 1 – 25 of 111) sorted by relevance

12345

/dports/www/kf5-kjs/kjs-5.89.0/src/wtf/unicode/qt4/
H A DUnicodeQt4.h114 case QChar::Punctuation_Dash: in category()
115 return Punctuation_Dash; in category()
/dports/www/kf5-kjs/kjs-5.89.0/src/wtf/unicode/
H A DUnicodeCategory.h51 Punctuation_Dash = 0x00100000, // Unicode class name Pd enumerator
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/wtf/unicode/qt4/
H A DUnicodeQt4.h142 Punctuation_Dash = U_MASK(QChar::Punctuation_Dash), enumerator
316 U_MASK(QChar::Punctuation_Dash) | in isPunct()
/dports/editors/focuswriter/focuswriter-1.7.6/src/
H A Dblock_stats.cpp78 m_letters += (i->category() != QChar::Punctuation_Dash); in update()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/wtf/unicode/qt4/
H A DUnicodeQt4.h176 Punctuation_Dash = U_MASK(QChar::Punctuation_Dash), enumerator
350 U_MASK(QChar::Punctuation_Dash) | in isPunct()
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/unicode/qt4/
H A DUnicodeQt4.h150 Punctuation_Dash = U_MASK(QChar::Punctuation_Dash), enumerator
/dports/converters/wkhtmltopdf/qt-5db36ec/src/corelib/tools/
H A Dqchar.h135 Punctuation_Dash, // Pd enumerator
147 Punctuation_Dask = Punctuation_Dash // ### Qt 5: remove
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/unicode/qt4/
H A DUnicodeQt4.h150 Punctuation_Dash = U_MASK(QChar::Punctuation_Dash), enumerator
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/wtf/unicode/glib/
H A DUnicodeGLib.h112 Punctuation_Dash = U_MASK(G_UNICODE_DASH_PUNCTUATION), enumerator
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/wtf/unicode/glib/
H A DUnicodeGLib.h112 Punctuation_Dash = U_MASK(G_UNICODE_DASH_PUNCTUATION), enumerator
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/unicode/glib/
H A DUnicodeGLib.h112 Punctuation_Dash = U_MASK(G_UNICODE_DASH_PUNCTUATION), enumerator
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/unicode/glib/
H A DUnicodeGLib.h112 Punctuation_Dash = U_MASK(G_UNICODE_DASH_PUNCTUATION), enumerator
/dports/www/kf5-kjs/kjs-5.89.0/src/wtf/unicode/libc/
H A DUnicodeLibC.h83 Punctuation_Other, Punctuation_Dash, Punctuation_Other, in category()
/dports/editors/focuswriter/focuswriter-1.7.6/src/spelling/
H A Ddictionary_provider_voikko.cpp139 if (c.isLetterOrNumber() || c.category() == QChar::Punctuation_Dash) { in check()
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/unicode/icu/
H A DUnicodeIcu.h103 Punctuation_Dash = U_MASK(U_DASH_PUNCTUATION), enumerator
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/wtf/unicode/wince/
H A DUnicodeWinCE.h105 Punctuation_Dash = TO_MASK(UnicodeCE::U_DASH_PUNCTUATION), enumerator
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/wtf/unicode/icu/
H A DUnicodeIcu.h103 Punctuation_Dash = U_MASK(U_DASH_PUNCTUATION), enumerator
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/wtf/unicode/brew/
H A DUnicodeBrew.h103 Punctuation_Dash = TO_MASK(ICU::U_DASH_PUNCTUATION), enumerator
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/wtf/unicode/icu/
H A DUnicodeIcu.h103 Punctuation_Dash = U_MASK(U_DASH_PUNCTUATION), enumerator
/dports/editors/ghostwriter/ghostwriter-1.8.1/src/spelling/
H A Ddictionary_provider_voikko.cpp139 if (c.isLetterOrNumber() || c.category() == QChar::Punctuation_Dash) { in check()
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/unicode/icu/
H A DUnicodeIcu.h103 Punctuation_Dash = U_MASK(U_DASH_PUNCTUATION), enumerator
/dports/editors/calligra/calligra-3.2.1/plugins/formulashape/
H A DFormulaEditor.cpp226 chat==QChar::Punctuation_Dash || in tokenType()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/wtf/unicode/wince/
H A DUnicodeWince.h143 Punctuation_Dash = TO_MASK(UnicodeCE::U_DASH_PUNCTUATION), enumerator
/dports/multimedia/shotcut/shotcut-21.03.21/CuteLogger/src/
H A DAbstractStringAppender.cpp349 if (currentChar.isDigit() || currentChar.category() == QChar::Punctuation_Dash) in formattedString()
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/unicode/wince/
H A DUnicodeWince.h143 Punctuation_Dash = TO_MASK(UnicodeCE::U_DASH_PUNCTUATION), enumerator

12345