Searched defs:skipLws (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/security/sasl/digest/
H A DDigestMD5Base.java637 int i = skipLws(buf, 0);
648 i = skipLws(buf, i+1);
655 i = skipLws(buf, i+1); // Skip to next nonwhitespace
669 i = skipLws(buf, i+1);
718 i = skipLws(buf, i+1); // Skip separator and LWS
760 private static int skipLws(byte[] buf, int start) { method in class:DigestMD5Base

Completed in 34 milliseconds