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

  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/details/
fstream_win32io.cpp 384 #define _STLP_CR 13
409 if (*from != _STLP_CR)
414 *to++ = _STLP_CR;
422 *to++ = _STLP_CR;
423 if ((to < buf + n) && (peek != _STLP_CR))
425 //_STLP_CR character, we can store it.
444 *to++ = _STLP_CR;
506 * ptrtextbuf ++ = _STLP_CR;
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/details/
fstream_win32io.cpp 384 #define _STLP_CR 13
409 if (*from != _STLP_CR)
414 *to++ = _STLP_CR;
422 *to++ = _STLP_CR;
423 if ((to < buf + n) && (peek != _STLP_CR))
425 //_STLP_CR character, we can store it.
444 *to++ = _STLP_CR;
506 * ptrtextbuf ++ = _STLP_CR;

Completed in 70 milliseconds