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

  /external/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;
  /ndk/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 491 milliseconds