#include "stlport_prefix.h"
#include <locale>
#include <stdexcept>
#include "c_locale.h"
#include "locale_impl.h"
Go to the source code of this file.
Functions |
static _STLP_BEGIN_NAMESPACE
const string | _Nameless ("*") |
| static bool | is_C_locale_name (const char *name) |
| locale * | _Stl_get_classic_locale () |
| locale * | _Stl_get_global_locale () |
| static const locale::id & | _Stl_loc_get_index (locale::id &id) |
| static void | _Stl_loc_combine_names_aux (_Locale_impl *L, const char *name, const char *ctype_name, const char *time_name, const char *numeric_name, const char *collate_name, const char *monetary_name, const char *messages_name, locale::category c) |
| static void | _Stl_loc_combine_names (_Locale_impl *L, const char *name1, const char *name2, locale::category c) |
| static void | _Stl_loc_combine_names (_Locale_impl *L, const char *name, const char *ctype_name, const char *time_name, const char *numeric_name, const char *collate_name, const char *monetary_name, const char *messages_name, locale::category c) |