Searched defs:printable (Results 1 - 14 of 14) sorted by relevance

/external/apache-http/src/org/apache/commons/codec/net/
H A DQuotedPrintableCodec.java35 * printable characters in the ASCII character set. It encodes the data in such a way that the resulting octets are
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.
71 * BitSet of printable characters as defined in RFC 1521.
80 // Static initializer for printable chars collection
112 * Encodes byte into its quoted-printable representation.
128 * Encodes an array of bytes into an array of quoted-printable 7-bit characters. Unsafe characters are escaped.
131 * This function implements a subset of quoted-printable encoding specification (rule #1 and rule #2) as defined in
135 * @param printable
141 encodeQuotedPrintable(BitSet printable, byte[] bytes) argument
[all...]
/external/boringssl/src/crypto/asn1/
H A Dasn1_par.c252 int i,printable=1; local
260 * printable */
269 printable=0;
273 if (printable)
274 /* printable string */
283 /* not printable => print octet string
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3string.h255 /** Pointer to function that returns a copy of the string in printable form without any control
258 pANTLR3_STRING (*printable)(struct ANTLR3_STRING_FACTORY_struct * factory, pANTLR3_STRING string); member in struct:ANTLR3_STRING_FACTORY_struct
/external/jetty/src/java/org/eclipse/jetty/util/
H A DStringUtil.java342 public static String printable(String name) method in class:StringUtil
357 public static String printable(byte[] b) method in class:StringUtil
/external/v8/src/
H A Dinterpreter-irregexp.cc77 bool printable = (current_char < 127 && current_char >= 32); local
79 printable ?
87 printable ? current_char : '.',
/external/bison/lib/
H A Dquotearg.c523 bool printable; local
528 printable = isprint (c) != 0;
536 printable = true;
549 printable = false;
554 printable = false;
582 printable = false;
589 if (1 < m || (backslash_escapes && ! printable))
597 if (backslash_escapes && ! printable)
/external/e2fsprogs/debugfs/
H A Ddebugfs.c510 int printable = 0; local
513 /* check: is string "printable enough?" */
516 printable++;
518 if (printable <= len*7/8)
519 printable = 0;
522 if (printable)
/external/tcpdump/
H A Dprint-snmp.c781 register int printable = 1, first = 1; local
784 for (i = asnlen; printable && i-- > 0; p++)
785 printable = ND_ISPRINT(*p);
787 if (printable) {
/external/robolectric/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.codec_1.3.0.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/lib/commons-codec-1.4/
H A Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/jetty/lib/
H A Djetty-util-6.1.26.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/util/ org/mortbay/util/ajax/ ...

Completed in 528 milliseconds