Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/Base64/
Dplain.txt16 3. MIME Header Fields ................................... 8
17 4. MIME-Version Header Field ............................ 8
22 9. Additional MIME Header Fields ........................ 27
31 3. MIME Header Fields
33 MIME defines a number of new RFC 822 header fields that are used to
34 describe the content of a MIME entity. These header fields occur in
39 (2) In a MIME body part header within a multipart
44 MIME-message-headers := entity-headers
51 MIME-part-headers := entity-headers
60 The syntax of the various specific MIME header fields will be
[all …]
DTestBase64Golden.java57 test0(Base64Type.MIME, Base64.getMimeEncoder(), Base64.getMimeDecoder(), in main()
84 if (type != Base64Type.MIME) { in test0()
173 BASIC, URLSAFE, MIME enumConstant