OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:C_NEW_LINE
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/iotest/
stream.cpp
45
const char
C_NEW_LINE
[] = {0x0d,0x0a,0};
49
const char
C_NEW_LINE
[] = {'\n',0};
/external/icu4c/test/iotest/
stream.cpp
40
const char
C_NEW_LINE
[] = {0x0d,0x0a,0};
44
const char
C_NEW_LINE
[] = {'\n',0};
Completed in 28 milliseconds