summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
Commit message (Expand)AuthorAgeFilesLines
...
* QChar: make fullConvertCase()'s result type more usableMarc Mutz2020-05-172-15/+22
* QString: remove more functions overloaded on charMarc Mutz2020-05-152-38/+0
* QString: fix an aliasing issue in remove(QString)Marc Mutz2020-05-151-1/+9
* QString: fix quadratic behavior in QString::remove(QString)Marc Mutz2020-05-141-10/+24
* QStringView: add converting constructor from array-like containersGiuseppe D'Angelo2020-05-141-35/+38
* Enforce that statically allocated array-like containers have 0 capacityGiuseppe D'Angelo2020-05-142-0/+6
* Remove QRegExp from QVariantLars Knoll2020-05-142-2/+17
* Remove QRegExp support from QString and StringListLars Knoll2020-05-147-592/+13
* Move methods using QRegExp in QString(List) over to QRegExpLars Knoll2020-05-144-223/+443
* QStringMatcher: port internals to QStringView and char16_tMarc Mutz2020-05-142-24/+30
* Streamline the code in the conversion to and from utf8Lars Knoll2020-05-141-90/+82
* Update QUtfFunctions and QUtfTraits to use qsizetypeLars Knoll2020-05-141-7/+7
* Remove QTextCodec references from QString docsLars Knoll2020-05-142-29/+27
* Get rid of some QTextCodec leftoversLars Knoll2020-05-141-2/+0
* Document the string converter classesLars Knoll2020-05-143-39/+418
* Optimize appending to an existing stringLars Knoll2020-05-141-0/+22
* Add a method to determine the encoding for encoded HTML dataLars Knoll2020-05-142-0/+49
* Add QStringConverter::encodingForData()Lars Knoll2020-05-142-0/+41
* Add methods to convert between encoding and name to QStringConverterLars Knoll2020-05-142-5/+24
* Construct a string converter by nameLars Knoll2020-05-142-9/+60
* Cleanup QUtf32::convertToUnicodeLars Knoll2020-05-142-65/+88
* Refactor QUtf32::convertFromUnicodeLars Knoll2020-05-142-40/+65
* Clean up QUtf16::convertTo/FromUnicodeLars Knoll2020-05-142-97/+96
* Cleanup state handling in QUtf8::convertFromUnicodeLars Knoll2020-05-142-109/+108
* Ensure the conversion methods in qstringconverter always get a valid stateLars Knoll2020-05-143-10/+53
* Clean up the Flag handling in QStringConverterLars Knoll2020-05-142-56/+65
* Enable using QStringConverter together with QStringBuilderLars Knoll2020-05-141-6/+99
* Remove QTextCodec dependency from QStringLars Knoll2020-05-141-17/+2
* Allow moving of string converter objectsLars Knoll2020-05-141-0/+19
* Add Latin1 to the set of supported encodings in QStringConverterLars Knoll2020-05-142-0/+32
* Move local8bit conversion over to qutfsupportLars Knoll2020-05-143-2/+220
* Move the UTF conversion methods to qstringconverterLars Knoll2020-05-145-4/+1273
* Start work on a new API to replace QTextCodecLars Knoll2020-05-143-0/+383
* QString: deprecate fromUtf16(ushort*)/fromUcs4(uint*)Marc Mutz2020-05-132-34/+20
* QString: fix premature pessimisation in arg(char-ish)Marc Mutz2020-05-131-6/+2
* QString: remove op+=(char) and op+=(QChar::SpecialCharacter)Marc Mutz2020-05-132-26/+0
* Drop the deprecated QStringViewLiteralGiuseppe D'Angelo2020-05-132-11/+0
* Port qustrlen and qustrchr to char16_tMarc Mutz2020-05-123-18/+18
* QtCore: use new QChar::fromUcs{2,4}()Marc Mutz2020-05-121-1/+1
* Long live qHashMulti(Commutative)Giuseppe D'Angelo2020-05-124-17/+4
* QRegularExpression: cast to PCRE2_SPTR16Marc Mutz2020-05-111-4/+4
* QString: optimize insert() of a substringMarc Mutz2020-05-111-5/+2
* Port QtPrivate::findString() from ushort* to char16_t*Marc Mutz2020-05-111-7/+7
* Modernize foldCase() internal functionsMarc Mutz2020-05-112-1/+26
* Port qt_to_latin1() (and it's variants) from ushort to char16_tMarc Mutz2020-05-111-8/+8
* Port qt_from_latin1() from ushort to char16_tMarc Mutz2020-05-101-19/+24
* Replace uses of QString::fromUtf16(ushort*) with (char16_t*)Marc Mutz2020-05-102-4/+4
* Explain what the QStringView levels meanGiuseppe D'Angelo2020-05-091-0/+12
* QChar: add fromUcs{2,4}()Marc Mutz2020-05-093-25/+73
* QChar/QString: centralize case folding in qchar.cppMarc Mutz2020-05-093-19/+40