|
virtual result | do_in (_Statype &, const _Byte *_First1, const _Byte *_Last1, const _Byte *&_Mid1, _Elem *_First2, _Elem *_Last2, _Elem *&_Mid2) const |
|
virtual result | do_out (_Statype &, const _Elem *_First1, const _Elem *_Last1, const _Elem *&_Mid1, _Byte *_First2, _Byte *_Last2, _Byte *&_Mid2) const |
|
virtual result | do_unshift (_Statype &, _Byte *_First2, _Byte *, _Byte *&_Mid2) const |
|
virtual int | do_length (_Statype &, const _Byte *_First1, const _Byte *_Last1, size_t _Count) const _THROW0() |
|
virtual bool | do_always_noconv () const _THROW0() |
|
virtual int | do_max_length () const _THROW0() |
|
virtual int | do_encoding () const _THROW0() |
|
template<class _Elem , unsigned char _Maxcode = 0xff>
template<class _Elem , unsigned char _Maxcode = 0xff>
template<class _Elem , unsigned char _Maxcode = 0xff>
template<class _Elem , unsigned char _Maxcode = 0xff>
template<class _Elem , unsigned char _Maxcode = 0xff>
template<class _Elem , unsigned char _Maxcode = 0xff>
template<class _Elem , unsigned char _Maxcode = 0xff>
_STD codecvt< _Elem, char, _Statype > _Mybase
Definition: ebcdic:31
template<class _Elem , unsigned char _Maxcode = 0xff>
template<class _Elem , unsigned char _Maxcode = 0xff>
template<class _Elem , unsigned char _Maxcode = 0xff>
template<class _Elem , unsigned char _Maxcode = 0xff>
52 unsigned long _Maxc = _Maxcode;
56 for (; _Mid1 != _Last1 && _Mid2 != _Last2; )
61 return (_Mybase::error);
62 *_Mid2++ = (_Elem)_Ch;
65 return (_First1 == _Mid1 ? _Mybase::partial : _Mybase::ok);
_Check_return_ _In_ wchar_t _Ch
Definition: vcruntime_string.h:89
unsigned char
Definition: mbstring.h:107
static const unsigned char _Etoa[0x100]
Definition: ebcdic:28
template<class _Elem , unsigned char _Maxcode = 0xff>
98 size_t _Wchars = _Last1 - _First1;
_Diff _Count
Definition: algorithm:1941
template<class _Elem , unsigned char _Maxcode = 0xff>
template<class _Elem , unsigned char _Maxcode = 0xff>
72 unsigned long _Maxc = _Maxcode;
76 for (; _Mid1 != _Last1 && _Mid2 != _Last2; )
78 unsigned char _Ch = (
unsigned char)*_Mid1++;
81 return (_Mybase::error);
85 return (_First1 == _Mid1 ? _Mybase::partial : _Mybase::ok);
_Check_return_ _In_ wchar_t _Ch
Definition: vcruntime_string.h:89
unsigned char
Definition: mbstring.h:107
static const unsigned char _Atoe[0x100]
Definition: ebcdic:27
char _Byte
Definition: ebcdic:33
template<class _Elem , unsigned char _Maxcode = 0xff>
template<class _Elem , unsigned char _Maxcode = 0xff>
template<class _Elem , unsigned char _Maxcode = 0xff>
The documentation for this class was generated from the following file: