Searched defs:c (Results 1 – 11 of 11) sorted by relevance
/MusicPlayer2/scintilla/src/ |
H A D | RESearch.cxx | 289 void RESearch::ChSet(unsigned char c) noexcept { in ChSet() 293 void RESearch::ChSetWithCase(unsigned char c, bool caseSensitive) noexcept { in ChSetWithCase() 355 int c; in GetBackslashExpression() local 559 const int c = GetBackslashExpression(p, incr); in Compile() local 673 int c = GetBackslashExpression(p, incr); in Compile() local 708 unsigned char c = *p; in Compile() local 755 unsigned char c; in Execute() local 834 static inline int isinset(const char *ap, unsigned char c) noexcept { in isinset() 847 int op, c, n; in PMatch() local
|
H A D | UniConversion.cxx | 113 constexpr unsigned char TrailByteValue(unsigned char c) { in TrailByteValue()
|
H A D | XPM.cxx | 130 for (int c=0; c<nColours; c++) { in Init() local
|
H A D | Editor.cxx | 218 const char c[2] = { static_cast<char>(j), 0 }; in SetRepresentations() local 4286 void Editor::DisplayCursor(Window::Cursor c) { in DisplayCursor()
|
H A D | EditView.cxx | 616 for (int c = 1; c < charWidth; c++) { in UpdateBidiData() local
|
H A D | Document.cxx | 2623 static constexpr bool IsLineEndChar(char c) noexcept { in IsLineEndChar()
|
/MusicPlayer2/scintilla/lexlib/ |
H A D | CharacterCategory.cxx | 3981 const CharacterCategory c = CategoriseCharacter(character); in IsIdStart() local 3996 const CharacterCategory c = CategoriseCharacter(character); in IsIdContinue() local
|
/MusicPlayer2/MusicPlayer2/ |
H A D | md5.cpp | 58 auto c = v[2]; in md5Hash() local 186 unsigned char c = *i; in str_hex() local
|
/MusicPlayer2/scintilla/include/ |
H A D | Platform.h | 572 #define PLATFORM_ASSERT(c) ((void)0) argument 574 #define PLATFORM_ASSERT(c) ((c) ? (void)(0) : Scintilla::Platform::Assert(#c, __FILE__, __LINE__)) argument
|
/MusicPlayer2/scintilla/win32/ |
H A D | PlatWin.cxx | 896 for (LONG c=0; c<corner; c++) { in AlphaRectangle() local 3497 void Platform::Assert(const char *c, const char *file, int line) { in Assert()
|
H A D | ScintillaWin.cxx | 690 void ScintillaWin::DisplayCursor(Window::Cursor c) { in DisplayCursor()
|