Searched refs:asciiFirst (Results 1 – 2 of 2) sorted by relevance
103 final int asciiFirst = 0x20; in isPrintableAscii() local105 return (asciiFirst <= c && c <= asciiLast) || c == '\r' || c == '\n'; in isPrintableAscii()455 final int asciiFirst = 0x20; in containsOnlyNonCrLfPrintableAscii() local464 if (!(asciiFirst <= c && c <= asciiLast)) { in containsOnlyNonCrLfPrintableAscii()561 final int asciiFirst = 0x20; in isV21Word() local566 if (!(asciiFirst <= c && c <= asciiLast) || in isV21Word()607 final int asciiFirst = 0x20; in toStringAsParamValue() local614 if (codePoint < asciiFirst || codePoint == '"') { in toStringAsParamValue()
1708 final int asciiFirst = 0x20; in isPrintableAscii() local1710 return (asciiFirst <= c && c <= asciiLast) || c == '\r' || c == '\n'; in isPrintableAscii()