Home
last modified time | relevance | path

Searched refs:_STLP_LF (Results 1 – 1 of 1) sorted by relevance

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