Home
last modified time | relevance | path

Searched refs:_Codecvt (Results 1 – 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
D_fstream.c226 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.h310 typedef codecvt<_CharT, char, _State_type> _Codecvt; typedef
311 const _Codecvt* _M_codecvt;