OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kNewLineChar
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/Common/
StdInStream.cpp
17
static const char
kNewLineChar
= '\n';
65
if (c ==
kNewLineChar
)
StdOutStream.cpp
17
static const char
kNewLineChar
= '\n';
63
return outStream <<
kNewLineChar
;
Completed in 89 milliseconds