summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qlocale/tst_qlocale.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesv6.7.0-beta3Lucie Gérard2024-02-091-1/+1
* Make TEST_CTOR macros use the "do { ... } while (false)" patternEdward Welbourne2024-02-051-121/+121
* Update QLocale and calendar data to CLDR v44.1Edward Welbourne2024-02-051-9/+10
* Use localized time-zone abbreviations or offsetEdward Welbourne2023-10-271-18/+27
* Work round ICU disagreeing with TZDB about zone transitionsEdward Welbourne2023-10-261-1/+5
* tst_QLocale: base europeanTimeZone test on 2013, actually used in testEdward Welbourne2023-10-251-6/+5
* Give QLocale's name() and bcp47Name() separator parametersEdward Welbourne2023-08-181-6/+28
* Give QLocale::uiLanguages() a separator parameterEdward Welbourne2023-08-161-5/+45
* tst_QLocale: clean out the last use of foreachEdward Welbourne2023-08-111-1/+2
* Use CLDR's names in QLocale::*ToName() for language, script, territoryEdward Welbourne2023-08-091-0/+49
* Revise enumdata.py's names to more closely match CLDR'sEdward Welbourne2023-08-091-0/+67
* tst_QLocale: Use UTF-8 rather than Latin-1 for C-string-ificationEdward Welbourne2023-08-091-11/+11
* Fix digit grouping: m_grouping_top doesn't mean what I thought it didEdward Welbourne2023-08-081-1/+89
* Update QLocale to CLDR v43Edward Welbourne2023-08-021-1/+3
* Use correct index for QLocale::system()'s staticEdward Welbourne2023-07-311-30/+34
* tst_QLocale: add testing of the extremes for doubleToStringThiago Macieira2023-07-241-0/+46
* tst_QLocale: rename "emptyCtor" test to better describe itEdward Welbourne2023-07-211-4/+4
* Rename test using MySystemLocale and fix its #if-eryEdward Welbourne2023-07-211-12/+11
* Treat simple spaces as equivalent in date-time format separatorsEdward Welbourne2023-07-171-0/+4
* CI: Enable tests under corelib/text for Wasm platformPiotr Wierciński2023-07-101-6/+10
* Add tests of QLocale's toDate() and toTime()Edward Welbourne2023-07-101-0/+291
* Fix case-sensitivity of exponent separator check in Cyrillic fall-backEdward Welbourne2023-05-151-0/+4
* Test QLocale's parsing of small fractions with big exponentsEdward Welbourne2023-05-101-0/+14
* Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definitionEdward Welbourne2023-03-201-4/+4
* Support Cyrillic's equivalent of 'E' as exponent separatorEdward Welbourne2023-02-241-0/+8
* Fix parsing of numbers to cope with non-single-character tokensEdward Welbourne2023-02-241-10/+60
* Update CLDR to v42Mate Barany2023-02-071-1/+1
* Pass short time format to GetTimeFormat from GetLocaleInfoIlya Fedin2023-01-301-1/+1
* QLocale: add unittests for qstrtod of "NaN" and "nan"Ahmad Samir2023-01-171-0/+4
* Verify land-preservation in locale constructionEdward Welbourne2023-01-121-2/+37
* Accept U+2212 as minus sign in negative year unit testØystein Heskestad2023-01-061-1/+5
* Adapt corelib to use QTimeZone in place of Qt::TimeSpecEdward Welbourne2022-12-091-8/+6
* QLocale: Have qstrntod() return end of parsed string also on underflowUlf Hermann2022-11-251-0/+8
* Restore end-of-parse reporting to qstrntod()Edward Welbourne2022-11-241-3/+11
* Add more tests of QLocale and "single character" data that aren'tEdward Welbourne2022-11-111-7/+41
* Add tests of QLocale verifying some "single-characters" aren'tEdward Welbourne2022-10-281-1/+36
* tst_QLocale: use fenv everywhereMårten Nordheim2022-09-151-25/+3
* Perform uiLanguages() likely-adjusted processing purely on IDsEdward Welbourne2022-09-071-7/+74
* Simplify system locale managementEdward Welbourne2022-09-071-3/+0
* Work round macOS's omission of en_DE from its own uiLanguages()Edward Welbourne2022-09-071-1/+16
* tst_qlocale: only restore the fp control masks we changeMårten Nordheim2022-09-071-3/+2
* Put code related to timezone functionality under QT_CONFIG(timezone)Tatiana Borisova2022-08-181-0/+2
* Make 'zz' format an alias for 'z' in time format stringsEdward Welbourne2022-08-031-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Replace remaining uses of deprecated _qs with _sSona Kurazyan2022-05-021-3/+3
* Fix qlocale_unix's handling of uiLanguages to take script into accountEdward Welbourne2022-04-271-0/+6
* Return more specific entries before less in QLocale::uiLanguages()Edward Welbourne2022-04-271-12/+12
* Fix assertion failure when parsing a doubly-invalid date-time textEdward Welbourne2022-04-071-1/+14
* Replace uses of _qs with _s in testsSona Kurazyan2022-04-071-8/+10
* We do in fact support 'F' format for floating-point valuesEdward Welbourne2022-04-011-0/+96