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

/libcore/ojluni/src/main/java/sun/misc/
H A DCharacterEncoder.java63 * <DD>bytesPerLine which tells the encoder the maximum number of
85 abstract protected int bytesPerLine(); method in class:CharacterEncoder
139 * line that is shorter than bytesPerLine().
145 byte tmpbuffer[] = new byte[bytesPerLine()];
163 if (numBytes < bytesPerLine()) {
274 * line at the end of a final line that is shorter than bytesPerLine().
280 byte tmpbuffer[] = new byte[bytesPerLine()];
298 if (numBytes < bytesPerLine()) {
H A DCharacterDecoder.java67 * <DD>bytesPerLine which tells the encoder the maximum number of
94 abstract protected int bytesPerLine(); method in class:CharacterDecoder
109 return (bytesPerLine());
H A DBASE64Decoder.java69 protected int bytesPerLine() { method in class:BASE64Decoder
H A DBASE64Encoder.java59 protected int bytesPerLine() { method in class:BASE64Encoder
H A DHexDumpEncoder.java74 protected int bytesPerLine() { method in class:HexDumpEncoder
/libcore/ojluni/src/main/java/sun/net/www/protocol/http/
H A DNegotiateAuthentication.java205 protected int bytesPerLine () { method in class:NegotiateAuthentication.B64Encoder
H A DBasicAuthentication.java205 /* It is never expected that the header value will exceed the bytesPerLine */
208 protected int bytesPerLine() { method in class:BasicAuthentication.BasicBASE64Encoder

Completed in 5770 milliseconds