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
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
NumberFormat.h
NumberFormatImpl.h
NumberFormatParameters.h
TimeFormat.h
TimeUnitFormat.h
TimeZone.h
UnicodeChar.h