Searched refs:eq_int_type (Results 1 - 18 of 18) sorted by relevance

/external/astl/src/
H A Dstreambuf.cpp62 if (!traits_type::eq_int_type(c, traits_type::eof())) {
/external/stlport/stlport/stl/
H A D_streambuf.c69 if (!_Traits::eq_int_type(__c, __eof)) {
99 else if (!_Traits::eq_int_type(this->overflow(_Traits::to_int_type(*__s)),
126 else if (!_Traits::eq_int_type(this->overflow(_Traits::to_int_type(__c)),
141 return _Traits::eq_int_type(this->uflow(), __eof) ? __eof : this->sgetc();
163 return ( _Traits::eq_int_type(this->underflow(),_Traits::eof()) ?
H A D_string_io.c21 if (_Traits::eq_int_type(__buf->sputc(__f), _Traits::eof()))
104 if (_Traits::eq_int_type(__c1, _Traits::eof())) {
112 if (_Traits::eq_int_type(__buf->sputbackc(__c), _Traits::eof()))
146 if (_Traits::eq_int_type(__c1, _Traits::eof())) {
H A D_ctraits_fns.h68 { return _Traits::eq_int_type(_Traits::to_int_type(__x), __val); }
H A D_ostreambuf_iterator.h62 _M_ok = _M_ok && !traits_type::eq_int_type(_M_buf->sputc(__c),
H A D_fstream.c85 __ok = __ok && !_Traits::eq_int_type(this->overflow(traits_type::eof()),
167 (traits_type::eq_int_type(__c, __eof) ||
171 if (traits_type::eq_int_type(__c, __eof) ||
175 else if (!traits_type::eq_int_type(__c, __eof)) {
219 if (!traits_type::eq_int_type(__c, traits_type::eof()))
404 return traits_type::eq_int_type(this->overflow(traits_type::eof()),
707 bool __ok = !traits_type::eq_int_type(this->overflow(traits_type::eof()),
H A D_bitset.c191 if (_Traits::eq_int_type(__c1, __eof)) {
201 else if (_Traits::eq_int_type(__buf->sputbackc(__c2), __eof)) {
H A Dchar_traits.h182 { return !eq_int_type(__c, eof()) ? __c : __STATIC_CAST(int_type, 0); }
190 static bool _STLP_CALL eq_int_type(const int_type& __c1, const int_type& __c2) function in class:__char_traits_base
H A D_ios.h112 return _Traits::eq_int_type(__c, __eof);
H A D_istreambuf_iterator.h94 _STLP_MUTABLE(_Self, _M_eof) = traits_type::eq_int_type(__c, traits_type::eof());
H A D_bitset.h774 if (_Traits::eq_int_type(__c1, __eof)) {
784 else if (_Traits::eq_int_type(__buf->sputbackc(__c2), __eof)) {
825 if (_Traits::eq_int_type(__c1, __eof)) {
835 else if (_Traits::eq_int_type(__buf->sputbackc(__c2), __eof)) {
H A D_sstream.c119 if (!_Traits::eq_int_type(__c, _Traits::eof())) {
144 if (!_Traits::eq_int_type(__c, _Traits::eof())) {
H A D_istream.c172 ret = !_Traits::eq_int_type(__buf->sputbackc(__c), __eof);
455 // if (!__buf || _Traits::eq_int_type(__buf->sungetc(), _Traits::eof()))
/external/chromium/googleurl/base/
H A Dstring16.h123 return eq_int_type(c, eof()) ? 0 : c;
134 static bool eq_int_type(const int_type& c1, const int_type& c2) { function in struct:base::string16_char_traits
/external/astl/include/
H A Dchar_traits.h87 static bool eq_int_type(const int_type& lhs, const int_type& rhs) function in struct:std::char_traits
/external/chromium/base/
H A Dstring16.h110 return eq_int_type(c, eof()) ? 0 : c;
121 static bool eq_int_type(const int_type& c1, const int_type& c2) { function in struct:base::string16_char_traits
/external/zlib/src/contrib/iostream3/
H A Dzfstream.cc223 if (!traits_type::eq_int_type(c, traits_type::eof()))
244 else if (!traits_type::eq_int_type(c, traits_type::eof()))
258 if (traits_type::eq_int_type(c, traits_type::eof()))
301 return traits_type::eq_int_type(this->overflow(), traits_type::eof()) ? -1 : 0;
/external/stlport/test/unit/
H A Dcodecvt_test.cpp319 if (char_traits<char>::eq_int_type(c, char_traits<char>::eof())) {

Completed in 267 milliseconds