Searched defs:code_type (Results 1 – 6 of 6) sorted by relevance
/MusicPlayer2/MusicPlayer2/ |
H A D | Playlist.cpp | 89 CodeType code_type{ CodeType::ANSI }; in SavePlaylistToFile() local
|
H A D | LyricBatchDownloadDlg.cpp | 100 …nloadDlg::SaveLyric(const wchar_t* path, const wstring& lyric_wcs, CodeType code_type, bool* char_… in SaveLyric()
|
H A D | Common.cpp | 510 wstring CCommon::StrToUnicode(const string& str, CodeType code_type, bool auto_utf8) in StrToUnicode() 586 string CCommon::UnicodeToStr(const wstring& wstr, CodeType code_type, bool* char_cannot_convert) in UnicodeToStr() 695 CodeType code_type{ default_code }; in JudgeCodeType() local 1794 wstring CCommon::GetTextResource(UINT id, CodeType code_type) in GetTextResource()
|
H A D | LyricDownloadDlg.cpp | 45 bool CLyricDownloadDlg::SaveLyric(const wchar_t * path, CodeType code_type) in SaveLyric()
|
H A D | IniHelper.cpp | 26 CIniHelper::CIniHelper(UINT id, CodeType code_type) in CIniHelper()
|
H A D | LyricEditDlg.cpp | 105 bool CLyricEditDlg::SaveLyric(wstring path, CodeType code_type) in SaveLyric()
|