Searched refs:start_of_line (Results 1 – 4 of 4) sorted by relevance
/external/chromium/third_party/libjingle/source/talk/p2p/client/ |
D | httpportallocator.cc | 60 size_t start_of_line = 0; in ParseMap() local 64 start_of_line = string.find_first_not_of("\r\n", end_of_line); in ParseMap() 65 if (start_of_line == std::string::npos) in ParseMap() 68 end_of_line = string.find_first_of("\r\n", start_of_line); in ParseMap() 73 size_t equals = string.find('=', start_of_line); in ParseMap() 77 std::string key(string, start_of_line, equals - start_of_line); in ParseMap()
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/ |
D | httpportallocator.cc | 62 size_t start_of_line = 0; in ParseMap() local 66 start_of_line = string.find_first_not_of("\r\n", end_of_line); in ParseMap() 67 if (start_of_line == std::string::npos) in ParseMap() 70 end_of_line = string.find_first_of("\r\n", start_of_line); in ParseMap() 75 size_t equals = string.find('=', start_of_line); in ParseMap() 79 std::string key(string, start_of_line, equals - start_of_line); in ParseMap()
|
/external/v8/src/ |
D | v8utils.cc | 314 const char* start_of_line = data_; in EnsureIsAscii() local 324 int char_no = static_cast<int>(p - start_of_line) - 1; in EnsureIsAscii() 351 start_of_line = p; in EnsureIsAscii()
|
/external/valgrind/main/perf/ |
D | tinycc.c | 7849 int a, start_of_line, c; in preprocess_skip() local 7853 start_of_line = 1; in preprocess_skip() 7867 start_of_line = 1; in preprocess_skip() 7903 if (start_of_line) { in preprocess_skip() 7920 start_of_line = 0; in preprocess_skip()
|