Lines Matching defs:buf
771 boolean first, boolean encodingWord, StringBuffer buf)
793 avail, prefix, first, encodingWord, buf);
795 avail, prefix, false, encodingWord, buf);
815 buf.append("\r\n "); // start a continuation line
817 buf.append(" "); // line will be folded later
819 buf.append(prefix);
821 buf.append((char)encodedBytes[i]);
822 buf.append("?="); // terminate the current sequence
949 StringBuffer buf = new StringBuffer();
951 buf.append(word.substring(start, i));
970 buf.append(s);
976 buf.append(word.substring(start));
977 return buf.toString();
1550 byte buf[] = null;
1553 buf = new byte[block];
1557 if ((len = is.read(buf, 0, block)) == -1)
1565 int b = buf[i] & 0xff;