summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qlocale_tools_p.h
Commit message (Expand)AuthorAgeFilesLines
* QLocale: move QSimpleParsedNumber to qlocale_p.hAhmad Samir2023-07-221-8/+0
* QStorageInfo/Linux: use readAll() with /proc/self/mountinfoAhmad Samir2023-06-271-1/+2
* Fix parsing of numbers to cope with non-single-character tokensEdward Welbourne2023-02-241-1/+1
* Restore end-of-parse reporting to qstrntod()Edward Welbourne2022-11-241-2/+3
* QLocale: make qt_doubleToAscii not have output argumentsThiago Macieira2022-11-161-2/+3
* QLocale: make qstrnto(u)ll not have output argumentsThiago Macieira2022-11-161-4/+9
* Port qt_doubleToAscii to qsizetypeMarc Mutz2022-07-261-1/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Improve unicodeForDigit()'s commentsEdward Welbourne2021-11-101-2/+3
* Replace implementation-specific zero test with plain comparisonEdward Welbourne2021-09-021-7/+2
* Mark QLocale's private functions [[nodiscard]]Edward Welbourne2021-09-011-14/+19
* Remove temporary inlines for qstrtou?ll()Edward Welbourne2021-08-301-5/+0
* Replace FreeBSD's strtou?ll() with std::from_chars()-based strntou?ll()Edward Welbourne2021-08-301-3/+8
* QByteArray: Disentangle number(double) from QLocaleMårten Nordheim2021-08-171-0/+1
* QString::number(double): Disentangle from the QLocale pathMårten Nordheim2021-08-171-0/+1
* QString::number(int): Avoid going through qlocale machineryMårten Nordheim2021-07-261-0/+1
* Use char32_t for QLocaleData::zeroUcs() and friendsEdward Welbourne2020-08-281-2/+2
* QLocale: update qt_asciiToDouble to use qsizetypeThiago Macieira2020-07-311-3/+9
* Fix handling of Suzhou numbering systemEdward Welbourne2020-07-171-0/+17
* QLocalePrivate: rearrange number format statics and toolsEdward Welbourne2020-07-141-18/+0
* Use numeric_limits instead of hand-coded equivalentsEdward Welbourne2020-07-131-1/+10
* Allow surrogate pairs for various "single character" locale dataEdward Welbourne2020-02-171-4/+4
* Drop unused codeGiuseppe D'Angelo2019-10-071-16/+0
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-0/+124