Home
last modified time | relevance | path

Searched defs:ch (Results 1 – 25 of 32) sorted by relevance

12

/MusicPlayer2/scintilla/lexlib/
H A DCharacterSet.h102 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 DAccessor.cxx39 char ch = (*this)[pos]; in IndentAmount() local
H A DStyleContext.h52 int ch; variable
H A DPropSetSimple.cxx28 constexpr bool IsASpaceCharacter(int ch) noexcept { in IsASpaceCharacter()
H A DLexAccessor.h94 bool IsLeadByte(char ch) const { in IsLeadByte()
/MusicPlayer2/scintilla/src/
H A DCharClassify.cxx24 for (int ch = 0; ch < 256; ch++) { in SetDefaultCharClasses() local
50 for (int ch = maxChar - 1; ch >= 0; --ch) { in GetCharsOfClass() local
H A DCharClassify.h21 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 DUniConversion.cxx104 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 DDBCS.cxx14 bool DBCSIsLeadByte(int codePage, char ch) noexcept { in DBCSIsLeadByte()
H A DUniConversion.h47 inline constexpr bool UTF8IsTrailByte(unsigned char ch) noexcept { in UTF8IsTrailByte()
51 inline constexpr bool UTF8IsAscii(int ch) noexcept { in UTF8IsAscii()
H A DCaseFolder.cxx40 void CaseFolderTable::SetTranslation(char ch, char chTranslation) noexcept { in SetTranslation()
H A DPositionCache.h13 inline constexpr bool IsEOLChar(int ch) noexcept { in IsEOLChar()
17 inline constexpr bool IsSpaceOrTab(int ch) noexcept { in IsSpaceOrTab()
H A DCellBuffer.cxx734 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 DDocument.cxx712 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 DScintillaBase.cxx374 void ScintillaBase::AutoCompleteCharacterAdded(char ch) { in AutoCompleteCharacterAdded()
399 void ScintillaBase::AutoCompleteCompleted(char ch, unsigned int completionMethod) { in AutoCompleteCompleted()
H A DCallTip.cxx91 constexpr bool IsArrowCharacter(char ch) noexcept { in IsArrowCharacter()
H A DRESearch.cxx304 static unsigned char escapeValue(unsigned char ch) noexcept { in escapeValue()
H A DXPM.cxx49 unsigned int ValueOfHex(const char ch) noexcept { in ValueOfHex()
/MusicPlayer2/MusicPlayer2/
H A DChinesePingyinRes.cpp42 bool CChinesePingyinRes::IsChineseCharactor(wchar_t ch) in IsChineseCharactor()
63 for (const wchar_t& ch : compared_str_tmp) in IsStringMatchWithPingyin() local
H A DCHotKey.cpp67 wchar_t ch = str_list.back()[0]; in FromString() local
H A DAcceleratorRes.cpp15 static short UnsignedCharToShort(char ch) in UnsignedCharToShort()
H A DCommon.cpp200 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 DInternetCommon.cpp22 for (const auto& ch : str_utf8) in URLEncode() local
H A DIniHelper.cpp269 for (const wchar_t ch : str) in UnEscapeString() local
/MusicPlayer2/scintilla/lexers/
H A DLexLyric.cxx35 static inline bool IsLetterOrNumber(int ch) in IsLetterOrNumber()
52 for (auto ch : strBuff) in ColouriseMakeLine() local

12