HomeSort by relevance Sort by last modified time
    Searched refs:eq_int_type (Results 1 - 25 of 31) sorted by null

1 2

  /external/astl/src/
streambuf.cpp 62 if (!traits_type::eq_int_type(c, traits_type::eof())) {
  /external/stlport/stlport/stl/
_streambuf.c 69 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()) ?
_ostreambuf_iterator.h 62 _M_ok = _M_ok && !traits_type::eq_int_type(_M_buf->sputc(__c),
_string_io.c 21 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())) {
_ctraits_fns.h 68 { return _Traits::eq_int_type(_Traits::to_int_type(__x), __val); }
_fstream.c 85 __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()),
_ios.h 112 return _Traits::eq_int_type(__c, __eof);
_bitset.c 191 if (_Traits::eq_int_type(__c1, __eof)) {
201 else if (_Traits::eq_int_type(__buf->sputbackc(__c2), __eof)) {
char_traits.h 182 { 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
_istreambuf_iterator.h 94 _STLP_MUTABLE(_Self, _M_eof) = traits_type::eq_int_type(__c, traits_type::eof());
_sstream.c 119 if (!_Traits::eq_int_type(__c, _Traits::eof())) {
144 if (!_Traits::eq_int_type(__c, _Traits::eof())) {
  /ndk/sources/android/stlport/stlport/stl/
_streambuf.c 69 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()) ?
_ostreambuf_iterator.h 62 _M_ok = _M_ok && !traits_type::eq_int_type(_M_buf->sputc(__c),
_string_io.c 21 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())) {
_ctraits_fns.h 68 { return _Traits::eq_int_type(_Traits::to_int_type(__x), __val); }
_fstream.c 85 __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()),
_ios.h 112 return _Traits::eq_int_type(__c, __eof);
_bitset.c 191 if (_Traits::eq_int_type(__c1, __eof)) {
201 else if (_Traits::eq_int_type(__buf->sputbackc(__c2), __eof)) {
char_traits.h 182 { 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
_istreambuf_iterator.h 94 _STLP_MUTABLE(_Self, _M_eof) = traits_type::eq_int_type(__c, traits_type::eof());
_sstream.c 119 if (!_Traits::eq_int_type(__c, _Traits::eof())) {
144 if (!_Traits::eq_int_type(__c, _Traits::eof())) {
  /external/chromium/base/
string16.h 104 return eq_int_type(c, eof()) ? 0 : c;
115 static bool eq_int_type(const int_type& c1, const int_type& c2) { function in struct:base::string16_char_traits
  /external/chromium/googleurl/base/
string16.h 123 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/
char_traits.h 87 static bool eq_int_type(const int_type& lhs, const int_type& rhs) function in struct:std::char_traits
  /external/zlib/contrib/iostream3/
zfstream.cc 223 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;

Completed in 1707 milliseconds

1 2