Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/tests/
Dvalidation_test_input_parser.cc195 const char kEndOfLineChars[] = "\n\r"; in GetNextItem() local
210 input_cursor_ = input_.find_first_of(kEndOfLineChars, input_cursor_); in GetNextItem()