Home
last modified time | relevance | path

Searched refs:CRLF (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/test/java/util/Base64/
Dplain.txt46 version CRLF
119 entity-headers := [ content CRLF ]
120 [ encoding CRLF ]
121 [ id CRLF ]
122 [ description CRLF ]
123 *( MIME-extension-field CRLF )
/libcore/ojluni/src/main/java/java/util/
DBase64.java239 private static final byte[] CRLF = new byte[] {'\r', '\n'}; field in Base64.Encoder
243 static final Encoder RFC2045 = new Encoder(false, CRLF, MIMELINEMAX, true);