Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProgerXP/Notepad2e
/ IsASpace
Function
IsASpace
scintilla/lexlib/CharacterSet.h:91–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
// Functions for classifying characters
90
91
inline bool IsASpace(int ch) {
92
return (ch ==
' '
) || ((ch >= 0x09) && (ch <= 0x0d));
93
}
94
95
inline bool IsASpaceOrTab(int ch) {
96
return (ch ==
' '
) || (ch ==
'\t'
);
Callers
15
Colourise4glDoc
Function · 0.85
ColouriseFlagShipDoc
Function · 0.85
Lex
Method · 0.85
ColouriseMatlabOctaveDoc
Function · 0.85
ColouriseDocument
Function · 0.85
IsSeparatorOrDelimiterCharacter
Function · 0.85
Lex
Method · 0.85
ColouriseBaanDoc
Function · 0.85
segIsScriptingIndicator
Function · 0.85
ColouriseHyperTextDoc
Function · 0.85
Lex
Method · 0.85
Fold
Method · 0.85
Calls
no outgoing calls
Tested by
1
ColouriseSpecmanDoc
Function · 0.68