summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qlocale.cpp
Commit message (Expand)AuthorAgeFilesLines
* Assert consistency between locale and calendar dataEdward Welbourne2024-04-221-4/+14
* Pass trivially-copyable types by value, not by const refEdward Welbourne2024-04-091-2/+2
* QLocale: pass 64-bit LanguageCodeEntry by value, not const refEdward Welbourne2024-04-091-5/+5
* Bootstrap: remove qnumeric.cpp by using qnumeric_p.hThiago Macieira2024-03-131-1/+1
* Make public QLocale's constant for the two-digit-year baseIvan Solovev2024-01-221-0/+17
* wasm: remove onLanguageChanged event handlerMorten Sørvig2024-01-171-11/+0
* Give the caller control over the century used for two-digit datesEdward Welbourne2023-12-081-16/+46
* wasm: Add QLocale backendMorten Sørvig2023-10-311-0/+11
* Use localized time-zone abbreviations or offsetEdward Welbourne2023-10-271-7/+27
* Rework massaging of time zone offsets in formatted date-timesEdward Welbourne2023-10-261-6/+6
* Fix neglected wording about separators added in 6.7Edward Welbourne2023-09-111-8/+8
* Doc: Fix documentation issuesTopi Reinio2023-09-111-1/+2
* Give QLocale's name() and bcp47Name() separator parametersEdward Welbourne2023-08-181-9/+28
* Give QLocale::uiLanguages() a separator parameterEdward Welbourne2023-08-161-14/+53
* QLocale: clean out assorted over-namespacingEdward Welbourne2023-08-091-47/+46
* Use CLDR's names in QLocale::*ToName() for language, script, territoryEdward Welbourne2023-08-091-3/+3
* Fix digit grouping: m_grouping_top doesn't mean what I thought it didEdward Welbourne2023-08-081-4/+4
* Use correct index for QLocale::system()'s staticEdward Welbourne2023-07-311-6/+34
* QValidator: return State::Intermediate for certain trailing charactersAhmad Samir2023-07-241-0/+6
* QLocaleData:: port bytearray/stringTo{U}LongLong to QSimpleParsedNumberAhmad Samir2023-07-221-29/+27
* QLocaleData: change validateChars() to return validation StateAhmad Samir2023-07-221-13/+15
* Move month names from QGregorianCalendar to QRomanCalendarEdward Welbourne2023-07-211-4/+4
* Update system collator when system local is default and updatesEdward Welbourne2023-07-211-1/+5
* Fix case-sensitivity of exponent separator check in Cyrillic fall-backEdward Welbourne2023-05-151-1/+2
* Misc.: Fix some narrowing integral conversion warningsAhmad Samir2023-04-251-1/+3
* QLocaleData: de-duplicate some codeAhmad Samir2023-04-221-38/+21
* QLocaleData: replace two static helpers with if constexprAhmad Samir2023-03-211-16/+8
* Pack languageCodeList tighterMate Barany2023-03-151-18/+24
* Don't use unnamed namespace in qlocale_p.hEdward Welbourne2023-03-131-1/+1
* Update QLocale docs of "single character" token functionsEdward Welbourne2023-03-011-7/+48
* Revert "QLocale: update the disabling of -Wfree-nonheap-object to GCC 10 only"Thiago Macieira2023-02-251-1/+1
* Support Cyrillic's equivalent of 'E' as exponent separatorEdward Welbourne2023-02-241-1/+13
* Fix parsing of numbers to cope with non-single-character tokensEdward Welbourne2023-02-241-29/+214
* Use isAsciiDigit() in a few more places in qlocale.cppEdward Welbourne2023-02-241-6/+5
* Reflow some code and comments in the aftermath of a dedentEdward Welbourne2023-02-241-16/+13
* Dedent some switch statement bodies to match coding styleEdward Welbourne2023-02-241-114/+114
* QLocale: modernize ascii_isspace() to C++17Thiago Macieira2023-02-201-1/+1
* QtMiscUtils: add some more character helpersAhmad Samir2023-02-071-8/+5
* Include QLocale::system() in matchingLocales() return listMate Barany2023-02-061-0/+9
* QCalendarBackend: de-duplicate some codeAhmad Samir2023-02-041-78/+29
* Let QLocaleData::numberToCLocale() know the type of numberEdward Welbourne2023-01-191-11/+19
* Use the CLDR endonym in the documentationEdward Welbourne2023-01-121-1/+1
* QLocaleData::numberToCLocale(): clarify some conditionals and commentsEdward Welbourne2023-01-101-29/+21
* Documentation: Clarify the meaning of the precision parameter for double form...Friedemann Kleint2023-01-071-13/+9
* QContainerTools: add q_points_into_range overloadAhmad Samir2022-12-111-1/+1
* Restore end-of-parse reporting to qstrntod()Edward Welbourne2022-11-241-14/+14
* QLocale: make qt_doubleToAscii not have output argumentsThiago Macieira2022-11-161-5/+3
* QLocale: make qstrnto(u)ll not have output argumentsThiago Macieira2022-11-161-10/+4
* QLocaleData::numberToCLocale(): consolidate two branchesEdward Welbourne2022-11-111-5/+4
* QLocaleData::validateChars(): exploit last to detect first iterationEdward Welbourne2022-11-111-2/+2