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