summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qlocale_p.h
Commit message (Expand)AuthorAgeFilesLines
* Use char32_t for QLocaleData::zeroUcs() and friendsEdward Welbourne2020-08-281-12/+9
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-1/+1
* QLocaleData: remove unused internal functionThiago Macieira2020-07-281-1/+0
* Fix handling of Suzhou numbering systemEdward Welbourne2020-07-171-6/+14
* Simplify uses of QSystemLocale::query()Edward Welbourne2020-07-151-1/+1
* Support digit-grouping correctlyEdward Welbourne2020-07-141-9/+11
* Refactor QLocale's integer formattingEdward Welbourne2020-07-141-0/+2
* QLocalePrivate: rearrange number format statics and toolsEdward Welbourne2020-07-141-13/+15
* Use numeric_limits instead of hand-coded equivalentsEdward Welbourne2020-07-131-11/+0
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-13/+13
* Port QLocale::quoteString from QStringRef to QStringViewLars Knoll2020-06-111-3/+3
* Use char16_t in favor of ushort for locale data tablesEdward Welbourne2020-02-171-7/+7
* Allow surrogate pairs for various "single character" locale dataEdward Welbourne2020-02-171-43/+54
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-1/+1
|\
| * Enable system locale to skip digit-grouping if configured to do soEdward Welbourne2020-02-031-2/+2
* | Separate offsets from sizes in QLocale's dataEdward Welbourne2020-01-301-54/+27
* | Refactor QLocale's data access to be less verboseEdward Welbourne2020-01-301-1/+70
* | Preserve the case of the exponent separator CLDR suppliesEdward Welbourne2020-01-301-1/+1
|/
* QLocale: Support Indian number formattingTuomas Heimonen2019-12-301-1/+2
* Include likely-adjusted uiLanguages for the system localeEdward Welbourne2019-10-041-0/+1
* Add support for calendars beside GregorianSoroush Rabiei2019-08-201-16/+14
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-0/+471