Searched refs:end_of_line (Results 1 - 5 of 5) sorted by relevance

/external/e2fsprogs/lib/ss/
H A Dparse.c74 goto end_of_line;
99 goto end_of_line;
136 end_of_line:
/external/chromium/third_party/libjingle/source/talk/p2p/client/
H A Dhttpportallocator.cc61 size_t end_of_line = 0; local
64 start_of_line = string.find_first_not_of("\r\n", end_of_line);
68 end_of_line = string.find_first_of("\r\n", start_of_line);
69 if (end_of_line == std::string::npos) {
70 end_of_line = string.length();
74 if ((equals >= end_of_line) || (equals == std::string::npos))
78 std::string value(string, equals + 1, end_of_line - equals - 1);
/external/chromium/third_party/libjingle/source/talk/base/
H A Dlogging.cc543 const unsigned char* end_of_line = strchrn<unsigned char>(udata, local
546 if (!end_of_line) {
547 udata = end_of_line = end;
549 udata = end_of_line + 1;
557 if (consecutive_unprintable && ((end_of_line - line) < kMinPrintableLine)) {
563 for (const unsigned char* pos = line; pos < end_of_line; ++pos) {
589 while ((end_of_line > line) && isspace(*(end_of_line-1))) {
590 --end_of_line;
593 std::string substr(reinterpret_cast<const char*>(line), end_of_line
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dstreams.rb542 def end_of_line?
/external/v8/src/
H A Djsregexp.cc3955 RegExpNode* end_of_line = ActionNode::BeginSubmatch( local
3960 GuardedAlternative eol_alternative(end_of_line);

Completed in 117 milliseconds