Home
last modified time | relevance | path

Searched defs:cc (Results 1 – 4 of 4) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DCharClassify.h17 enum cc { ccSpace, ccNewLine, ccWord, ccPunctuation }; enum
H A DViewStyle.cxx346 const char cc[2] = { static_cast<char>(controlCharSymbol), '\0' }; in Refresh() local
H A DEditView.cxx1964 const char cc[2] = { static_cast<char>(vsDraw.controlCharSymbol), '\0' }; in DrawForeground() local
H A DDocument.cxx1737 const CharacterCategory cc = charMap.CategoryFor(ch); in WordCharacterClass() local