Searched refs:tokenize_with_empty_tokens (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/rtc_base/ |
D | string_encode_unittest.cc | 225 EXPECT_EQ(3ul, tokenize_with_empty_tokens("a.b.c", '.', &fields)); in TEST() 230 EXPECT_EQ(3ul, tokenize_with_empty_tokens("..c", '.', &fields)); in TEST() 235 EXPECT_EQ(1ul, tokenize_with_empty_tokens("", '.', &fields)); in TEST()
|
D | string_encode.h | 76 size_t tokenize_with_empty_tokens(const std::string& source,
|
D | string_encode.cc | 174 size_t tokenize_with_empty_tokens(const std::string& source, in tokenize_with_empty_tokens() function
|
/external/webrtc/pc/ |
D | ice_server_parsing.cc | 156 rtc::tokenize_with_empty_tokens(url, '?', &tokens); in ParseIceServerUrl() 161 rtc::tokenize_with_empty_tokens(uri_transport_param, '=', &tokens); in ParseIceServerUrl()
|
D | sdp_serializer.cc | 103 rtc::tokenize_with_empty_tokens(str, kDelimiterSemicolonChar, &tokens); in ParseSimulcastLayerList() 115 rtc::tokenize_with_empty_tokens(token, kDelimiterCommaChar, &rid_tokens); in ParseSimulcastLayerList()
|