Searched refs:tokenize_with_empty_tokens (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/base/ |
D | stringencode_unittest.cc | 304 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()
|
D | stringencode.h | 150 size_t tokenize_with_empty_tokens(const std::string& source,
|
D | stringencode.cc | 575 size_t tokenize_with_empty_tokens(const std::string& source, in tokenize_with_empty_tokens() function
|
/external/webrtc/talk/app/webrtc/ |
D | peerconnection.cc | 275 rtc::tokenize_with_empty_tokens(hoststring, '@', &tokens); in ParseIceServerUrl()
|