Home
last modified time | relevance | path

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

/MusicPlayer2/MusicPlayer2/
H A DCommon.h406 static void SetNumRange(T& num, const T& min_value, const T& max_value) in SetNumRange()
H A DPropertyDlgHelper.cpp238 int num = static_cast<int>(song_list.size()); in GetMultiValue() local
H A DCommon.cpp1439 ULONG num{}; in GetThreadLanguageList() local
1719 int num; in FileAutoRename() local
1753 void CCommon::SetNumberBit(unsigned short& num, int bit, bool value) in SetNumberBit()
1765 bool CCommon::GetNumberBit(unsigned short num, int bit) in GetNumberBit()
H A DCPlayerUIBase.cpp2999 void CPlayerUIBase::DrawStackIndicator(UIButton indicator, int num, int index) in DrawStackIndicator()
H A DTagLibHelper.cpp76 static bool IsStringNumber(std::wstring str, int num) in IsStringNumber()