haiku/headers/private/locale
Oliver Tappe a9faf94392 * reintroduced be_locale as global information point for the current locale
values
* added locking to BLocale (needed since the data of the global object may
  change any time)
* BLocale no longer passes out pointers to internal objects, it fill objects
  passed in by the client instead (just like be_locale_roster does)
* dropped default language as member from RosterData, it is no part of the
  default locale
* fleshed out implementation of TimeUnitFormat and DurationFormat, both
  of which can now be given a BLocale in order to set the strings being used
  during formatting


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38428 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-08-29 20:55:00 +00:00
..
DefaultCatalog.h * Implement a function to get all the available languages for a given application 2010-04-14 23:48:01 +00:00
HashMapCatalog.h some copyright headers clean up 2010-04-12 21:02:09 +00:00
ICUWrapper.h * added SetTo() in order to be able to set a new destination 2010-07-29 20:03:05 +00:00
LibbeLocaleBackend.h olta+pulkomandy: 2010-04-12 18:07:09 +00:00
MutableLocaleRoster.h * reintroduced be_locale as global information point for the current locale 2010-08-29 20:55:00 +00:00
PlainTextCatalog.h some copyright headers clean up 2010-04-12 21:02:09 +00:00
TimeZoneAccessor.h * added BTimeZone::Accessor class, which allows other LocaleKit classes to 2010-08-29 20:52:28 +00:00