Searched refs:start_of_line (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/client/
H A Dhttpportallocator.cc60 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/v8/src/
H A Dv8utils.cc314 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 110 milliseconds