Home
last modified time | relevance | path

Searched defs:upper (Results 1 – 6 of 6) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DCaseConvert.cxx679 void AddSymmetric(enum CaseConversion conversion, int lower,int upper) { in AddSymmetric()
702 const int upper = symmetricCaseConversionRanges[i++]; in SetupConversions() local
712 const int upper = symmetricCaseConversions[i++]; in SetupConversions() local
H A DPartitioning.h205 T upper = Partitions(); in PartitionFromPosition() local
H A DPositionCache.cxx230 Sci::Position upper = range.end; in FindBefore() local
/MusicPlayer2/MusicPlayer2/
H A DFilePathHelper.cpp15 wstring CFilePathHelper::GetFileExtension(bool upper, bool width_dot) const in GetFileExtension()
H A DSpinEdit.cpp21 void CSpinEdit::SetRange(short lower, short upper, short step) in SetRange()
H A DCommon.h502 inline bool CCommon::StringTransform(T& str, bool upper) in StringTransform()