Searched refs:isControlChar (Results 1 – 1 of 1) sorted by relevance
5171 bool isControlChar( char c ) const;14461 if( !isControlChar( c ) ) { in visitChar()14497 if( !isControlChar( c ) ) in processOtherChar()14526 bool TestSpecParser::isControlChar( char c ) const { in isControlChar() function in Catch::TestSpecParser