Searched refs:NON_PRINTABLE (Results 1 – 4 of 4) sorted by relevance
27 Matcher matcher = StreamReader.NON_PRINTABLE.matcher("test"); in testCheckPrintable()39 Matcher matcher = StreamReader.NON_PRINTABLE.matcher("test\u0005 fail"); in testCheckNonPrintable()60 Matcher matcher = StreamReader.NON_PRINTABLE.matcher(str); in testCheckAll()
32 public final static Pattern NON_PRINTABLE = Pattern field in StreamReader64 Matcher em = NON_PRINTABLE.matcher(data); in checkPrintable()
36 Pattern pattern = StreamReader.NON_PRINTABLE; in testBinaryPattern()
115 if (StreamReader.NON_PRINTABLE.matcher(value).find()) { in representData()