Searched defs:trim (Results 1 – 1 of 1) sorted by relevance
/MusicPlayer2/MusicPlayer2/ |
H A D | Common.cpp | 249 …n::StringSplitLine(const wstring& source_str, vector<wstring>& results, bool skip_empty, bool trim) in StringSplitLine() 284 …tic void _StringSplit(const T& str, wchar_t div_ch, vector<T>& results, bool skip_empty, bool trim) in _StringSplit() 304 …ingSplit(const T& str, const T& div_str, vector<T>& results, bool skip_empty /*= true*/, bool trim) in _StringSplit() 323 …ringSplit(const wstring& str, wchar_t div_ch, vector<wstring>& results, bool skip_empty, bool trim) in StringSplit() 328 …ring& str, const wstring& div_str, vector<wstring>& results, bool skip_empty /*= true*/, bool trim) in StringSplit() 333 …on::StringSplit(const string& str, char div_ch, vector<string>& result, bool skip_empty, bool trim) in StringSplit() 338 …plit(const string& str, const string& div_str, vector<string>& results, bool skip_empty, bool trim) in StringSplit()
|