haiku/headers/os/locale
Oliver Tappe 52cdfde04b Fix relying on order of static object destruction in Locale Kit.
* use only a single static object (MutableLocaleRoster) instead of
  two, which avoids any problems if the order of static object
  destruction would destroy RosterData before MutableLocaleRoster
* rename BPrivate::RosterData to BPrivate::LocaleRosterData and move
  it into a header and implementation file of its own
This should hopefully fix problems encountered with a clang-compiled
Locale Kit.
2012-11-26 01:19:27 +01: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 Cleanup BCatalogAddOn. 2012-04-16 00:04:41 +02:00
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 * add predicate FormattingConventions::AreCountrySpecific() 2011-08-21 17:18:31 +00:00
GenericNumberFormat.h
IntegerFormat.h
IntegerFormatImpl.h
IntegerFormatParameters.h
Language.h
Locale.h Change Time Format Options in Deskbar preferences. 2012-04-15 00:17:54 -04:00
LocaleRoster.h Fix relying on order of static object destruction in Locale Kit. 2012-11-26 01:19:27 +01:00
LocaleStrings.h
NumberFormat.h
NumberFormatImpl.h
NumberFormatParameters.h
TimeFormat.h
TimeUnitFormat.h
TimeZone.h * minor formatting cleanup 2011-08-20 20:36:41 +00:00
UnicodeChar.h