MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / IsControlCharacter

Function IsControlCharacter

scintilla/src/PositionCache.cxx:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41#endif
42
43static inline bool IsControlCharacter(int ch) {
44 // iscntrl returns true for lots of chars > 127 which are displayable
45 return ch >= 0 && ch < ' ';
46}
47
48LineLayout::LineLayout(int maxLineLength_) :
49 lineStarts(0),

Callers 1

NextMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected