Home
last modified time | relevance | path

Searched refs:toCaseFolded (Results 1 – 25 of 196) sorted by relevance

12345678

/dports/www/kf5-khtml/khtml-5.89.0/src/misc/
H A DStringHash.h116 hash += s[0].toCaseFolded().unicode(); in hash()
117 tmp = (s[1].toCaseFolded().unicode() << 11) ^ hash; in hash()
125 hash += s[0].toCaseFolded().unicode(); in hash()
166 hash += QChar::toCaseFolded((unsigned int)s[0]); in hash()
167 tmp = (QChar::toCaseFolded((unsigned int)s[1]) << 11) ^ hash; in hash()
175 hash += QChar::toCaseFolded((unsigned int)s[0]); in hash()
208 if (a->unicode()[i].toCaseFolded() != b->unicode()[i].toCaseFolded()) { in equal()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qchar/
H A Dtst_qchar.cpp75 void toCaseFolded();
201 void tst_QChar::toCaseFolded() in toCaseFolded() function in tst_QChar
203 QVERIFY(QChar('a').toCaseFolded() == 'a'); in toCaseFolded()
204 QVERIFY(QChar('A').toCaseFolded() == 'a'); in toCaseFolded()
209 QVERIFY(QChar::toCaseFolded((ushort)'a') == 'a'); in toCaseFolded()
210 QVERIFY(QChar::toCaseFolded((ushort)'A') == 'a'); in toCaseFolded()
215 QVERIFY(QChar::toCaseFolded((uint)'a') == 'a'); in toCaseFolded()
216 QVERIFY(QChar::toCaseFolded((uint)'A') == 'a'); in toCaseFolded()
217 QVERIFY(QChar::toCaseFolded((uint)0x1c7) == 0x1c9); in toCaseFolded()
218 QVERIFY(QChar::toCaseFolded((uint)0x1c8) == 0x1c9); in toCaseFolded()
[all …]
/dports/net/kitinerary/kitinerary-21.12.3/src/lib/
H A Dstringutil.cpp17 const auto n = c.toCaseFolded(); in normalize()
105 if (s1[i].toCaseFolded() == s2[i].toCaseFolded()) { in prefixSimilarity()
/dports/devel/kpublictransport/kpublictransport-21.12.3/src/lib/datatypes/
H A Dlinecompare_p.h35 if ((*lIt).toCaseFolded() != (*rIt).toCaseFolded()) { in isSameLineName()
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/unicode/qt4/
H A DUnicodeQt4.h222 return QChar::toCaseFolded(c); in foldCase()
229 s = s.toCaseFolded(); in foldCase()
295 uint c1 = QChar::toCaseFolded(ushort(a[i])); in umemcasecmp()
296 uint c2 = QChar::toCaseFolded(ushort(b[i])); in umemcasecmp()
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/unicode/qt4/
H A DUnicodeQt4.h222 return QChar::toCaseFolded(c); in foldCase()
229 s = s.toCaseFolded(); in foldCase()
295 uint c1 = QChar::toCaseFolded(ushort(a[i])); in umemcasecmp()
296 uint c2 = QChar::toCaseFolded(ushort(b[i])); in umemcasecmp()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/wtf/unicode/qt4/
H A DUnicodeQt4.h280 return QChar::toCaseFolded(uint32_t(c)); in foldCase()
292 result[i] = QChar::toCaseFolded(ushort(src[i])); in foldCase()
355 uint c1 = QChar::toCaseFolded(ushort(a[i])); in umemcasecmp()
356 uint c2 = QChar::toCaseFolded(ushort(b[i])); in umemcasecmp()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/wtf/unicode/qt4/
H A DUnicodeQt4.h314 return QChar::toCaseFolded(c); in foldCase()
326 result[i] = QChar::toCaseFolded(ushort(src[i])); in foldCase()
389 uint c1 = QChar::toCaseFolded(ushort(a[i])); in umemcasecmp()
390 uint c2 = QChar::toCaseFolded(ushort(b[i])); in umemcasecmp()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/corelib/tools/
H A Dqchar.h240 QChar toCaseFolded() const;
331 static uint QT_FASTCALL toCaseFolded(uint ucs4);
332 static ushort QT_FASTCALL toCaseFolded(ushort ucs2);
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqstring_compat.cpp66 QString QString::toCaseFolded() const in toCaseFolded() function in QString
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqstring_compat.cpp66 QString QString::toCaseFolded() const in toCaseFolded() function in QString
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqstring_compat.cpp66 QString QString::toCaseFolded() const in toCaseFolded() function in QString
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqstring_compat.cpp66 QString QString::toCaseFolded() const in toCaseFolded() function in QString
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqstring_compat.cpp66 QString QString::toCaseFolded() const in toCaseFolded() function in QString
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqstring_compat.cpp66 QString QString::toCaseFolded() const in toCaseFolded() function in QString
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqstring_compat.cpp66 QString QString::toCaseFolded() const in toCaseFolded() function in QString
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqstring_compat.cpp66 QString QString::toCaseFolded() const in toCaseFolded() function in QString
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqstring_compat.cpp66 QString QString::toCaseFolded() const in toCaseFolded() function in QString
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqstring_compat.cpp66 QString QString::toCaseFolded() const in toCaseFolded() function in QString
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqstring_compat.cpp66 QString QString::toCaseFolded() const in toCaseFolded() function in QString
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqstring_compat.cpp66 QString QString::toCaseFolded() const in toCaseFolded() function in QString
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqstring_compat.cpp66 QString QString::toCaseFolded() const in toCaseFolded() function in QString
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqstring_compat.cpp66 QString QString::toCaseFolded() const in toCaseFolded() function in QString
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqstring_compat.cpp66 QString QString::toCaseFolded() const in toCaseFolded() function in QString
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqstring_compat.cpp66 QString QString::toCaseFolded() const in toCaseFolded() function in QString

12345678