Public Member Functions | |
Locale () | |
Locale (int nCategory) | |
Locale (const Locale &cLocale) | |
~Locale () | |
const String & | GetName () const |
void | SetName (const String &cName) |
StreamableIO * | GetLocalizedResourceStream (const String &cName) |
StreamableIO * | GetResourceStream (const String &cName) |
Catalog * | GetLocalizedCatalog (const String &cName) |
StreamableIO * | GetSystemResourceStream (const String &cName) |
StreamableIO * | GetLocalizedSystemResourceStream (const String &cName) |
Catalog * | GetLocalizedSystemCatalog (const String &cName) |
const Locale & | operator= (const Locale &cLocale) |
Static Public Member Functions | |
static const Locale & | GetSystemDefaultLocale () |
Classes | |
class | Private |
Locale::Locale | ( | ) |
Locale::Locale | ( | int | nCategory | ) |
Locale::Locale | ( | const Locale & | cLocale | ) |
Locale::~Locale | ( | ) |
const String & Locale::GetName | ( | ) | const |
void Locale::SetName | ( | const String & | cName | ) |
StreamableIO * Locale::GetLocalizedResourceStream | ( | const String & | cName | ) |
StreamableIO * Locale::GetResourceStream | ( | const String & | cName | ) |
StreamableIO * Locale::GetSystemResourceStream | ( | const String & | cName | ) |
StreamableIO * Locale::GetLocalizedSystemResourceStream | ( | const String & | cName | ) |
static const Locale& os::Locale::GetSystemDefaultLocale | ( | ) | [static] |