summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definitionEdward Welbourne2023-03-203-6/+6
* QString: change test data to compile with QT_NO_CAST_FROM_ASCII [10/13]Ahmad Samir2023-03-152-154/+159
* QRegularExpression: extend wildcard testsGiuseppe D'Angelo2023-03-091-5/+17
* QRegularExpression: add support for non-filepath wildcards/globbingGiuseppe D'Angelo2023-03-071-48/+67
* Silence a few unused-but-set-parameter warnings in some of the testsAmir Masoud Abdol2023-03-061-3/+3
* Support Cyrillic's equivalent of 'E' as exponent separatorEdward Welbourne2023-02-241-0/+8
* Fix parsing of numbers to cope with non-single-character tokensEdward Welbourne2023-02-241-10/+60
* qstrncpy: NUL-terminate even when src is nullptrMarc Mutz2023-02-221-0/+3
* QString: build tst_QString::arg() without ASCII casting [13/13]Ahmad Samir2023-02-201-121/+123
* QString: build tst_QString::contructor() without ASCII casts [12/13]Ahmad Samir2023-02-201-24/+37
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-1726-52/+0
* QString: change unittests to compile with QT_NO_CAST_FROM_ASCII [7/13]Ahmad Samir2023-02-171-121/+143
* QString: split toNum unittestsAhmad Samir2023-02-171-131/+216
* QString: unittests: clean-up creating a QChar[]Ahmad Samir2023-02-171-3/+5
* QString: change test data to compile with QT_NO_CAST_FROM_ASCII [3/13]Ahmad Samir2023-02-171-108/+119
* QString: build count/contains() unittests with no ASCII casting [11/13]Ahmad Samir2023-02-171-63/+98
* QString: change test data to compile with QT_NO_CAST_FROM_ASCII [9/13]Ahmad Samir2023-02-171-118/+118
* QString: change test data to compile with QT_NO_CAST_FROM_ASCII [8/13]Ahmad Samir2023-02-171-139/+139
* QString: change test data to compile with QT_NO_CAST_FROM_ASCII [6/13]Ahmad Samir2023-02-171-78/+78
* QString: split some double/Nan/Inf unittestsAhmad Samir2023-02-161-47/+77
* QString: change test data to compile with QT_NO_CAST_FROM_ASCII [5/13]Ahmad Samir2023-02-161-93/+93
* QString: change test data to compile with QT_NO_CAST_FROM_ASCII [4/13]Ahmad Samir2023-02-161-165/+183
* QString: change test data to compile with QT_NO_CAST_FROM_ASCII [2/13]Ahmad Samir2023-02-161-122/+122
* QString: change test data to compile with QT_NO_CAST_FROM_ASCII [1/13]Ahmad Samir2023-02-161-118/+117
* Skip the tst_QStringConverter::threadSafety test on WASM temporarilyMikolaj Boc2023-02-141-0/+4
* QString: don't detach in replace_helper()Ahmad Samir2023-02-091-6/+41
* QString: optimize insert(qsizetype, QUtf8StringView)Ahmad Samir2023-02-091-0/+1
* QString: don't detach in insert()Ahmad Samir2023-02-091-42/+135
* QString, QByteArray: don't detach in removeIf/erase/eraseif()Ahmad Samir2023-02-092-2/+29
* Update CLDR to v42Mate Barany2023-02-071-1/+1
* QString: remove some redundant unittestsAhmad Samir2023-02-021-12/+0
* QRegularExpression: fix count() when the RE matches a surrogateThiago Macieira2023-01-311-0/+15
* QString: don't detach in replace(QChar, QChar, case)Ahmad Samir2023-01-301-1/+8
* Pass short time format to GetTimeFormat from GetLocaleInfoIlya Fedin2023-01-301-1/+1
* QLocale: add unittests for qstrtod of "NaN" and "nan"Ahmad Samir2023-01-171-0/+4
* Add QString<->emscripten::val conversion functionsMikolaj Boc2023-01-133-0/+42
* Remove tst_QTextBoundaryFinder::thaiLineBreakMikolaj Boc2023-01-131-91/+0
* Verify land-preservation in locale constructionEdward Welbourne2023-01-121-2/+37
* Use consistent collation testability criteria in corelib/textMikolaj Boc2023-01-111-2/+3
* Correctly determine if posix collator is used in tst_qcollatorMikolaj Boc2023-01-101-3/+3
* Adapt the qstringbuilder test for batchingMikolaj Boc2023-01-104-20/+20
* Accept U+2212 as minus sign in negative year unit testØystein Heskestad2023-01-061-1/+5
* QStringConverter: add QLatin1::convert{To,From}Unicode()Ahmad Samir2022-12-301-0/+29
* tst_QStringApiSymmetry: fix a typo and deal with the falloutMarc Mutz2022-12-291-1/+3
* tst_QString: test with QT_RESTRICTED_CAST_FROM_ASCII, tooMarc Mutz2022-12-222-28/+96
* tst_QByteArray/tst_QString: use new QtMiscUtils::toAsciiUpper()Marc Mutz2022-12-202-3/+3
* QByteArrayApiSymmetry: silence two clang warningsAhmad Samir2022-12-131-0/+5
* Adapt corelib to use QTimeZone in place of Qt::TimeSpecEdward Welbourne2022-12-091-8/+6
* QAnyStringView: add substringing operationsMarc Mutz2022-12-081-2/+44
* Add Boyer-Moore Latin-1 string searcher with optional case sensitivityØystein Heskestad2022-12-083-0/+321