Home
last modified time | relevance | path

Searched defs:c (Results 1 – 11 of 11) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DRESearch.cxx289 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 DUniConversion.cxx113 constexpr unsigned char TrailByteValue(unsigned char c) { in TrailByteValue()
H A DXPM.cxx130 for (int c=0; c<nColours; c++) { in Init() local
H A DEditor.cxx218 const char c[2] = { static_cast<char>(j), 0 }; in SetRepresentations() local
4286 void Editor::DisplayCursor(Window::Cursor c) { in DisplayCursor()
H A DEditView.cxx616 for (int c = 1; c < charWidth; c++) { in UpdateBidiData() local
H A DDocument.cxx2623 static constexpr bool IsLineEndChar(char c) noexcept { in IsLineEndChar()
/MusicPlayer2/scintilla/lexlib/
H A DCharacterCategory.cxx3981 const CharacterCategory c = CategoriseCharacter(character); in IsIdStart() local
3996 const CharacterCategory c = CategoriseCharacter(character); in IsIdContinue() local
/MusicPlayer2/MusicPlayer2/
H A Dmd5.cpp58 auto c = v[2]; in md5Hash() local
186 unsigned char c = *i; in str_hex() local
/MusicPlayer2/scintilla/include/
H A DPlatform.h572 #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 DPlatWin.cxx896 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 DScintillaWin.cxx690 void ScintillaWin::DisplayCursor(Window::Cursor c) { in DisplayCursor()