73de58376a
"Renaming" means the icu namespace is suffixed with the version number, atm icu_55. Using "renaming" allows to use two different versions of ICU, thus easing upgrades. For instance haikuwebkit uses a current version of ICU, while the system uses a newer one after an upgrade. * Replace all uses of the icu namespace in our public headers, with a macro defaulting to icu. As the namespace is only used for private fields pointers, there should be no impact. * Locale kit *.cpp have to import the macro from <unicode/uversion.h> *before* including any locale headers. Ditto for a Time preferences cpp file. This way, the correct current icu namespace is referenced. * Fixes bug #12057. |
||
---|---|---|
.. | ||
tools | ||
Catalog.h | ||
CatalogData.h | ||
Collator.h | ||
Country.h | ||
Currency.h | ||
DateFormat.h | ||
DateTimeFormat.h | ||
DurationFormat.h | ||
FloatFormat.h | ||
FloatFormatImpl.h | ||
FloatFormatParameters.h | ||
Format.h | ||
FormatImpl.h | ||
FormatParameters.h | ||
FormattingConventions.h | ||
GenericNumberFormat.h | ||
IntegerFormat.h | ||
IntegerFormatImpl.h | ||
IntegerFormatParameters.h | ||
Language.h | ||
Locale.h | ||
LocaleRoster.h | ||
LocaleStrings.h | ||
MessageFormat.h | ||
NumberFormat.h | ||
NumberFormatParameters.h | ||
TimeFormat.h | ||
TimeUnitFormat.h | ||
TimeZone.h | ||
UnicodeChar.h |