Home
last modified time | relevance | path

Searched refs:isControlChar (Results 1 – 6 of 6) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DFixASCIIControlsReader.java74 if (Utils.isControlChar(c)) in read()
167 else if (ch == ';' && Utils.isControlChar((char) control)) in processChar()
194 else if (ch == ';' && Utils.isControlChar((char) control)) in processChar()
DUtils.java351 static boolean isControlChar(char c) in isControlChar() method in Utils
438 if (isControlChar(buffer.charAt(i))) in removeControlChars()
/external/catch2/include/internal/
Dcatch_test_spec_parser.cpp67 if( !isControlChar( c ) ) { in visitChar()
103 if( !isControlChar( c ) ) in processOtherChar()
132 bool TestSpecParser::isControlChar( char c ) const { in isControlChar() function in Catch::TestSpecParser
Dcatch_test_spec_parser.h51 bool isControlChar( char c ) const;
/external/catch2/single_include/catch2/
Dcatch.hpp5190 bool isControlChar( char c ) const;
14492 if( !isControlChar( c ) ) { in visitChar()
14528 if( !isControlChar( c ) ) in processOtherChar()
14557 bool TestSpecParser::isControlChar( char c ) const { in isControlChar() function in Catch::TestSpecParser
/external/libabigail/tests/lib/
Dcatch.hpp5221 bool isControlChar( char c ) const;
14697 if( !isControlChar( c ) ) { in visitChar()
14733 if( !isControlChar( c ) ) in processOtherChar()
14762 bool TestSpecParser::isControlChar( char c ) const { in isControlChar() function in Catch::TestSpecParser