summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* Let QLocaleData::numberToCLocale() know the type of numberEdward Welbourne2023-01-192-12/+20
* QString: add note about isNull() vs. isEmpty() to more methodsAhmad Samir2023-01-181-0/+7
* Merge integration refs/builds/qtci/dev/1673982362Qt CI Bot2023-01-181-1/+3
|\
| * QLocale: add unittests for qstrtod of "NaN" and "nan"Ahmad Samir2023-01-171-1/+3
* | QUnicodeTools: Use QVarLengthArray in Thai support codeIevgenii Meshcheriakov2023-01-171-41/+20
|/
* QStringView: remove pointless Q_ASSERT in toString()Marc Mutz2023-01-171-1/+1
* QUnicodeTools: Use a global static to manage libthai stateIevgenii Meshcheriakov2023-01-171-48/+85
* Add QString<->emscripten::val conversion functionsMikolaj Boc2023-01-131-0/+5
* QUnicodeTools: Use thread-safe libthai APIIevgenii Meshcheriakov2023-01-131-5/+21
* Move q20::remove_cvref to q20type_traits.hMarc Mutz2023-01-121-1/+1
* Use the CLDR endonym in the documentationEdward Welbourne2023-01-121-1/+1
* Use the correct size argument for wcsxfrmMikolaj Boc2023-01-121-6/+12
* QStringConverter: use qt_to_latin1() helper from qstring.cppAhmad Samir2023-01-122-5/+9
* QStringConverter: add QLatin1::convertFromUnicode() overloadAhmad Samir2023-01-111-0/+5
* QLocaleData::numberToCLocale(): clarify some conditionals and commentsEdward Welbourne2023-01-101-29/+21
* QLatin1StringView: fix include guard nameAhmad Samir2023-01-081-3/+3
* QLatin1StringView: remove redundant inline keywordAhmad Samir2023-01-071-41/+41
* Documentation: Clarify the meaning of the precision parameter for double form...Friedemann Kleint2023-01-071-13/+9
* Untangle QLatin1StringView from qstring.{h,cpp}Ahmad Samir2023-01-075-1609/+1651
* Docs: adjust docs after the QLatin1String to QLatin1StringView renameAhmad Samir2023-01-053-90/+111
* QStringBuilder: document issues with using "auto" keywordAhmad Samir2023-01-012-20/+48
* Use more documentation snippets for QString and its siblingsAhmad Samir2023-01-014-177/+115
* QStringConverter: add QLatin1::convert{To,From}Unicode()Ahmad Samir2022-12-303-14/+34
* Add QUtf8::convertToUnicode(char16_t *, ....) overloadsAhmad Samir2022-12-232-16/+32
* Remove superfluous Latin-1 case folding tableØystein Heskestad2022-12-222-32/+19
* QStringConverter: don't shadow variablesAhmad Samir2022-12-201-2/+1
* QString: use new QUtf8StringView overloadsMarc Mutz2022-12-191-10/+10
* QLatin1/String/View: don't decay the arg() argumentsMarc Mutz2022-12-171-8/+5
* QString: add needsReallocate() static helperAhmad Samir2022-12-131-2/+7
* QString: don't use noexcept if the method could allocate memoryAhmad Samir2022-12-131-1/+1
* QContainerTools: add q_points_into_range overloadAhmad Samir2022-12-112-5/+5
* QString: add convenience method converting latin-1 into a QVLAAhmad Samir2022-12-101-18/+16
* QString: fix append/prepend/insert/op+= with QT_RESTRICTED_CAST_FROM_ASCIIMarc Mutz2022-12-091-0/+11
* QAnyStringView: add substringing operationsMarc Mutz2022-12-082-0/+178
* Add Boyer-Moore Latin-1 string searcher with optional case sensitivityØystein Heskestad2022-12-083-98/+376
* Doc: Fix paths for Files property in qt_attribution.json filesKai Köhne2022-12-081-1/+1
* QString: merge and optimize the two overloads of SSE2's ustrncmp()Thiago Macieira2022-12-071-173/+129
* Mark static mm_load8_zero_extend [[maybe_unused]]Axel Spoerl2022-12-071-0/+1
* QString/QByteArray/QList: de-pessimize op+ [2/2]: overload on rvalue LHSMarc Mutz2022-12-073-0/+15
* QAnyStringView: move the two assertions to a central placeThiago Macieira2022-12-071-2/+0
* QAnyStringView: move the tag bits to the LSB for Qt 7Thiago Macieira2022-12-061-10/+17
* Q{Latin1,}StringView: invert members so the order is (data,size) in Qt7Thiago Macieira2022-12-062-10/+27
* wasm: add native QByteArray conversion functionsMorten Sørvig2022-12-052-0/+68
* QString: use memcmp() in ucstrncmp() where it's acceptableThiago Macieira2022-12-041-0/+7
* QString::toLatin1: do the same as fromLatin1 for sub-16 charactersThiago Macieira2022-12-041-30/+29
* QString::fromLatin1: improve the sub-16-character caseThiago Macieira2022-12-041-13/+21
* QString::{to,from}Latin1: add the ability to do overlapping tailsThiago Macieira2022-12-041-13/+31
* QString::toLatin1/SSE: simplify the code to merge question marksThiago Macieira2022-12-041-8/+7
* QString: improve the SSE2 qustrlen to calculate the length as we goThiago Macieira2022-12-041-6/+9
* QString: move the body of qustrlen's SSE2 implementationThiago Macieira2022-12-041-34/+38