HomeSort by relevance Sort by last modified time
    Searched full:ascii (Results 1026 - 1050 of 3506) sorted by null

<<41424344454647484950>>

  /external/antlr/antlr-3.4/runtime/C/src/
antlr3filestream.c 283 // EBCDIC is basically the same as ASCII but with an on the
284 // fly translation to ASCII
292 // Standard 8bit/ASCII
  /external/apache-http/src/org/apache/commons/codec/net/
QuotedPrintableCodec.java 35 * printable characters in the ASCII character set. It encodes the data in such a way that the resulting octets are
36 * unlikely to be modified by mail transport. If the data being encoded are mostly ASCII text, the encoded form of the
37 * data remains largely recognizable by humans. A body which is entirely ASCII may also be encoded in Quoted-Printable
  /external/apache-http/src/org/apache/http/message/
BasicTokenIterator.java 44 * It extends that definition somewhat beyond US-ASCII.
386 * defines tokens only for the US-ASCII character set, this
422 * separators beyond the US-ASCII character set, override this method.
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Encodings.java 152 * only made of printable ASCII characters.
155 * @param s a String of ASCII characters
167 // is the character a lower case ASCII one?
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/
rcssmin.py 2 # -*- coding: ascii -*-
77 __doc__ = __doc__.encode('ascii').decode('unicode_escape')
78 __author__ = r"Andr\xe9 Malo".encode('ascii').decode('unicode_escape')
  /external/icu/icu4c/source/common/
ucasemap.cpp 9 * encoding: US-ASCII
242 /* fast path version of appendResult() for ASCII results */
444 /* fast path version of appendResult() for ASCII results */
util.cpp 67 * Return true if the character is NOT printable ASCII.
76 * printable ASCII, then do nothing and return FALSE. Otherwise,
362 // Specials (printable ascii that isn't [0-9a-zA-Z]) and
  /external/icu/icu4c/source/test/cintltst/
spooftest.c 80 const UChar goodLatin[] = {(UChar)0x75, (UChar)0x7a, 0}; /* "uz", all ASCII */
85 const UChar scLatin[] = {(UChar)0x73, (UChar)0x63, 0}; /* "sc", plain ascii. */
91 const UChar lll_Latin_a[] = {(UChar)0x6c, (UChar)0x49, (UChar)0x31, 0}; /* lI1, all ASCII */
  /external/jsilver/src/com/google/streamhtmlparser/util/
HtmlUtils.java 287 * <li>It does not accept Unicode letters, only ASCII ones.
324 * Encodes the specified character using Ascii for convenient insertion into
331 * @return an Ascii-friendly encoding of the given {@code char}
  /external/protobuf/java/src/main/java/com/google/protobuf/
Utf8.java 157 // byte1 is never ASCII.
250 // Optimize for 100% ASCII.
265 // Optimize for interior runs of ASCII bytes.
  /external/tcpdump/
util.c 50 * Print out a null-terminated filename (or other ascii string).
82 * Print out a counted filename (or other ascii string).
110 * Print out a null-padded filename (or other ascii string).
  /external/v8/tools/
stats-viewer.py 323 """Return the ascii character at the specified byte index."""
345 """Return the ascii name of this counter."""
403 """Return the ascii name of this counter."""
  /frameworks/av/media/libmedia/
CharacterEncodingDetector.cpp 114 ALOGV("all tags are printable, assuming ascii (%zu)", strlen(buf));
132 // were printable ascii.
188 ALOGV("@@@@ %s is ascii", mNames.getEntry(i));
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmwifi_channels.h 339 * Convert chanspec to ascii string
342 * @param buf ascii string of chanspec
351 * Convert ascii string to chanspec
  /ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
c_locale_dummy.c 59 /* Ctype table for the ASCII character set. */
75 /* ASCII is a 7-bit code, so everything else is non-ASCII. */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
csv.py 298 ascii = [chr(c) for c in range(127)] # 7-bit ASCII
310 for char in ascii:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
generator.py 25 unicode(s, 'us-ascii')
153 # string. If it's ascii-subset, then we could do a normal
154 # ascii split, but if it's multibyte then we could break the
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
encoder.py 43 """Return an ASCII-only JSON representation of a Python string
110 If *ensure_ascii* is true (the default), all non-ASCII
112 and the results are str instances consisting of ASCII
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
csv.py 298 ascii = [chr(c) for c in range(127)] # 7-bit ASCII
310 for char in ascii:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
generator.py 25 unicode(s, 'us-ascii')
153 # string. If it's ascii-subset, then we could do a normal
154 # ascii split, but if it's multibyte then we could break the
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
encoder.py 43 """Return an ASCII-only JSON representation of a Python string
110 If *ensure_ascii* is true (the default), all non-ASCII
112 and the results are str instances consisting of ASCII
  /external/libnl/lib/
msg.c 867 char ascii[21] = {0}; local
877 ascii[a++] = isprint(v) ? v : '.';
880 fprintf(ofd, "%s\n", ascii);
886 memset(ascii, 0, sizeof(ascii));
894 fprintf(ofd, "%s\n", ascii);
  /external/pcre/dist/doc/html/
pcrebuild.html 158 its input to be either ASCII or UTF-8 (depending on the run-time option). It is
343 in the file <i>pcre_chartables.c.dist</i>. These tables are for ASCII codes
359 code is ASCII (or Unicode, which is a superset of ASCII). This is the case for
371 The EBCDIC character that corresponds to an ASCII LF is assumed to have the
378 same value as in ASCII, namely, 0x0d. Whichever of 0x15 and 0x25 is <i>not</i>
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java 954 assertContentTypeEquals("ASCII", "text/html", "<html>");
955 assertContentTypeEquals("ASCII", "text/html", "<head>");
956 assertContentTypeEquals("ASCII", "text/html", "<head ");
957 assertContentTypeEquals("ASCII", "text/html", "<body");
958 assertContentTypeEquals("ASCII", "text/html", "<BODY ");
959 assertContentTypeEquals("ASCII", "application/xml", "<?xml ");
    [all...]
  /bionic/libc/include/arpa/
telnet.h 95 #define TELOPT_XASCII 17 /* extended ascii character set */
127 "NAOVTD", "NAOLFD", "EXTEND ASCII", "LOGOUT", "BYTE MACRO",

Completed in 380 milliseconds

<<41424344454647484950>>