Home
last modified time | relevance | path

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

/art/runtime/
Dindenter.h40 const char* eol = static_cast<const char*>(memchr(s, '\n', n)); in xsputn() local
41 while (eol != nullptr) { in xsputn()
42 size_t to_write = eol + 1 - s; in xsputn()
47 eol = static_cast<const char*>(memchr(s, '\n', n)); in xsputn()