HomeSort by relevance Sort by last modified time
    Searched refs:end_of_line (Results 1 - 6 of 6) sorted by null

  /external/e2fsprogs/lib/ss/
parse.c 74 goto end_of_line;
99 goto end_of_line;
136 end_of_line:
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
httpportallocator.cc 61 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/
logging.cc 543 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 - line)
    [all...]
  /ndk/sources/host-tools/make-3.81/
job.c     [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
streams.rb 542 def end_of_line?
    [all...]
  /external/v8/src/
jsregexp.cc 3955 RegExpNode* end_of_line = ActionNode::BeginSubmatch( local
    [all...]

Completed in 1202 milliseconds