Home
last modified time | relevance | path

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

/MusicPlayer2/MusicPlayer2/
H A DLyricRelateDlg.cpp77 bool fuzzy_match{ m_fuzzy_match_chk.GetCheck() != 0 }; in SearchLyrics() local
H A DMusicPlayerCmdHelper.cpp305 …t wstring& lyric_name, const wstring& cur_dir, std::vector<std::wstring>& result, bool fuzzy_match) in SearchLyricFiles()
388 std::wstring CMusicPlayerCmdHelper::SearchLyricFile(const SongInfo& song, bool fuzzy_match) in SearchLyricFile()