Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Utility/
DStringList.cpp156 const char *k_newline_chars = "\r\n"; in SplitIntoLines() local
160 size_t count = strcspn(p, k_newline_chars); in SplitIntoLines()