|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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) |
|
static |
Referenced by locale::global(), locale::locale(), and locale::operator==().
| locale * _Stl_get_classic_locale | ( | ) |
Definition at line 598 of file locale_impl.cpp.
Referenced by locale::classic().
| locale * _Stl_get_global_locale | ( | ) |
|
static |
Definition at line 220 of file locale.cpp.
|
static |
Definition at line 208 of file locale.cpp.
Referenced by locale::locale().
|
static |
Definition at line 189 of file locale.cpp.
Referenced by _Stl_loc_combine_names().
|
static |
Definition at line 102 of file locale.cpp.
Referenced by locale::_M_insert().
Definition at line 31 of file locale.cpp.
Referenced by _Locale_impl::insert_collate_facets(), _Locale_impl::insert_ctype_facets(), _Locale_impl::insert_messages_facets(), _Locale_impl::insert_monetary_facets(), _Locale_impl::insert_numeric_facets(), _Locale_impl::insert_time_facets(), and locale::locale().