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

  /external/stlport/src/details/
fstream_win32io.cpp 502 ptrdiff_t linelength = nextlf - nextblock; local
503 memcpy(ptrtextbuf, nextblock, linelength);
504 ptrtextbuf += linelength;
505 nextblock += (linelength + 1);
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_win32io.cpp 502 ptrdiff_t linelength = nextlf - nextblock; local
503 memcpy(ptrtextbuf, nextblock, linelength);
504 ptrtextbuf += linelength;
505 nextblock += (linelength + 1);

Completed in 3554 milliseconds