|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <_codecvt.h>


Public Types | |
| typedef wchar_t | intern_type |
| typedef char | extern_type |
| typedef mbstate_t | state_type |
Public Types inherited from codecvt_base | |
| enum | result { ok , partial , error , noconv } |
Public Member Functions | |
| codecvt (size_t __refs=0) | |
| result | out (state_type &__state, const wchar_t *__from, const wchar_t *__from_end, const wchar_t *&__from_next, char *__to, char *__to_limit, char *&__to_next) const |
| result | unshift (state_type &__state, char *__to, char *__to_limit, char *&__to_next) const |
| result | in (state_type &__state, const char *__from, const char *__from_end, const char *&__from_next, wchar_t *__to, wchar_t *__to_limit, wchar_t *&__to_next) const |
| int | encoding () const _STLP_NOTHROW |
| bool | always_noconv () const _STLP_NOTHROW |
| int | length (state_type &__state, const char *__from, const char *__from_end, size_t __max) const |
| int | max_length () const _STLP_NOTHROW |
Static Public Attributes | |
| static _STLP_STATIC_DECLSPEC locale::id | id = { 16 } |
Protected Member Functions | |
| ~codecvt () | |
| virtual result | do_out (state_type &__state, const wchar_t *__from, const wchar_t *__from_end, const wchar_t *&__from_next, char *__to, char *__to_limit, char *&__to_next) const |
| virtual result | do_in (state_type &__state, const char *__from, const char *__from_end, const char *&__from_next, wchar_t *__to, wchar_t *__to_limit, wchar_t *&__to_next) const |
| virtual result | do_unshift (state_type &__state, char *__to, char *__to_limit, char *&__to_next) const |
| virtual int | do_encoding () const _STLP_NOTHROW |
| virtual bool | do_always_noconv () const _STLP_NOTHROW |
| virtual int | do_length (state_type &__state, const char *__from, const char *__end, size_t __max) const |
| virtual int | do_max_length () const _STLP_NOTHROW |
Protected Member Functions inherited from locale::facet | |
| facet (size_t __init_count=0) | |
| virtual | ~facet () |
Protected Member Functions inherited from _Refcount_Base | |
| _Refcount_Base (__stl_atomic_t __n) | |
| __stl_atomic_t | _M_incr () |
| __stl_atomic_t | _M_decr () |
Private Member Functions | |
| codecvt (const codecvt< wchar_t, char, mbstate_t > &) | |
| codecvt< wchar_t, char, mbstate_t > & | operator= (const codecvt< wchar_t, char, mbstate_t > &) |
Definition at line 270 of file _codecvt.h.
Definition at line 274 of file _codecvt.h.
Definition at line 273 of file _codecvt.h.
Definition at line 275 of file _codecvt.h.
Definition at line 277 of file _codecvt.h.
Definition at line 79 of file codecvt.cpp.
|
private |
Definition at line 315 of file _codecvt.h.
Reimplemented in codecvt_byname< wchar_t, char, mbstate_t >.
Definition at line 125 of file codecvt.cpp.
Reimplemented in codecvt_byname< wchar_t, char, mbstate_t >.
Definition at line 122 of file codecvt.cpp.
|
protectedvirtual |
Reimplemented in codecvt_byname< wchar_t, char, mbstate_t >.
Definition at line 98 of file codecvt.cpp.
|
protectedvirtual |
Reimplemented in codecvt_byname< wchar_t, char, mbstate_t >.
Definition at line 128 of file codecvt.cpp.
Reimplemented in codecvt_byname< wchar_t, char, mbstate_t >.
Definition at line 134 of file codecvt.cpp.
|
protectedvirtual |
Reimplemented in codecvt_byname< wchar_t, char, mbstate_t >.
Definition at line 114 of file codecvt.cpp.
Definition at line 313 of file _codecvt.h.
|
inline |
Definition at line 299 of file _codecvt.h.
|
inline |
Definition at line 317 of file _codecvt.h.
Definition at line 324 of file _codecvt.h.
|
private |
|
inline |
Definition at line 279 of file _codecvt.h.
|
inline |
Definition at line 293 of file _codecvt.h.
Definition at line 326 of file _codecvt.h.