Searched refs:isControlChar (Results 1 – 2 of 2) sorted by relevance
74 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()
351 static boolean isControlChar(char c) in isControlChar() method in Utils438 if (isControlChar(buffer.charAt(i))) in removeControlChars()