|
result __CLR_OR_THIS_CALL | in (_Statype &_State, const _Byte *_First1, const _Byte *_Last1, const _Byte *&_Mid1, _Elem *_First2, _Elem *_Last2, _Elem *&_Mid2) const |
|
result __CLR_OR_THIS_CALL | out (_Statype &_State, const _Elem *_First1, const _Elem *_Last1, const _Elem *&_Mid1, _Byte *_First2, _Byte *_Last2, _Byte *&_Mid2) const |
|
result __CLR_OR_THIS_CALL | unshift (_Statype &_State, _Byte *_First2, _Byte *_Last2, _Byte *&_Mid2) const |
|
int __CLR_OR_THIS_CALL | length (_Statype &_State, const _Byte *_First1, const _Byte *_Last1, size_t _Count) const |
|
__CLR_OR_THIS_CALL | codecvt (size_t _Refs=0) |
|
__CLR_OR_THIS_CALL | codecvt (const _Locinfo &_Lobj, size_t _Refs=0) |
|
__CLR_OR_THIS_CALL | codecvt_base (size_t _Refs=0) |
|
bool __CLR_OR_THIS_CALL | always_noconv () const _THROW0() |
|
int __CLR_OR_THIS_CALL | max_length () const _THROW0() |
|
int __CLR_OR_THIS_CALL | encoding () const _THROW0() |
|
__CLR_OR_THIS_CALL | ~codecvt_base () _NOEXCEPT |
|
virtual void __CLR_OR_THIS_CALL | _Incref () |
|
virtual _Facet_base *__CLR_OR_THIS_CALL | _Decref () |
|
__CLR_OR_THIS_CALL | facet (const facet &)=delete |
|
facet &__CLR_OR_THIS_CALL | operator= (const facet &)=delete |
|
virtual __CLR_OR_THIS_CALL | ~_Facet_base () _NOEXCEPT |
|
|
virtual __CLR_OR_THIS_CALL | ~codecvt () _NOEXCEPT |
|
void __CLR_OR_THIS_CALL | _Init (const _Locinfo &) |
|
virtual bool __CLR_OR_THIS_CALL | do_always_noconv () const _THROW0() |
|
virtual result __CLR_OR_THIS_CALL | do_in (_Statype &, const _Byte *_First1, const _Byte *_Last1, const _Byte *&_Mid1, _Elem *_First2, _Elem *_Last2, _Elem *&_Mid2) const |
|
virtual result __CLR_OR_THIS_CALL | do_out (_Statype &, const _Elem *_First1, const _Elem *_Last1, const _Elem *&_Mid1, _Byte *_First2, _Byte *_Last2, _Byte *&_Mid2) const |
|
virtual result __CLR_OR_THIS_CALL | do_unshift (_Statype &, _Byte *_First2, _Byte *, _Byte *&_Mid2) const |
|
virtual int __CLR_OR_THIS_CALL | do_length (_Statype &, const _Byte *_First1, const _Byte *_Last1, size_t _Count) const |
|
virtual int __CLR_OR_THIS_CALL | do_max_length () const _THROW0() |
|
virtual int __CLR_OR_THIS_CALL | do_encoding () const _THROW0() |
|
__CLR_OR_THIS_CALL | facet (size_t _Initrefs=0) |
|
virtual __CLR_OR_THIS_CALL | ~facet () _NOEXCEPT |
|
template<class _Elem, class _Byte, class _Statype>
template<class _Elem, class _Byte, class _Statype>
template<class _Elem, class _Byte, class _Statype>
template<class _Elem, class _Byte, class _Statype>
_Atomic_counter_t _Refs
Definition: xlocale:157
void __CLR_OR_THIS_CALL _Init(const _Locinfo &)
Definition: xlocale:930
__CLR_OR_THIS_CALL codecvt_base(size_t _Refs=0)
Definition: xlocale:819
template<class _Elem, class _Byte, class _Statype>
_Atomic_counter_t _Refs
Definition: xlocale:157
void __CLR_OR_THIS_CALL _Init(const _Locinfo &)
Definition: xlocale:930
__CLR_OR_THIS_CALL codecvt_base(size_t _Refs=0)
Definition: xlocale:819
template<class _Elem, class _Byte, class _Statype>
template<class _Elem, class _Byte, class _Statype>
919 if (_Ppf != 0 && *_Ppf == 0)
#define _NEW_CRT
Definition: xdebug:69
const char * c_str() const
Definition: xlocale:460
#define _X_CTYPE
Definition: xlocinfo.h:39
template<class _Elem, class _Byte, class _Statype>
template<class _Elem, class _Byte, class _Statype>
template<class _Elem, class _Byte, class _Statype>
Reimplemented in codecvt_utf8_utf16< _Elem, _Mymax, _Mymode >, codecvt_utf16< _Elem, _Mymax, _Mymode >, and codecvt_utf8< _Elem, _Mymax, _Mymode >.
943 _Mid1 = _First1, _Mid2 = _First2;
948 for (; _Mid1 != _Last1 && _Mid2 != _Last2; ++_Mid1, ++_Mid2)
949 *_Mid2 = (_Elem)*_Mid1;
Definition: xtr1common:94
template<class _Elem, class _Byte, class _Statype>
template<class _Elem, class _Byte, class _Statype>
Reimplemented in codecvt_utf8_utf16< _Elem, _Mymax, _Mymode >, codecvt_utf16< _Elem, _Mymax, _Mymode >, and codecvt_utf8< _Elem, _Mymax, _Mymode >.
958 _Mid1 = _First1, _Mid2 = _First2;
963 for (; _Mid1 != _Last1 && _Mid2 != _Last2; ++_Mid1, ++_Mid2)
964 *_Mid2 = (_Byte)*_Mid1;
Definition: xtr1common:94
template<class _Elem, class _Byte, class _Statype>
template<class _Elem, class _Byte, class _Statype>
878 return (
do_in(_State,
879 _First1, _Last1, _Mid1, _First2, _Last2, _Mid2));
virtual result __CLR_OR_THIS_CALL do_in(_Statype &, const _Byte *_First1, const _Byte *_Last1, const _Byte *&_Mid1, _Elem *_First2, _Elem *_Last2, _Elem *&_Mid2) const
Definition: xlocale:939
template<class _Elem, class _Byte, class _Statype>
virtual int __CLR_OR_THIS_CALL do_length(_Statype &, const _Byte *_First1, const _Byte *_Last1, size_t _Count) const
Definition: xlocale:976
_Diff _Count
Definition: algorithm:1941
template<class _Elem, class _Byte, class _Statype>
887 _First1, _Last1, _Mid1, _First2, _Last2, _Mid2));
virtual result __CLR_OR_THIS_CALL do_out(_Statype &, const _Elem *_First1, const _Elem *_Last1, const _Elem *&_Mid1, _Byte *_First2, _Byte *_Last2, _Byte *&_Mid2) const
Definition: xlocale:954
template<class _Elem, class _Byte, class _Statype>
893 return (
do_unshift(_State, _First2, _Last2, _Mid2));
virtual result __CLR_OR_THIS_CALL do_unshift(_Statype &, _Byte *_First2, _Byte *, _Byte *&_Mid2) const
Definition: xlocale:969
template<class _Elem, class _Byte, class _Statype>
The documentation for this class was generated from the following file: