HomeSort by relevance Sort by last modified time
    Searched full:printable (Results 1 - 25 of 445) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/apache-http/src/org/apache/commons/codec/net/
QuotedPrintableCodec.java 31 * Codec for the Quoted-Printable section of <a href="http://www.ietf.org/rfc/rfc1521.txt">RFC 1521 </a>.
34 * The Quoted-Printable encoding is intended to represent data that largely consists of octets that correspond to
35 * printable characters in the ASCII character set. It encodes the data in such a way that the resulting octets are
37 * data remains largely recognizable by humans. A body which is entirely ASCII may also be encoded in Quoted-Printable
46 * Rules #3, #4, and #5 of the quoted-printable spec are not implemented yet because the complete quoted-printable spec
49 * for those applications that do not require quoted-printable line formatting (rules #3, #4, #5), for instance Q codec.
66 * BitSet of printable characters as defined in RFC 1521.
75 // Static initializer for printable chars collection
107 * Encodes byte into its quoted-printable representation
    [all...]
QCodec.java 29 * Similar to the Quoted-Printable content-transfer-encoding defined in <a
54 * BitSet of printable characters as defined in RFC 1522.
57 // Static initializer for printable chars collection
174 * Encodes a string into its quoted-printable form using the specified charset. Unsafe characters are escaped.
177 * string to convert to quoted-printable form
180 * @return quoted-printable string
197 * Encodes a string into its quoted-printable form using the default charset. Unsafe characters are escaped.
200 * string to convert to quoted-printable form
201 * @return quoted-printable string
214 * Decodes a quoted-printable string into its original form. Escaped characters are converted back to their origina
    [all...]
  /external/chromium/chrome/browser/net/
quoted_printable.h 11 // Some functions to encode/decode with the quoted-printable encoding.
18 // Encodes the input string with the quoted-printable encoding.
21 // Decodes the quoted-printable input string. Returns true if the input string
22 // was wellformed quoted-printable, false otherwise, in which case it still
  /frameworks/opt/vcard/tests/res/raw/
v21_invalid_comment_line.vcf 7 NOTE;ENCODING=QUOTED-PRINTABLE:This is an (sharp ->=
v21_japanese_2.vcf 6 ADR;HOME;CHARSET=SHIFT_JIS;ENCODING=QUOTED-PRINTABLE:;=93=8C=8B=9E=93=73=
9 NOTE;CHARSET=SHIFT_JIS;ENCODING=QUOTED-PRINTABLE:=83=81=83=82
v21_complicated.vcf 15 LABEL;WORK;ENCODING=QUOTED-PRINTABLE:100 Waters Edge=0D=0ABaytown, LA 30314=0D=0AUnited States of America
17 LABEL;HOME;ENCODING=QUOTED-PRINTABLE:42 Plantation St.=0D=0A=
23 NOTE;ENCODING=QUOTED-PRINTABLE:Now's the time =
  /external/dropbear/libtomcrypt/src/pk/asn1/der/printable_string/
der_encode_printable_string.c 15 ASN.1 DER, encode a printable STRING, Tom St Denis
21 Store an printable STRING
22 @param in The array of printable to store (one per char)
23 @param inlen The number of printable to store
24 @param out [out] The destination for the DER encoded printable STRING
25 @param outlen [in/out] The max size and resulting size of the DER printable STRING
der_decode_printable_string.c 15 ASN.1 DER, encode a printable STRING, Tom St Denis
22 Store a printable STRING
23 @param in The DER encoded printable STRING
24 @param inlen The size of the DER printable STRING
der_length_printable_string.c 15 ASN.1 DER, get length of Printable STRING, Tom St Denis
122 Gets length of DER encoding of Printable STRING
  /frameworks/base/core/java/com/google/android/mms/pdu/
QuotedPrintable.java 26 * Decodes an array quoted-printable characters into an array of original bytes.
31 * quoted-printable encoding specification (rule #1 and rule #2)
35 * @param bytes array of quoted-printable characters
37 * null if quoted-printable decoding is unsuccessful.
  /external/bison/lib/
quote.c 27 /* Return an unambiguous printable representation of NAME,
35 /* Return an unambiguous printable representation of NAME,
mbswidth.c 72 /* wcwidth doesn't exist, so assume all printable characters have
91 character string pointed to by STRING. If a non-printable character
104 non-printable character occurs, and MBSW_REJECT_UNPRINTABLE is
141 /* These characters are printable ASCII characters. */
190 /* A printable multibyte character. */
  /ndk/sources/host-tools/sed-4.2.1/lib/
quote.c 26 /* Return an unambiguous printable representation of NAME,
34 /* Return an unambiguous printable representation of NAME,
  /bionic/libc/inet/
ether_ntoa.c 34 * Convert Ethernet address to standard hex-digits-and-colons printable form.
48 * Convert Ethernet address to standard hex-digits-and-colons printable form.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
unctrl.h 37 * Display a printable version of a control character.
39 * as ^?. Printable characters are displayed as is.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
unctrl.h 37 * Display a printable version of a control character.
39 * as ^?. Printable characters are displayed as is.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
unctrl.h 37 * Display a printable version of a control character.
39 * as ^?. Printable characters are displayed as is.
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
DERPrintableString.java 17 * return a printable string from the passed in object.
33 * return a Printable String from a tagged object.
158 * @return true if in printable set, false otherwise.
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
VCardTestsBase.java 52 mContentValuesForQP.put("ENCODING", "QUOTED-PRINTABLE");
58 mContentValuesForQPAndSJis.put("ENCODING", "QUOTED-PRINTABLE");
61 mContentValuesForQPAndUtf8.put("ENCODING", "QUOTED-PRINTABLE");
  /external/chromium/third_party/libjingle/source/talk/base/
helpers.h 44 // We generate base64 values so that they will be printable.
49 // We generate base64 values so that they will be printable.
  /packages/apps/Email/src/org/apache/james/mime4j/field/
ContentTransferEncodingField.java 44 * The <code>quoted-printable</code> encoding.
46 public static final String ENC_QUOTED_PRINTABLE = "quoted-printable";
  /external/chromium/chrome/common/
print_messages.h 18 // Physical size of the page, including non-printable margins,
25 // The y-offset of the printable area, in pixels according to dpi.
28 // The x-offset of the printable area, in pixels according to dpi.
108 // The printable area the page author specified.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
gsstruct.def 24 DEFGSSTRUCT(GSS_enumeration value, printable name).
  /sdk/monkeyrunner/src/com/android/monkeyrunner/recorder/actions/
Action.java 33 * Get the printable name for this action. This method is used to show the Action in the UI.
  /external/icu4c/test/perf/charperf/
charperf.h 150 * This test may be different since c lib has a type PUNCT and it is printable.
210 * This test may be different since c lib has a type PUNCT and it is printable.

Completed in 560 milliseconds

1 2 3 4 5 6 7 8 91011>>