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

  /external/webrtc/webrtc/base/
stringencode_unittest.cc 304 EXPECT_EQ(3ul, tokenize_with_empty_tokens("a.b.c", '.', &fields));
309 EXPECT_EQ(3ul, tokenize_with_empty_tokens("..c", '.', &fields));
314 EXPECT_EQ(1ul, tokenize_with_empty_tokens("", '.', &fields));
stringencode.h 150 size_t tokenize_with_empty_tokens(const std::string& source,
  /external/webrtc/talk/app/webrtc/
peerconnection.cc 275 rtc::tokenize_with_empty_tokens(hoststring, '@', &tokens);
    [all...]

Completed in 255 milliseconds