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

Function IsASpaceCharacter

scintilla/lexlib/PropSetSimple.cxx:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52static bool IsASpaceCharacter(unsigned int ch) {
53 return (ch == ' ') || ((ch >= 0x09) && (ch <= 0x0d));
54}
55
56void PropSetSimple::Set(const char *keyVal) {
57 while (IsASpaceCharacter(*keyVal))

Callers 1

SetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected