ReactOS 0.4.16-dev-598-gc07fba4
|
#include <stl/_cstdlib.h>
#include <stl/_cwchar.h>
#include <stl/_threads.h>
#include <stl/_string_fwd.h>
#include <stl/_facets_fwd.h>
Go to the source code of this file.
Classes | |
class | locale |
class | locale::facet |
class | locale::id |
bool __locale_do_operator_call | ( | const locale & | __loc, |
const basic_string< _CharT, _Traits, _Alloc > & | __x, | ||
const basic_string< _CharT, _Traits, _Alloc > & | __y | ||
) |
Definition at line 162 of file _collate.h.
Referenced by locale::operator()().
_STLP_DECLSPEC _Locale_impl *_STLP_CALL _copy_Nameless_Locale_impl | ( | _Locale_impl * | locimpl | ) |
Definition at line 714 of file locale_impl.cpp.
Referenced by locale::locale().
_STLP_DECLSPEC _Locale_impl *_STLP_CALL _get_Locale_impl | ( | _Locale_impl * | locimpl | ) |
Definition at line 695 of file locale_impl.cpp.
Referenced by locale::global(), locale::locale(), and locale::operator=().
|
inline |
Definition at line 324 of file _locale.h.
Referenced by _HasFacet(), _InsertFacet(), and _UseFacet().
_STLP_DECLSPEC locale::id &_STLP_CALL _GetFacetId | ( | const money_get< char, istreambuf_iterator< char, char_traits< char > > > * | ) |
Definition at line 726 of file locale_impl.cpp.
_STLP_DECLSPEC locale::id &_STLP_CALL _GetFacetId | ( | const money_get< wchar_t, istreambuf_iterator< wchar_t, char_traits< wchar_t > > > * | ) |
Definition at line 731 of file locale_impl.cpp.
_STLP_DECLSPEC locale::id &_STLP_CALL _GetFacetId | ( | const money_put< char, ostreambuf_iterator< char, char_traits< char > > > * | ) |
Definition at line 728 of file locale_impl.cpp.
_STLP_DECLSPEC locale::id &_STLP_CALL _GetFacetId | ( | const money_put< wchar_t, ostreambuf_iterator< wchar_t, char_traits< wchar_t > > > * | ) |
Definition at line 733 of file locale_impl.cpp.
_STLP_DECLSPEC locale::id &_STLP_CALL _GetFacetId | ( | const num_get< char, istreambuf_iterator< char, char_traits< char > > > * | ) |
Definition at line 737 of file locale_impl.cpp.
_STLP_DECLSPEC locale::id &_STLP_CALL _GetFacetId | ( | const num_get< wchar_t, istreambuf_iterator< wchar_t, char_traits< wchar_t > > > * | ) |
Definition at line 740 of file locale_impl.cpp.
_STLP_DECLSPEC locale::id &_STLP_CALL _GetFacetId | ( | const num_put< char, ostreambuf_iterator< char, char_traits< char > > > * | ) |
Definition at line 744 of file locale_impl.cpp.
_STLP_DECLSPEC locale::id &_STLP_CALL _GetFacetId | ( | const num_put< wchar_t, ostreambuf_iterator< wchar_t, char_traits< wchar_t > > > * | ) |
Definition at line 747 of file locale_impl.cpp.
_STLP_DECLSPEC locale::id &_STLP_CALL _GetFacetId | ( | const time_get< char, istreambuf_iterator< char, char_traits< char > > > * | ) |
Definition at line 751 of file locale_impl.cpp.
_STLP_DECLSPEC locale::id &_STLP_CALL _GetFacetId | ( | const time_get< wchar_t, istreambuf_iterator< wchar_t, char_traits< wchar_t > > > * | ) |
Definition at line 756 of file locale_impl.cpp.
_STLP_DECLSPEC locale::id &_STLP_CALL _GetFacetId | ( | const time_put< char, ostreambuf_iterator< char, char_traits< char > > > * | ) |
Definition at line 753 of file locale_impl.cpp.
_STLP_DECLSPEC locale::id &_STLP_CALL _GetFacetId | ( | const time_put< wchar_t, ostreambuf_iterator< wchar_t, char_traits< wchar_t > > > * | ) |
Definition at line 758 of file locale_impl.cpp.
|
inline |
Definition at line 344 of file _locale.h.
Referenced by has_facet().
Definition at line 304 of file _locale.h.
Referenced by LocaleTest::_ctype_facet(), LocaleTest::_ctype_facet_w(), LocaleTest::_money_put_get2(), LocaleTest::_money_put_X_bug(), LocaleTest::_num_put_get(), LocaleTest::collate_facet(), LocaleTest::combine(), LocaleTest::ctype_by_name(), and FstreamTest::custom_facet().