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

  /external/chromium/third_party/libjingle/source/talk/p2p/client/
httpportallocator.cc 60 size_t start_of_line = 0; local
64 start_of_line = string.find_first_not_of("\r\n", end_of_line);
65 if (start_of_line == std::string::npos)
68 end_of_line = string.find_first_of("\r\n", start_of_line);
73 size_t equals = string.find('=', start_of_line);
77 std::string key(string, start_of_line, equals - start_of_line);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
httpportallocator.cc 62 size_t start_of_line = 0; local
66 start_of_line = string.find_first_not_of("\r\n", end_of_line);
67 if (start_of_line == std::string::npos)
70 end_of_line = string.find_first_of("\r\n", start_of_line);
75 size_t equals = string.find('=', start_of_line);
79 std::string key(string, start_of_line, equals - start_of_line);
  /external/v8/src/
v8utils.cc 314 const char* start_of_line = data_; local
324 int char_no = static_cast<int>(p - start_of_line) - 1;
351 start_of_line = p;

Completed in 130 milliseconds