Searched refs:isLws (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/security/sasl/digest/
H A DDigestMD5Base.java667 } else if (isLws(bch)) {
709 } else if (isLws(bch) || bch == ',') {
748 private static boolean isLws(byte b) { method in class:DigestMD5Base
763 if (!isLws(buf[i])) {

Completed in 179 milliseconds