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

/external/llvm/utils/obj2yaml/
H A Dobj2yaml.cpp26 unsigned char printable(unsigned char Ch) { function in namespace:yaml
42 Out << printable(*iter);
/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.
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.
123 * Encodes an array of bytes into an array of quoted-printable 7-bit characters. Unsafe characters are escaped.
126 * This function implements a subset of quoted-printable encoding specification (rule #1 and rule #2) as defined in
130 * @param printable
136 encodeQuotedPrintable(BitSet printable, byte[] bytes) argument
[all...]
/external/chromium/third_party/libjingle/source/talk/base/
H A Dmacutils.cc68 bool printable = true; local
74 printable = false;
78 if (printable) {
/external/openssl/crypto/asn1/
H A Dasn1_par.c253 int i,printable=1; local
261 * printable */
270 printable=0;
274 if (printable)
275 /* printable string */
284 /* 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/v8/src/
H A Dinterpreter-irregexp.cc92 bool printable = (current_char < 127 && current_char >= 32); local
94 printable ?
102 printable ? current_char : '.',
/external/bison/lib/
H A Dquotearg.c409 bool printable; local
414 printable = isprint (c) != 0;
422 printable = true;
435 printable = false;
440 printable = false;
467 printable = false;
474 if (1 < m || (backslash_escapes && ! printable))
482 if (backslash_escapes && ! printable)
/external/e2fsprogs/debugfs/
H A Ddebugfs.c474 int printable = 0; local
477 /* check: is string "printable enough?" */
480 printable++;
482 if (printable <= len*7/8)
483 printable = 0;
486 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 = isprint(*p) || isspace(*p);
787 if (printable) {
/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 ...

Completed in 255 milliseconds