Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/
Dstdio_streambuf.cpp207 ptrdiff_t unwritten = this->pptr() - this->pbase(); in overflow() local
208 if (unwritten != 0) { in overflow()
211 if (this->pptr() - this->pbase() < unwritten) in overflow()