Searched refs:linelength (Results 1 - 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/details/
H A Dfstream_win32io.cpp502 ptrdiff_t linelength = nextlf - nextblock; local
503 memcpy(ptrtextbuf, nextblock, linelength);
504 ptrtextbuf += linelength;
505 nextblock += (linelength + 1);

Completed in 40 milliseconds