HomeSort by relevance Sort by last modified time
    Searched full:showmanyc (Results 1 - 24 of 24) sorted by null

  /external/stlport/src/
stdio_streambuf.h 79 streamsize showmanyc();
91 streamsize showmanyc();
stdio_streambuf.cpp 153 streamsize stdio_istreambuf::showmanyc() function in class:stdio_istreambuf
200 streamsize stdio_ostreambuf::showmanyc() function in class:stdio_ostreambuf
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.h 79 streamsize showmanyc();
91 streamsize showmanyc();
stdio_streambuf.cpp 153 streamsize stdio_istreambuf::showmanyc() function in class:stdio_istreambuf
200 streamsize stdio_ostreambuf::showmanyc() function in class:stdio_ostreambuf
  /external/zlib/contrib/iostream3/
README 20 - added showmanyc
zfstream.cc 169 gzfilebuf::showmanyc() function in class:gzfilebuf
zfstream.h 103 showmanyc();
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
basic_file.h 103 showmanyc();
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
streambuf 258 * Otherwise returns the derived @c showmanyc().
264 return __ret ? __ret : this->showmanyc();
613 * number of characters have been supplied. If @c showmanyc()
621 * @note The standard adds that "the morphemes of @c showmanyc are
625 showmanyc() { return 0; }
sstream 164 showmanyc()
fstream 302 showmanyc();
  /external/stlport/stlport/stl/
_streambuf.h 161 virtual streamsize showmanyc();
216 return (_M_gnext < _M_gend) ? (_M_gend - _M_gnext) : this->showmanyc();
_streambuf.c 175 basic_streambuf<_CharT, _Traits>::showmanyc() function in class:_Traits
_fstream.h 200 virtual streamsize showmanyc();
_fstream.c 132 streamsize basic_filebuf<_CharT, _Traits>::showmanyc() { function in class:_Traits
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 161 virtual streamsize showmanyc();
216 return (_M_gnext < _M_gend) ? (_M_gend - _M_gnext) : this->showmanyc();
_streambuf.c 175 basic_streambuf<_CharT, _Traits>::showmanyc() function in class:_Traits
_fstream.h 200 virtual streamsize showmanyc();
_fstream.c 132 streamsize basic_filebuf<_CharT, _Traits>::showmanyc() { function in class:_Traits
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
fstream.tcc 178 showmanyc()
196 __ret += _M_file.showmanyc() / _M_codecvt->max_length();
  /external/stlport/etc/
ChangeLog 71 showmanyc call. Returning -1 means that reading attempt will
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libstdc++.so 
libstdc++.so.6 
libstdc++.so.6.0.13 

Completed in 338 milliseconds