summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qlocale_p.h
Commit message (Expand)AuthorAgeFilesLines
* Let QLocaleData::numberToCLocale() know the type of numberEdward Welbourne2023-01-191-1/+1
* QLocale: merge the code for some system locale queriesThiago Macieira2022-10-251-2/+0
* Eliminate QSystemLocaleSingleton and QSystemLocale(bool)Edward Welbourne2022-09-071-3/+0
* Perform uiLanguages() likely-adjusted processing purely on IDsEdward Welbourne2022-09-071-1/+1
* Simplify system locale managementEdward Welbourne2022-09-071-0/+1
* QLocale: port to qsizetype [2/N]: remainder (qlocale_win.cpp partial)Marc Mutz2022-09-011-3/+3
* QLocale: port locale_data indexing to qsizetypeMarc Mutz2022-08-121-5/+5
* Port qt_readEscapedFormatString() to qsizetypeMarc Mutz2022-08-121-1/+1
* Port qt_repeatCount() to qsizetypeMarc Mutz2022-07-201-1/+1
* QLocale: #include <QList>Thiago Macieira2022-07-201-7/+7
* Remove QStringView metatype declarationIvan Solovev2022-07-131-2/+0
* QLocale: move some static_assert()s from _p.h into .cppMarc Mutz2022-07-061-14/+0
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* Rest of QtBase: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERNMarc Mutz2022-04-071-4/+7
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-6/+6
* Core: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* Protect headers against min/max macrosMarc Mutz2022-02-221-1/+1
* QLocale: Extend support for language codesIevgenii Meshcheriakov2021-12-091-4/+11
* Clean up exports from qlocale_p.hEdward Welbourne2021-11-101-2/+3
* Teach QLocale::system() to use narrow formatIvan Solovev2021-09-151-1/+5
* Fix QLocale::system() standalone day and month handlingIvan Solovev2021-09-061-1/+3
* Add a QLocale(QStringView) constructorEdward Welbourne2021-09-011-1/+1
* Mark QLocale's private functions [[nodiscard]]Edward Welbourne2021-09-011-80/+91
* Rework QLocalePrivate::bytearrayToU?LongLong()Edward Welbourne2021-08-301-3/+3
* QString::localeAwareCompare: adapt to QLocale::setDefault() being calledThiago Macieira2021-08-021-0/+2
* Fix augmentation of UI language listEdward Welbourne2021-06-071-1/+0
* Add the "Territory" enumerated type for QLocaleJiDe Zhang2021-04-151-15/+15
* Clarify what QSystemLocale::fallbackLocale() is used forTor Arne Vestbø2021-02-091-3/+3
* QLocale: Allow direct conversion from language, country, and script codesKai Köhne2021-01-251-1/+0
* 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