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++/libcxx/include/ |
D | locale | 3985 template<class _Codecvt, class _Elem = wchar_t, 3993 typedef typename _Codecvt::state_type state_type; 3999 _Codecvt* __cvtptr_; 4006 wstring_convert(_Codecvt* __pcvt = new _Codecvt); 4007 wstring_convert(_Codecvt* __pcvt, state_type __state); 4043 template<class _Codecvt, class _Elem, class _Wide_alloc, class _Byte_alloc> 4045 wstring_convert<_Codecvt, _Elem, _Wide_alloc, _Byte_alloc>:: 4046 wstring_convert(_Codecvt* __pcvt) 4051 template<class _Codecvt, class _Elem, class _Wide_alloc, class _Byte_alloc> 4053 wstring_convert<_Codecvt, _Elem, _Wide_alloc, _Byte_alloc>:: [all …]
|