summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* QByteArray: fix isUpper/isLowerGiuseppe D'Angelo2022-01-251-13/+19
* Q(Static)ByteArrayMatcher: manage indexIn() overloadsMarc Mutz2022-01-231-0/+34
* QStaticByteArrayMatcher: fix searching in 2+GiB haystacksMarc Mutz2022-01-231-0/+74
* QLatin1String: perform the comparison to another QL1S using memcmp()Thiago Macieira2022-01-171-12/+33
* Remove unused .qrc filesJoerg Bornemann2022-01-174-23/+0
* tst_QString/tst_QByteArray: add checks for null-nessMarc Mutz2022-01-132-0/+79
* Fix tst_qcollator run time issue on INTEGRITY deviceTatiana Borisova2022-01-121-5/+5
* QByteArray: fix append() with a negative lengthThiago Macieira2022-01-111-0/+1
* tst_QStringList: check that join(u'\0') embeds NULsMarc Mutz2021-12-281-0/+5
* tst_QStringBuilder: remove test that doesn't test anythingMarc Mutz2021-12-221-10/+0
* tst_QStringBuilder: verify a comment is actually misleadingMarc Mutz2021-12-211-0/+2
* QStringBuilder: handle freeSpaceAtBegin() in op+=Marc Mutz2021-12-211-0/+43
* tst_QByteArray: fix UB (signed overflow)Marc Mutz2021-12-161-2/+3
* Fix autotest runtime failures on INTEGRITYTatiana Borisova2021-12-165-5/+27
* QLocale: Extend support for language codesIevgenii Meshcheriakov2021-12-091-1/+37
* QStringBuilder: Add support for QByteArrayViewMårten Nordheim2021-12-041-0/+4
* QString et al: fix lastIndexOf() API asymmetryMarc Mutz2021-12-021-0/+16
* QString::arg: deprecate use of arbitrary Unicode digits as replacementsGiuseppe D'Angelo2021-11-301-0/+29
* Check that QStringView::split() w/rvalue QRegularExpression returns valid dataMarc Mutz2021-11-291-0/+29
* Short live q20::ssize()!Marc Mutz2021-11-201-13/+1
* QAnyStringView: fix broken implicit conversion from QStringBuilderMarc Mutz2021-11-191-0/+18
* Fix macOS system locale's formatting of negative yearsEdward Welbourne2021-11-181-3/+0
* Fix formatting of dates before 1601 in MS system localeEdward Welbourne2021-11-181-0/+24
* Add an initial tst_QAnyStringViewMarc Mutz2021-11-184-0/+641
* Clean up exports from qlocale_p.hEdward Welbourne2021-11-101-1/+1
* Add additional grapheme, word, and sentence break class tests from tr29Øystein Heskestad2021-11-104-20/+236
* Update CLDR-derived data to newly-released v40Ievgenii Meshcheriakov2021-11-101-3/+3
* QByteArrayList: add join(QByteArrayView)Marc Mutz2021-11-041-0/+28
* QCollator: add public, static functions to do comparisonsThiago Macieira2021-11-011-0/+15
* Correct qcollator_posix.cpp's check against system localeEdward Welbourne2021-11-011-2/+2
* Fix overflow issue on parsing min-qint64 with its minus sign repeatedEdward Welbourne2021-10-261-0/+1
* Update UCD to Revision 28Ievgenii Meshcheriakov2021-10-187-73/+77
* Add a basic round-trip test for QStringConverterEdward Welbourne2021-10-071-1/+56
* Silence compiler warningVolker Hilsheimer2021-10-061-1/+1
* Always enable QRegularExpression's JIT when testingGiuseppe D'Angelo2021-10-061-0/+14
* Remove checks for features available in C++17Ievgenii Meshcheriakov2021-10-022-14/+0
* Add isValidUtf8() methods to QUtf8StringView and QByteArray{,View}Ievgenii Meshcheriakov2021-09-221-0/+83
* Remove conditioning on Android embeddedEdward Welbourne2021-09-174-7/+7
* Add missing dependencies of tests on their helper programsEdward Welbourne2021-09-171-4/+4
* Teach QLocale::system() to use narrow formatIvan Solovev2021-09-151-0/+27
* Tidy up #includes in tst_qlocale.cppEdward Welbourne2021-09-141-17/+15
* Move locale-switching code in tests to a shared headerEdward Welbourne2021-09-142-66/+6
* tst_qstringapisymmetry: Don't pretend that QByteArray contains UTF-8Ievgenii Meshcheriakov2021-09-091-10/+8
* Add new am/pm format-specifier that preserves locale's caseEdward Welbourne2021-09-081-1/+18
* Fix QLocale::system() standalone day and month handlingIvan Solovev2021-09-061-0/+127
* Make tst_QLocale::TransientLocale succeed at changing system localeIvan Solovev2021-09-031-2/+46
* qstrnlen: micro-optimize furtherThiago Macieira2021-09-011-7/+7
* qlocale_win: Fix non-standalone month namesEdward Welbourne2021-09-011-3/+10
* tst_qstringapisymmetry: Re-enable trim_trimmed_QByteArrayIevgenii Meshcheriakov2021-08-311-1/+1
* Teach QByteArrayView how to parse numbersEdward Welbourne2021-08-302-574/+660