Home | History | Annotate | Download | only in base

Lines Matching refs:str

18 // Splits |str| into a vector of strings delimited by |s|. Append the results
20 // |str| begins with or ends with |s|, then an empty string is inserted.
26 BASE_API void SplitString(const std::wstring& str,
30 BASE_API void SplitString(const string16& str,
33 // |str| should not be in a multi-byte encoding like Shift-JIS or GBK in which
37 BASE_API void SplitString(const std::string& str,
53 BASE_API void SplitStringUsingSubstr(const string16& str,
56 BASE_API void SplitStringUsingSubstr(const std::string& str,
62 BASE_API void SplitStringDontTrim(const string16& str,
65 // |str| should not be in a multi-byte encoding like Shift-JIS or GBK in which
69 BASE_API void SplitStringDontTrim(const std::string& str,
81 BASE_API void SplitStringAlongWhitespace(const std::wstring& str,
83 BASE_API void SplitStringAlongWhitespace(const string16& str,
85 BASE_API void SplitStringAlongWhitespace(const std::string& str,