haiku/headers/os/locale
Jérôme Duval 73de58376a Update icu x86_64 package with namespace renaming enabled.
"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.
2015-05-10 21:52:36 +02:00
..
tools Fix #8841 (broken localization support for 3rd-party apps). 2012-08-16 21:12:55 +02:00
Catalog.h Fix #8841 (broken localization support for 3rd-party apps). 2012-08-16 21:12:55 +02:00
CatalogData.h Fix instanciate_catalog prototype 2015-01-17 17:02:40 +01:00
Collator.h Update icu x86_64 package with namespace renaming enabled. 2015-05-10 21:52:36 +02:00
Country.h Update icu x86_64 package with namespace renaming enabled. 2015-05-10 21:52:36 +02:00
Currency.h
DateFormat.h Update icu x86_64 package with namespace renaming enabled. 2015-05-10 21:52:36 +02:00
DateTimeFormat.h Update icu x86_64 package with namespace renaming enabled. 2015-05-10 21:52:36 +02:00
DurationFormat.h Update icu x86_64 package with namespace renaming enabled. 2015-05-10 21:52:36 +02:00
FloatFormat.h * Improve the test for TimeFormat (style and error checking) 2010-02-17 15:35:28 +00:00
FloatFormatImpl.h Remove references to NumberFormatImpl. 2014-10-06 08:35:50 +02:00
FloatFormatParameters.h
Format.h B*Format: make immutable and remove locking 2014-10-27 14:08:42 +01:00
FormatImpl.h
FormatParameters.h
FormattingConventions.h Update icu x86_64 package with namespace renaming enabled. 2015-05-10 21:52:36 +02:00
GenericNumberFormat.h
IntegerFormat.h * Improve the test for TimeFormat (style and error checking) 2010-02-17 15:35:28 +00:00
IntegerFormatImpl.h Remove references to NumberFormatImpl. 2014-10-06 08:35:50 +02:00
IntegerFormatParameters.h
Language.h Update icu x86_64 package with namespace renaming enabled. 2015-05-10 21:52:36 +02:00
Locale.h Move DateTimeFormat and NumberFormat out of BLocale 2014-10-02 09:19:54 +02:00
LocaleRoster.h Make BDateFormat inherit from BFormat again 2014-10-01 16:29:12 +02:00
LocaleStrings.h
MessageFormat.h Update icu x86_64 package with namespace renaming enabled. 2015-05-10 21:52:36 +02:00
NumberFormat.h Update locale docs to match new reality. 2014-12-04 19:13:46 -05:00
NumberFormatParameters.h
TimeFormat.h Update icu x86_64 package with namespace renaming enabled. 2015-05-10 21:52:36 +02:00
TimeUnitFormat.h Update icu x86_64 package with namespace renaming enabled. 2015-05-10 21:52:36 +02:00
TimeZone.h Update icu x86_64 package with namespace renaming enabled. 2015-05-10 21:52:36 +02:00
UnicodeChar.h Style fixes to Locale Kit, focus on docs. 2014-06-11 16:48:02 -04:00