HomeSort by relevance Sort by last modified time
    Searched refs:unwritten (Results 1 - 2 of 2) sorted by null

  /external/stlport/src/
stdio_streambuf.cpp 207 ptrdiff_t unwritten = this->pptr() - this->pbase(); local
208 if (unwritten != 0) {
211 if (this->pptr() - this->pbase() < unwritten)
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp 207 ptrdiff_t unwritten = this->pptr() - this->pbase(); local
208 if (unwritten != 0) {
211 if (this->pptr() - this->pbase() < unwritten)

Completed in 1169 milliseconds