Home
last modified time | relevance | path

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

/MusicPlayer2/MusicPlayer2/
H A DInternetCommon.cpp19 wstring result{}; in URLEncode() local
39 bool CInternetCommon::GetURL(const wstring & str_url, wstring & result, bool custom_ua, bool allow_… in GetURL()
89 int CInternetCommon::HttpPost(const wstring& str_url, wstring& result) { in HttpPost()
95 int CInternetCommon::HttpPost(const wstring& str_url, wstring& result, const wstring& body, wstring… in HttpPost()
100 int CInternetCommon::HttpPost(const wstring & str_url, wstring & result, const string& body, wstrin… in HttpPost()
471 …g & artist, const wstring & album, const wstring & file_name, bool message, DownloadResult* result) in SearchSongAndGetMatched()
H A DLastFM.cpp147 wstring result; in GetToken() local
188 wstring result; in GetSession() local
235 wstring result; in UpdateNowPlaying() local
324 wstring result; in Love() local
345 wstring result; in Unlove() local
421 wstring result; in Scrobble() local
H A DLyricDownloadDlg.h31 wstring result; member
43 wstring result; member
H A DGaussBlur.cpp136 double result; in GaussBlurThreadProc8() local
191 double result[3]; in GaussBlurThreadProc24() local
H A DPlaylist.cpp29 wstring result = str; in DeleteInvalidCh() local
215 vector<wstring> result; in DisposePlaylistFileLine() local
H A DLyricDownloadCommon.cpp15 bool CLyricDownloadCommon::DownloadLyric(const wstring & song_id, wstring & result, bool download_t… in DownloadLyric()
H A DSimpleXML.cpp47 wstring result; in _GetNode() local
H A DPropertyTabDlg.cpp728 SongInfo result; in OnBnClickedGetTagFromLyricButton() local
743 SongInfo result; in OnBnClickedGetTagFromLyricButton() local
870 bool CPropertyTabDlg::GetTagFromLyrics(SongInfo& song, SongInfo& result) in GetTagFromLyrics()
H A DLyricDownloadDlg.cpp437 wstring result; in LyricSearchThreadFunc() local
455 wstring result; in LyricDownloadThreadFunc() local
803 wstring result; in OnLdPreview() local
H A DCommon.cpp333 void CCommon::StringSplit(const string& str, char div_ch, vector<string>& result, bool skip_empty, … in StringSplit()
401 wstring result; in StringMerge() local
443 wstring result; in TranslateToSimplifiedChinese() local
457 wstring result; in TranslateToTranditionalChinese() local
524 wstring result; in StrToUnicode() local
592 string result; in UnicodeToStr() local
645 wstring result; in ASCIIToUnicode() local
814 wstring result; in GetTemplatePath() local
907 _tstring result = relative_path; in RelativePathToAbsolutePath() local
1250 wstring result; in GetRandomString() local
H A DCTest.cpp220 vector<wstring> result; in TestStringSplit() local
H A DTagSelBaseDlg.cpp78 wstring result = results[index]; in GetTagFromFileName() local
H A DIniHelper.cpp267 wstring result; in UnEscapeString() local
H A DMusicPlayerCmdHelper.cpp305 …ricFiles(const wstring& lyric_name, const wstring& cur_dir, std::vector<std::wstring>& result, boo… in SearchLyricFiles()
H A DMusicPlayerDlg.cpp4286 DownloadResult result{}; in DownloadLyricAndCoverThreadFunc() local
4649 bool result{ false }; in OnDeleteAlbumCover() local
H A DCPlayerUIBase.cpp1660 wstring result; in GetDisplayFormatString() local
H A DTagLibHelper.cpp54 std::wstring result; in TagStringToWstring() local
/MusicPlayer2/scintilla/src/
H A DRunStyles.cxx166 const FillResult<DISTANCE> result{ true, position, fillLength }; in FillRange() local
H A DUniConversion.cxx386 std::string result; in FixInvalidUTF8() local
H A DRESearch.cxx356 int result = -1; in GetBackslashExpression() local
/MusicPlayer2/scintilla/win32/
H A DScintillaWin.cxx3343 const bool result = 0 != scintillaClassAtom; in Register() local
3349 bool result = true; in Unregister() local
3560 const bool result = ScintillaWin::Register(static_cast<HINSTANCE>(hInstance)); in Scintilla_RegisterClasses() local
3567 const bool result = ScintillaWin::Unregister(); in ResourcesRelease() local
/MusicPlayer2/MusicPlayer2/tinyxml2/
H A Dtinyxml2.cpp48 const int result = vsnprintf_s( buffer, size, _TRUNCATE, format, va ); in TIXML_SNPRINTF() local
55 const int result = vsnprintf_s( buffer, size, _TRUNCATE, format, va ); in TIXML_VSNPRINTF() local
H A Dtinyxml2.h387 Item* const result = _root; in Alloc() local