Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/strings/
H A Dstring_split.cc118 return internal::SplitStringUsingSubstrT<std::u16string>( in SplitStringUsingSubstr()
126 return internal::SplitStringUsingSubstrT<std::string>( in SplitStringUsingSubstr()
136 return internal::SplitStringUsingSubstrT<StringPiece16>( in SplitStringPieceUsingSubstr()
145 return internal::SplitStringUsingSubstrT<StringPiece>( in SplitStringPieceUsingSubstr()
H A Dstring_split_win.cc45 return internal::SplitStringUsingSubstrT<std::wstring>( in SplitStringUsingSubstr()
54 return internal::SplitStringUsingSubstrT<std::wstring_view>( in SplitStringPieceUsingSubstr()
H A Dstring_split_internal.h68 std::vector<OutputStringType> SplitStringUsingSubstrT( in SplitStringUsingSubstrT() function
/aosp_15_r20/external/libchrome/base/strings/
H A Dstring_split.cc134 void SplitStringUsingSubstrT(BasicStringPiece<Str> input, in SplitStringUsingSubstrT() function
235 SplitStringUsingSubstrT(input, delimiter, whitespace, result_type, &result); in SplitStringUsingSubstr()
244 SplitStringUsingSubstrT(input, delimiter, whitespace, result_type, &result); in SplitStringUsingSubstr()
254 SplitStringUsingSubstrT(input, delimiter, whitespace, result_type, &result); in SplitStringPieceUsingSubstr()
264 SplitStringUsingSubstrT(input, delimiter, whitespace, result_type, &result); in SplitStringPieceUsingSubstr()