Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc891 static bool ascii_isnewline(char c) { return c == '\n' || c == '\r'; } in ascii_isnewline() function
895 if (ascii_isnewline((*input)[len])) { in ReadLine()