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

<<31323334353637383940>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_38.txt 95 Content-Type: text/plain; charset="us-ascii"
msg_39.txt 77 Content-Type: text/plain; charset="us-ascii"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_operator.py 88 method = getattr(self, "_" + results["method"][0].value.encode("ascii"))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_univnewlines.py 49 data = data.encode("ascii")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_check.py 93 # and non-broken rest, including a non-ASCII character to test #12114
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
quoprimime.py 8 to encode US ASCII-like 8-bit data called `quoted-printable'. It is used to
9 safely encode text that is in a character set similar to the 7-bit US ASCII
106 """Turn a string in the form =AB to the ASCII character with value 0xab"""
327 """Turn a match in the form =AB to the ASCII character with value 0xab"""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_38.txt 95 Content-Type: text/plain; charset="us-ascii"
msg_39.txt 77 Content-Type: text/plain; charset="us-ascii"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_md5.so 
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_operator.py 88 method = getattr(self, "_" + results["method"][0].value.encode("ascii"))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_univnewlines.py 49 data = data.encode("ascii")
  /system/core/include/utils/
PropertyMap.h 36 * Keys and values are any sequence of printable ASCII characters.
Tokenizer.h 28 * A simple tokenizer for loading and parsing ASCII text files line by line.
  /art/runtime/native/
libcore_util_CharsetUtils.cc 149 * Translates the given characters to US-ASCII or ISO-8859-1 bytes, using the fact that
150 * Unicode code points between U+0000 and U+007f inclusive are identical to US-ASCII, while
  /external/boringssl/src/crypto/bio/
hexdump.c 66 char right_chars[18]; /* the contents of the right-hand side, ASCII dump. */
95 * ^ offset ^ extra space ^ ASCII of line
  /external/boringssl/src/include/openssl/
pkcs8.h 108 /* PKCS8_encrypt calls PKCS8_encrypt_pbe after treating |pass| as an ASCII
117 /* PKCS8_decrypt calls PKCS8_decrypt_pbe after treating |pass| as an ASCII