OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:has_trailing_newline
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/test/logging/win/
mof_data_parser.cc
22
bool
has_trailing_newline
= (string_length > 0 && str_scan[-1] == '\n');
local
24
has_trailing_newline
? string_length - 1 : string_length);
Completed in 44 milliseconds