Home
last modified time | relevance | path

Searched defs:_StringSplit (Results 1 – 1 of 1) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DCommon.cpp284 static void _StringSplit(const T& str, wchar_t div_ch, vector<T>& results, bool skip_empty, bool tr… in _StringSplit() function
304 void _StringSplit(const T& str, const T& div_str, vector<T>& results, bool skip_empty /*= true*/, b… in _StringSplit() function