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

<<21222324252627282930>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_26.txt 21 Content-Type: text/plain; charset=us-ascii
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
factory.py 186 self.assertTrue(type(a_row[0]) == unicode, "type of non-ASCII row must be unicode")
187 self.assertTrue(type(d_row[0]) == str, "type of ASCII-only row must be str")
212 # ASCII -> str argument
219 # Non-ASCII -> unicode argument
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_module.py 30 # ASCII docstring
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
bytes_methods.h 6 * methods of the given names, they operate on ASCII byte strings.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_07.txt 9 Content-Type: text/plain; charset="us-ascii"
msg_26.txt 21 Content-Type: text/plain; charset=us-ascii
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
factory.py 186 self.assertTrue(type(a_row[0]) == unicode, "type of non-ASCII row must be unicode")
187 self.assertTrue(type(d_row[0]) == str, "type of ASCII-only row must be str")
212 # ASCII -> str argument
219 # Non-ASCII -> unicode argument
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_module.py 30 # ASCII docstring
  /system/bt/bta/hf_client/
bta_hf_client_at.h 24 /* ASCII character string of arguments to the AT command */
  /bionic/libc/upstream-openbsd/lib/libc/net/
inet_addr.c 61 * Ascii internet address interpretation routine.
75 * Check whether "cp" is a valid ascii representation
  /cts/tests/tests/security/src/android/security/cts/
HwRngTest.java 122 return new String(readyFully(in), "US-ASCII");
146 in = new BufferedReader(new InputStreamReader(new FileInputStream(file), "US-ASCII"));
  /dalvik/libdex/
DexUtf.h 72 /* for dexIsValidMemberNameUtf8(), a bit vector indicating valid low ascii */
87 // It's low-ascii, so check the table.
  /development/ndk/platforms/android-3/include/sys/
cdefs_elf.h 65 __asm__(".section .gnu.warning." #sym "\n\t.ascii \"" msg "\"\n\t.text");
86 __asm__(".section .gnu.warning.sym\n\t.ascii msg ; .text");
  /external/apache-http/src/org/apache/commons/codec/net/
BCodec.java 33 * <a href="http://www.ietf.org/rfc/rfc1522.txt">RFC 1522</a> describes techniques to allow the encoding of non-ASCII
39 * Header Extensions for Non-ASCII Text</a>
RFC1522Codec.java 31 * describes techniques to allow the encoding of non-ASCII text in
38 * Message Header Extensions for Non-ASCII Text</a>
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
WriterToASCI.java 30 * This class writes ASCII to a byte stream as quickly as possible. For the
46 * Create an unbuffered ASCII writer.
  /external/bison/m4/
locale-ja.m4 41 /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646".
52 if (cs[0] == '\0' || strcmp (cs, "ASCII") == 0 || strcmp (cs, "646") == 0
locale-zh.m4 42 /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646".
53 if (cs[0] == '\0' || strcmp (cs, "ASCII") == 0 || strcmp (cs, "646") == 0
  /external/chromium-trace/trace-viewer/third_party/WebOb/webob/
util.py 17 non-unicode strings (using ``&#num;`` entities for all non-ASCII
35 s = s.encode('ascii', 'xmlcharrefreplace')
  /external/google-breakpad/src/common/windows/
http_upload.h 61 // Parameter names must contain only printable ASCII characters,
115 // ASCII characters in the parameter name, and does not contain
  /external/guava/guava/src/com/google/common/primitives/
Ints.java 657 * Parses the specified string as a signed decimal integer value. The ASCII
663 * Additionally, this method only accepts ASCII digits, and returns
664 * {@code null} if non-ASCII digits are present in the string.
666 * <p>Note that strings prefixed with ASCII {@code '+'} are rejected, even
685 * radix. The ASCII character {@code '-'} (<code>'&#92;u002D'</code>) is
690 * Additionally, this method only accepts ASCII digits, and returns
691 * {@code null} if non-ASCII digits are present in the string.
693 * <p>Note that strings prefixed with ASCII {@code '+'} are rejected, even
  /external/guava/guava-tests/benchmark/com/google/common/base/
Utf8Benchmark.java 45 if (userFriendly.matches("(?i)(?:American|English|ASCII)")) {
46 // 1-byte UTF-8 sequences - "American" ASCII text
  /external/guava/guava-tests/test/com/google/common/xml/
XmlEscapersTest.java 68 // Test all non-escaped ASCII characters.
75 // Test ASCII control characters.
  /external/icu/icu4c/source/common/
utrie2_impl.h 9 * encoding: US-ASCII
51 /** "Tri2" in big-endian US-ASCII (0x54726932) */
  /external/icu/icu4c/source/tools/icupkg/
icupkg.8.in 100 Output for little-endian/ASCII charset family.
104 Output for big-endian/ASCII charset family.

Completed in 183 milliseconds

<<21222324252627282930>>