Home
last modified time | relevance | path

Searched refs:not_eof (Results 1 – 9 of 9) sorted by relevance

/external/stlport/src/
Dstdio_streambuf.cpp188 return traits_type::not_eof(c); in pbackfail()
212 return traits_type::not_eof(c); in overflow()
219 return traits_type::not_eof(c); in overflow()
Dstrstream.cpp118 return traits_type::not_eof(c); in overflow()
160 return traits_type::not_eof(c); in pbackfail()
/external/astl/include/
Dchar_traits.h92 static int_type not_eof(const int_type& c)
/external/chromium/base/
Dstring16.h103 static int_type not_eof(const int_type& c) { in not_eof() function
/external/chromium/googleurl/base/
Dstring16.h122 static int_type not_eof(const int_type& c) { in not_eof() function
/external/stlport/stlport/stl/
D_sstream.c134 return _Traits::not_eof(__c); in pbackfail()
165 return _Traits::not_eof(__c); // __c is EOF, so we don't have to do anything in overflow()
D_fstream.c231 ? traits_type::not_eof(__c) in overflow()
255 return traits_type::not_eof(__c); in overflow()
Dchar_traits.h181 static int_type _STLP_CALL not_eof(const int_type& __c) in not_eof() function
/external/zlib/contrib/iostream3/
Dzfstream.cc259 return traits_type::not_eof(c); in overflow()