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

  /external/stlport/src/details/
fstream_win32io.cpp 383 #define _STLP_LF 10
413 if (*(from + 1) != _STLP_LF)
421 if (peek != _STLP_LF) { //not a <CR><LF> combination
432 *to++ = _STLP_LF;
501 (nextlf = (char *)memchr(nextblock, _STLP_LF, nextblocksize)) != 0) {
507 * ptrtextbuf ++ = _STLP_LF;
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_win32io.cpp 383 #define _STLP_LF 10
413 if (*(from + 1) != _STLP_LF)
421 if (peek != _STLP_LF) { //not a <CR><LF> combination
432 *to++ = _STLP_LF;
501 (nextlf = (char *)memchr(nextblock, _STLP_LF, nextblocksize)) != 0) {
507 * ptrtextbuf ++ = _STLP_LF;

Completed in 125 milliseconds