Searched refs:asciiFirst (Results 1 – 1 of 1) sorted by relevance
1841 final int asciiFirst = 0x20; in isPrintableAscii() local1843 return (asciiFirst <= c && c <= asciiLast) || c == '\r' || c == '\n'; in isPrintableAscii()