qt5base-lts/util/local_database
John Layt 0060b44d70 QLocale: Clean up QLocalePrivate implementation
In Qt4 QLocalePrivate is a struct returned by a d() method.  This will be
unsuitable for the planned change to use ICU and may cause BIC issues.

This change makes QLocalePrivate a class and creates a new struct
QLocaleData to hold the data index.  Further clean-ups are possible
but are left for later.

Change-Id: Ie316a07790f74674a3b520b735dff72695cc4060
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2012-04-24 16:37:11 +02:00
..
testlocales Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
cldr2qlocalexml.py Update QLocale data from CLDR v1.8.1 to CLDR v1.9.1 2012-03-24 18:32:16 +01:00
dateconverter.py Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
enumdata.py Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
formattags.txt Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qlocalexml2cpp.py QLocale: Clean up QLocalePrivate implementation 2012-04-24 16:37:11 +02:00
README Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
xpathlite.py Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00

local_database is used to generate qlocale data from the Common Locale Data Repository (The database for localized names (like date formats, country names etc)).