Searched refs:_Codecvt (Results 1 – 3 of 3) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _fstream.c | 226 typename _Codecvt::result __status in overflow() 229 if (__status == _Codecvt::noconv) { in overflow() 240 else if (__status != _Codecvt::error && in overflow() 355 typename _Codecvt::result __status in seekoff() 364 _STLP_ASSERT(__status == _Codecvt::ok) in seekoff() 534 typename _Codecvt::result __status in _M_underflow_aux() 547 if (__status == _Codecvt::noconv) in _M_underflow_aux() 549 else if (__status == _Codecvt::error || in _M_underflow_aux() 595 typename _Codecvt::result __status; in _M_unshift() 600 if (__status == _Codecvt::noconv || in _M_unshift() [all …]
|
D | _fstream.h | 310 typedef codecvt<_CharT, char, _State_type> _Codecvt; typedef 311 const _Codecvt* _M_codecvt;
|
/ndk/sources/cxx-stl/llvm-libc++/include/ |
D | locale | 3868 template<class _Codecvt, class _Elem = wchar_t, 3876 typedef typename _Codecvt::state_type state_type; 3882 _Codecvt* __cvtptr_; 3889 wstring_convert(_Codecvt* __pcvt = new _Codecvt); 3890 wstring_convert(_Codecvt* __pcvt, state_type __state); 3926 template<class _Codecvt, class _Elem, class _Wide_alloc, class _Byte_alloc> 3928 wstring_convert<_Codecvt, _Elem, _Wide_alloc, _Byte_alloc>:: 3929 wstring_convert(_Codecvt* __pcvt) 3934 template<class _Codecvt, class _Elem, class _Wide_alloc, class _Byte_alloc> 3936 wstring_convert<_Codecvt, _Elem, _Wide_alloc, _Byte_alloc>:: [all …]
|