qt6-bb10/src/corelib/text
JiDe Zhang b254855aa6 Use __has_* instead QT_HAS_*
Use __has_include instead QT_HAS_INCLUDE
Use __has_feature instead QT_HAS_FEATURE

Change-Id: If9b0af1f4386f7bcae6ca2fb911ffaba422750dd
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2021-05-21 21:37:32 +08:00
..
UNICODE_LICENSE.txt Update CLDR to v38 2020-11-08 13:01:29 +01:00
qanystringview.h Q{*String,ByteArray}View::length(): use qsizetype, not int 2021-04-15 01:09:44 +02:00
qanystringview.qdoc Q{*String,ByteArray}View::length(): use qsizetype, not int 2021-04-15 01:09:44 +02:00
qbytearray.cpp Resurrect data moves in QList 2021-04-27 14:12:34 +02:00
qbytearray.h QByteArray: Move some free-functions around 2021-05-20 17:02:38 +02:00
qbytearray_p.h Merge remote-tracking branch 'origin/5.15' into dev 2020-04-08 20:11:39 +02:00
qbytearrayalgorithms.h QByteArray: Move some free-functions around 2021-05-20 17:02:38 +02:00
qbytearraylist.cpp Remove QByteArrayList_indexOf 2020-10-18 18:38:02 +02:00
qbytearraylist.h QList: make (last)IndexOf and contains function templates 2020-10-23 16:37:14 +02:00
qbytearraymatcher.cpp Use qsizetype instead of int in QByteArrayMatcher 2020-07-15 23:16:50 +02:00
qbytearraymatcher.h Build fixes for GCC 11 2021-01-19 22:33:38 +02:00
qbytearrayview.h QByteArrayView: add compare 2021-05-20 17:02:38 +02:00
qbytearrayview.qdoc QByteArrayView: add compare 2021-05-20 17:02:38 +02:00
qbytedata_p.h Adjust code format, add space after 'if' 2020-11-16 12:53:37 +00:00
qchar.cpp Add new enum value VisualTabCharacter into QChar 2021-04-15 01:43:46 +00:00
qchar.h Add new enum value VisualTabCharacter into QChar 2021-04-15 01:43:46 +00:00
qcollator.cpp Inline QCollator's QString methods via QStringView 2020-12-07 22:10:25 +00:00
qcollator.h Inline QCollator's QString methods via QStringView 2020-12-07 22:10:25 +00:00
qcollator_icu.cpp Take care of NULL data from QStringView in QCollator 2020-02-05 10:23:43 +01:00
qcollator_macx.cpp Use QList instead of QVector in corelib implementation 2020-06-29 12:35:09 +02:00
qcollator_p.h Use QList instead of QVector in corelib 2020-06-25 22:30:59 +02:00
qcollator_posix.cpp Use QList instead of QVector in corelib implementation 2020-06-29 12:35:09 +02:00
qcollator_win.cpp Take care of NULL data from QStringView in QCollator 2020-02-05 10:23:43 +01:00
qdoublescanprint_p.h Fix compilation with system double-conversion 2021-02-12 09:41:45 +01:00
qlocale.cpp Fix assertion on matchingLocales(Abhkazian, Any, Any) 2021-05-05 16:28:53 +02:00
qlocale.h Revise deprecation of countriesForLanguage() 2021-04-16 10:23:23 +02:00
qlocale.qdoc Doc: Correctly mark QLocale::Territory as an alias 2021-05-12 14:49:45 +02:00
qlocale_data_p.h Update CLDR-derived data to newly-released v39 2021-04-26 10:59:32 +02:00
qlocale_icu.cpp Move text-related code out of corelib/tools/ to corelib/text/ 2019-07-10 17:05:30 +02:00
qlocale_mac.mm Add the "Territory" enumerated type for QLocale 2021-04-15 20:17:49 +08:00
qlocale_p.h Add the "Territory" enumerated type for QLocale 2021-04-15 20:17:49 +08:00
qlocale_tools.cpp QLocale: add a Q_CHECK_PTR 2021-01-20 08:36:00 +01:00
qlocale_tools_p.h Use char32_t for QLocaleData::zeroUcs() and friends 2020-08-28 21:27:40 +02:00
qlocale_unix.cpp Add the "Territory" enumerated type for QLocale 2021-04-15 20:17:49 +08:00
qlocale_win.cpp Add the "Territory" enumerated type for QLocale 2021-04-15 20:17:49 +08:00
qregularexpression.cpp QRegularExpression: add move constructor 2021-01-26 17:20:01 +01:00
qregularexpression.h QRegularExpression: add move constructor 2021-01-26 17:20:01 +01:00
qstring.cpp Use __has_* instead QT_HAS_* 2021-05-21 21:37:32 +08:00
qstring.h QString: add missing char8_t* constructor / fromUtf8 overloads 2021-04-16 16:49:28 +02:00
qstring_mips_dsp_asm.S Move text-related code out of corelib/tools/ to corelib/text/ 2019-07-10 17:05:30 +02:00
qstringalgorithms.h QUtf8StringView: ensure binary compatibility throughout 6.x 2021-04-20 19:33:00 +00:00
qstringalgorithms_p.h Move text-related code out of corelib/tools/ to corelib/text/ 2019-07-10 17:05:30 +02:00
qstringbuilder.cpp Convert a couple of APIs to use views 2020-10-06 11:16:36 +02:00
qstringbuilder.h QStringBuilder: change int to qsizetype 2020-11-12 15:25:06 +01:00
qstringconverter.cpp string 16<->8 bits conversion: SIMD on arm32 2021-03-08 00:31:23 +01:00
qstringconverter.h Convert a couple of APIs to use views 2020-10-06 11:16:36 +02:00
qstringconverter_p.h Convert a couple of APIs to use views 2020-10-06 11:16:36 +02:00
qstringiterator.qdoc Rename snippet files to match the carved up corelib/tools/ 2020-06-04 10:39:52 +02:00
qstringiterator_p.h Assert validity in QStringIterator's unchecked methods 2020-12-11 16:08:01 +01:00
qstringlist.cpp Use (new) erase()/erase_if() algorithms 2020-12-05 00:47:44 +01:00
qstringlist.h QList: make (last)IndexOf and contains function templates 2020-10-23 16:37:14 +02:00
qstringliteral.h Drop qunicodechar 2020-08-14 13:17:11 +02:00
qstringmatcher.cpp Make QStringMatcher ready for Qt 6 2020-09-07 09:09:55 +02:00
qstringmatcher.h Make QStringMatcher ready for Qt 6 2020-09-07 09:09:55 +02:00
qstringtokenizer.cpp Fix documentation of QStringTokenizer 2020-12-03 20:21:35 +01:00
qstringtokenizer.h Fix documentation of QStringTokenizer 2020-12-03 20:21:35 +01:00
qstringview.cpp Q{*String,ByteArray}View::length(): use qsizetype, not int 2021-04-15 01:09:44 +02:00
qstringview.h Q{*String,ByteArray}View::length(): use qsizetype, not int 2021-04-15 01:09:44 +02:00
qt_attribution.json Update CLDR to v38 2020-11-08 13:01:29 +01:00
qtextboundaryfinder.cpp Fix qdoc warning: QTextBoundaryFinder 2020-09-26 14:35:40 +02:00
qtextboundaryfinder.h Clean up QTextBoundaryFinder and qunicodetools 2020-09-07 09:09:55 +02:00
qtliterals.qdoc Add documentation for the QtLiterals namespace 2021-04-19 19:56:25 +02:00
qunicodetables.cpp Unicode: fix the extended grapheme cluster algorithm 2021-04-16 20:31:39 +02:00
qunicodetables_p.h Unicode: fix the extended grapheme cluster algorithm 2021-04-16 20:31:39 +02:00
qunicodetools.cpp Fix build without features.library 2021-05-19 16:55:50 +09:00
qunicodetools_p.h Clean up QTextBoundaryFinder and qunicodetools 2020-09-07 09:09:55 +02:00
qutf8stringview.h QUtf8StringView: ensure binary compatibility throughout 6.x 2021-04-20 19:33:00 +00:00
qutf8stringview.qdoc QUtf8StringView: ensure binary compatibility throughout 6.x 2021-04-20 19:33:00 +00:00
qvsnprintf.cpp Move text-related code out of corelib/tools/ to corelib/text/ 2019-07-10 17:05:30 +02:00