OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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