summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qstringalgorithms.h
Commit message (Expand)AuthorAgeFilesLines
* QUrl: Add qustrchr() and use it to speed up the fast URL full decodingThiago Macieira2018-08-031-0/+1
* Add a few methods to check if a string is US-ASCII or Latin1Thiago Macieira2018-01-271-0/+5
* Update QString::isRightToLeft() to take directional hints into accountLars Knoll2018-01-031-0/+1
* Improve readability of code that uses the Qt signed size typev5.10.0-rc2Simon Hausmann2017-11-281-1/+1
* Mark the previously public qstringalgorithms.h functions privateThiago Macieira2017-10-291-18/+22
* QStringView: De-inline the length calculation so we can use SSE2Thiago Macieira2017-09-131-0/+2
* QStringView/QLatin1String: add trimmed()Marc Mutz2017-05-161-0/+2
* Move Q_REQUIRED_RESULT to first in line in qstringalgorithms.hMarc Mutz2017-05-161-8/+8
* Long live qStartsWith()/qEndsWith()!Marc Mutz2017-04-281-0/+12
* Disentangle string-related headersMarc Mutz2017-04-251-0/+68