summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qlocale_p.h
Commit message (Expand)AuthorAgeFilesLines
* QLocale: Remove dead codeKai Köhne2021-01-061-2/+0
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-1/+1
* Get rid of Q_COMPILER_CONSTEXPR checksAllan Sandfeld Jensen2020-11-171-2/+0
* String-view-ify qt_splitLocaleName() and simplify its callersEdward Welbourne2020-11-171-1/+2
* Export QLocaleId::fromName() so qttools can use itEdward Welbourne2020-11-171-1/+2
* Replace QLocalePriave::create() with a plain constructorEdward Welbourne2020-11-081-18/+10
* Replace fallbackUiLocaleData() with fallbackUiLocaleIndex()Edward Welbourne2020-11-081-2/+2
* Rename QLocalePrivate's m_data_offset to m_indexEdward Welbourne2020-11-081-4/+5
* Always pass index when creating a QLocalePrivateEdward Welbourne2020-11-081-1/+1
* Use QLocaleId in place of language, script, country triplesEdward Welbourne2020-11-081-3/+2
* Rework finding of locale data to be index-basedEdward Welbourne2020-11-081-8/+5
* Add some inline methods to make code more readableEdward Welbourne2020-11-081-0/+24
* Eliminate QLocaleId::fromIds() in favor of {...} constructionEdward Welbourne2020-10-121-8/+1
* 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