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

  /ndk/sources/host-tools/ndk-stack/
ndk-stack-parser.c 106 static const char* next_separator(const char* str);
249 next_separator(const char* str) function
257 str = next_separator(str);
265 const char* end = next_separator(start);
  /external/webrtc/src/system_wrappers/source/
data_log_unittest.cc 99 size_t next_separator = line.find(',', *line_position); local
100 EXPECT_NE(next_separator, std::string::npos);
101 if (next_separator == std::string::npos)
104 next_separator - *line_position + 1);
105 *line_position = next_separator + 1;

Completed in 209 milliseconds