/MusicPlayer2/scintilla/lexlib/ |
H A D | CharacterSet.h | 102 bool Contains(char ch) const noexcept { in Contains() 111 constexpr bool IsASpace(int ch) noexcept { in IsASpace() 115 constexpr bool IsASpaceOrTab(int ch) noexcept { in IsASpaceOrTab() 119 constexpr bool IsADigit(int ch) noexcept { in IsADigit() 123 constexpr bool IsADigit(int ch, int base) noexcept { in IsADigit() 133 constexpr bool IsASCII(int ch) noexcept { in IsASCII() 137 constexpr bool IsLowerCase(int ch) noexcept { in IsLowerCase() 141 constexpr bool IsUpperCase(int ch) noexcept { in IsUpperCase() 145 constexpr bool IsUpperOrLowerCase(int ch) noexcept { in IsUpperOrLowerCase() 149 constexpr bool IsAlphaNumeric(int ch) noexcept { in IsAlphaNumeric() [all …]
|
H A D | Accessor.cxx | 39 char ch = (*this)[pos]; in IndentAmount() local
|
H A D | StyleContext.h | 52 int ch; variable
|
H A D | PropSetSimple.cxx | 28 constexpr bool IsASpaceCharacter(int ch) noexcept { in IsASpaceCharacter()
|
H A D | LexAccessor.h | 94 bool IsLeadByte(char ch) const { in IsLeadByte()
|
/MusicPlayer2/scintilla/src/ |
H A D | CharClassify.cxx | 24 for (int ch = 0; ch < 256; ch++) { in SetDefaultCharClasses() local 50 for (int ch = maxChar - 1; ch >= 0; --ch) { in GetCharsOfClass() local
|
H A D | CharClassify.h | 21 cc GetClass(unsigned char ch) const noexcept { return static_cast<cc>(charClass[ch]);} in GetClass() 22 bool IsWord(unsigned char ch) const noexcept { return static_cast<cc>(charClass[ch]) == ccWord;} in IsWord()
|
H A D | UniConversion.cxx | 104 const unsigned char ch = svu8[i]; in UTF16Length() local 122 unsigned char ch = svu8[i]; in UTF16FromUTF8() local 181 const unsigned char ch = svu8[i]; in UTF32Length() local 192 unsigned char ch = svu8[i]; in UTF32FromUTF8() local
|
H A D | DBCS.cxx | 14 bool DBCSIsLeadByte(int codePage, char ch) noexcept { in DBCSIsLeadByte()
|
H A D | UniConversion.h | 47 inline constexpr bool UTF8IsTrailByte(unsigned char ch) noexcept { in UTF8IsTrailByte() 51 inline constexpr bool UTF8IsAscii(int ch) noexcept { in UTF8IsAscii()
|
H A D | CaseFolder.cxx | 40 void CaseFolderTable::SetTranslation(char ch, char chTranslation) noexcept { in SetTranslation()
|
H A D | PositionCache.h | 13 inline constexpr bool IsEOLChar(int ch) noexcept { in IsEOLChar() 17 inline constexpr bool IsSpaceOrTab(int ch) noexcept { in IsSpaceOrTab()
|
H A D | CellBuffer.cxx | 734 const unsigned char ch = s[i]; in ContainsLineEnd() local 897 const unsigned char ch = substance.ValueAt(position + i); in ResetLineEnds() local 1010 unsigned char ch = 0; in BasicInsertString() local 1185 unsigned char ch = chNext; in BasicDeleteChars() local
|
H A D | Document.cxx | 712 const unsigned char ch = cb.UCharAt(pos); in MovePositionOutsideChar() local 791 const unsigned char ch = cb.UCharAt(pos); in NextPosition() local 1127 static constexpr bool IsSpaceOrTab(int ch) noexcept { in IsSpaceOrTab() 1149 const unsigned char ch = text[j]; in SafeSegment() local 1498 const char ch = cb.CharAt(i); in GetLineIndentation() local 1543 const char ch = cb.CharAt(i); in GetColumn() local 1594 const char ch = cb.CharAt(position); in FindColumn() local 2144 const char ch = CharAt(pos + indexSearch); in FindText() local 2489 static bool IsASCIIPunctuationCharacter(unsigned int ch) noexcept { in IsASCIIPunctuationCharacter() 2640 static char BraceOpposite(char ch) noexcept { in BraceOpposite()
|
H A D | ScintillaBase.cxx | 374 void ScintillaBase::AutoCompleteCharacterAdded(char ch) { in AutoCompleteCharacterAdded() 399 void ScintillaBase::AutoCompleteCompleted(char ch, unsigned int completionMethod) { in AutoCompleteCompleted()
|
H A D | CallTip.cxx | 91 constexpr bool IsArrowCharacter(char ch) noexcept { in IsArrowCharacter()
|
H A D | RESearch.cxx | 304 static unsigned char escapeValue(unsigned char ch) noexcept { in escapeValue()
|
H A D | XPM.cxx | 49 unsigned int ValueOfHex(const char ch) noexcept { in ValueOfHex()
|
/MusicPlayer2/MusicPlayer2/ |
H A D | ChinesePingyinRes.cpp | 42 bool CChinesePingyinRes::IsChineseCharactor(wchar_t ch) in IsChineseCharactor() 63 for (const wchar_t& ch : compared_str_tmp) in IsStringMatchWithPingyin() local
|
H A D | CHotKey.cpp | 67 wchar_t ch = str_list.back()[0]; in FromString() local
|
H A D | AcceleratorRes.cpp | 15 static short UnsignedCharToShort(char ch) in UnsignedCharToShort()
|
H A D | Common.cpp | 200 bool CCommon::IsDivideChar(wchar_t ch) in IsDivideChar() 212 for (const auto& ch : str) in StrIsNumber() local 220 bool CCommon::CharIsNumber(wchar_t ch) in CharIsNumber() 646 for (const char& ch : ascii) in ASCIIToUnicode() local 746 bool CCommon::StringCharacterReplace(wstring& str, wchar_t ch, wchar_t ch_replaced) in StringCharacterReplace() 1679 LPTSTR ch = new TCHAR[fileDlg.m_ofn.nMaxFile]; in DoOpenFileDlg() local
|
H A D | InternetCommon.cpp | 22 for (const auto& ch : str_utf8) in URLEncode() local
|
H A D | IniHelper.cpp | 269 for (const wchar_t ch : str) in UnEscapeString() local
|
/MusicPlayer2/scintilla/lexers/ |
H A D | LexLyric.cxx | 35 static inline bool IsLetterOrNumber(int ch) in IsLetterOrNumber() 52 for (auto ch : strBuff) in ColouriseMakeLine() local
|