Searched defs:isControlCharacter (Results 1 – 5 of 5) sorted by relevance
47 static inline bool isControlCharacter(char ch) { return ch > 0 && ch <= 0x1F; } in isControlCharacter() function
133 static inline bool isControlCharacter(char ch) { return ch > 0 && ch <= 0x1F; } in isControlCharacter() function