ReactOS 0.4.16-dev-289-g096a551
|
#include <locale_impl.h>
Classes | |
class | Init |
Static Public Member Functions | |
static void _STLP_FUNCTION_THROWS _STLP_CALL | _M_throw_bad_cast () |
static void _STLP_CALL | _S_initialize () |
static void _STLP_CALL | _S_uninitialize () |
static void | make_classic_locale () |
static void | free_classic_locale () |
Public Attributes | |
basic_string< char, char_traits< char >, allocator< char > > | name |
Private Member Functions | |
~_Locale_impl () | |
void | operator= (const _Locale_impl &) |
Private Attributes | |
vector< locale::facet * > | facets_vec |
Friends | |
class | Init |
class | locale |
_Locale_impl *_STLP_CALL | _copy_Nameless_Locale_impl (_Locale_impl *) |
void _STLP_CALL | _release_Locale_impl (_Locale_impl *&loc) |
Definition at line 60 of file locale_impl.h.
Definition at line 74 of file locale_impl.cpp.
_Locale_impl::_Locale_impl | ( | const _Locale_impl & | locimpl | ) |
Definition at line 80 of file locale_impl.cpp.
Definition at line 87 of file locale_impl.cpp.
|
private |
Definition at line 92 of file locale_impl.cpp.
|
static |
Definition at line 116 of file locale_impl.cpp.
Referenced by locale::_M_use_facet().
|
static |
Definition at line 100 of file locale_impl.cpp.
Referenced by _Locale_impl::Init::Init().
|
static |
Definition at line 108 of file locale_impl.cpp.
Referenced by _Locale_impl::Init::~Init().
|
static |
void _Locale_impl::insert | ( | _Locale_impl * | from, |
const locale::id & | n | ||
) |
Definition at line 120 of file locale_impl.cpp.
locale::facet * _Locale_impl::insert | ( | locale::facet * | f, |
const locale::id & | n | ||
) |
Definition at line 126 of file locale_impl.cpp.
Referenced by locale::_M_insert(), and locale::locale().
_Locale_name_hint * _Locale_impl::insert_collate_facets | ( | const char *& | name, |
char * | buf, | ||
_Locale_name_hint * | hint | ||
) |
Definition at line 350 of file locale_impl.cpp.
Referenced by locale::locale().
_Locale_name_hint * _Locale_impl::insert_ctype_facets | ( | const char *& | name, |
char * | buf, | ||
_Locale_name_hint * | hint | ||
) |
Definition at line 150 of file locale_impl.cpp.
Referenced by locale::locale().
_Locale_name_hint * _Locale_impl::insert_messages_facets | ( | const char *& | name, |
char * | buf, | ||
_Locale_name_hint * | hint | ||
) |
Definition at line 511 of file locale_impl.cpp.
Referenced by locale::locale().
_Locale_name_hint * _Locale_impl::insert_monetary_facets | ( | const char *& | name, |
char * | buf, | ||
_Locale_name_hint * | hint | ||
) |
Definition at line 406 of file locale_impl.cpp.
Referenced by locale::locale().
_Locale_name_hint * _Locale_impl::insert_numeric_facets | ( | const char *& | name, |
char * | buf, | ||
_Locale_name_hint * | hint | ||
) |
Definition at line 222 of file locale_impl.cpp.
Referenced by locale::locale().
_Locale_name_hint * _Locale_impl::insert_time_facets | ( | const char *& | name, |
char * | buf, | ||
_Locale_name_hint * | hint | ||
) |
Definition at line 288 of file locale_impl.cpp.
Referenced by locale::locale().
|
static |
Definition at line 623 of file locale_impl.cpp.
Referenced by _S_initialize().
Definition at line 109 of file locale_impl.h.
|
private |
|
inline |
Definition at line 70 of file locale_impl.h.
Referenced by locale::_M_get_facet(), and locale::_M_use_facet().
|
friend |
Definition at line 714 of file locale_impl.cpp.
|
friend |
Definition at line 702 of file locale_impl.cpp.
Definition at line 94 of file locale_impl.h.
Definition at line 121 of file locale_impl.h.
|
private |
Definition at line 112 of file locale_impl.h.
Referenced by _Locale_impl(), locale::_M_get_facet(), locale::_M_use_facet(), insert(), make_classic_locale(), and ~_Locale_impl().
basic_string<char, char_traits<char>, allocator<char> > _Locale_impl::name |
Definition at line 72 of file locale_impl.h.
Referenced by locale::locale(), and locale::name().