Home
last modified time | relevance | path

Searched refs:tokenize_with_empty_tokens (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/base/
Dstringencode_unittest.cc304 EXPECT_EQ(3ul, tokenize_with_empty_tokens("a.b.c", '.', &fields)); in TEST()
309 EXPECT_EQ(3ul, tokenize_with_empty_tokens("..c", '.', &fields)); in TEST()
314 EXPECT_EQ(1ul, tokenize_with_empty_tokens("", '.', &fields)); in TEST()
Dstringencode.h150 size_t tokenize_with_empty_tokens(const std::string& source,
Dstringencode.cc575 size_t tokenize_with_empty_tokens(const std::string& source, in tokenize_with_empty_tokens() function
/external/webrtc/talk/app/webrtc/
Dpeerconnection.cc275 rtc::tokenize_with_empty_tokens(hoststring, '@', &tokens); in ParseIceServerUrl()