Searched refs:asciiFirst (Results 1 – 2 of 2) sorted by relevance
106 final int asciiFirst = 0x20; in isPrintableAscii() local108 return (asciiFirst <= c && c <= asciiLast) || c == '\r' || c == '\n'; in isPrintableAscii()449 final int asciiFirst = 0x20; in containsOnlyNonCrLfPrintableAscii() local458 if (!(asciiFirst <= c && c <= asciiLast)) { in containsOnlyNonCrLfPrintableAscii()555 final int asciiFirst = 0x20; in isV21Word() local560 if (!(asciiFirst <= c && c <= asciiLast) || in isV21Word()601 final int asciiFirst = 0x20; in toStringAsParamValue() local608 if (codePoint < asciiFirst || codePoint == '"') { in toStringAsParamValue()
1436 final int asciiFirst = 0x20; in isPrintableAscii() local1438 return (asciiFirst <= c && c <= asciiLast) || c == '\r' || c == '\n'; in isPrintableAscii()