Home
last modified time | relevance | path

Searched refs:__this (Results 1 – 3 of 3) sorted by relevance

/external/stlport/src/
Dfstream.cpp37 _Underflow< char, char_traits<char> >::_M_doit(basic_filebuf<char, char_traits<char> >* __this) in _M_doit() argument
42 if (!__this->_M_in_input_mode) { in _M_doit()
43 if (!__this->_M_switch_to_input_mode()) in _M_doit()
46 else if (__this->_M_in_putback_mode) { in _M_doit()
47 __this->_M_exit_putback_mode(); in _M_doit()
48 if (__this->gptr() != __this->egptr()) { in _M_doit()
49 int_type __c = traits_type::to_int_type(*__this->gptr()); in _M_doit()
57 if (__this->_M_base.__regular_file() in _M_doit()
58 && __this->_M_always_noconv in _M_doit()
59 && __this->_M_base._M_in_binary_mode()) { in _M_doit()
[all …]
/external/stlport/stlport/stl/
D_fstream.h407 static int_type _STLP_CALL _M_doit(basic_filebuf<_CharT, _Traits>* __this) { in _M_doit() argument
408 if (!__this->_M_in_input_mode) { in _M_doit()
409 if (!__this->_M_switch_to_input_mode()) in _M_doit()
412 else if (__this->_M_in_putback_mode) { in _M_doit()
413 __this->_M_exit_putback_mode(); in _M_doit()
414 if (__this->gptr() != __this->egptr()) { in _M_doit()
415 int_type __c = traits_type::to_int_type(*__this->gptr()); in _M_doit()
420 return __this->_M_underflow_aux(); in _M_doit()
432 static int_type _STLP_CALL _M_doit(basic_filebuf<char, traits_type >* __this);
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/String/
Dsplit-002.js140 function string_split ( __this, separator, limit ) { argument
141 var S = String(__this ); // 1