Home
last modified time | relevance | path

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

/MusicPlayer2/MusicPlayer2/
H A DLyricBatchDownloadDlg.cpp100 …Lyric(const wchar_t* path, const wstring& lyric_wcs, CodeType code_type, bool* char_cannot_convert) in SaveLyric()
404 bool char_cannot_convert; in ThreadFunc() local
H A Dmd5.cpp204 void MD5::Update(std::wstring data, CodeType code, bool* char_cannot_convert) { in Update()
H A DCommon.cpp586 string CCommon::UnicodeToStr(const wstring& wstr, CodeType code_type, bool* char_cannot_convert) in UnicodeToStr()