/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
aliases.py | 22 # ascii codec 23 '646' : 'ascii', 24 'ansi_x3.4_1968' : 'ascii', 25 'ansi_x3_4_1968' : 'ascii', # some email headers use this non-standard name 26 'ansi_x3.4_1986' : 'ascii', 27 'cp367' : 'ascii', 28 'csascii' : 'ascii', 29 'ibm367' : 'ascii', 30 'iso646_us' : 'ascii', 31 'iso_646.irv_1991' : 'ascii', [all...] |
/external/chromium/base/ |
string_split.h | 34 // the trailing byte of a multi-byte character can be in the ASCII range. 35 // UTF-8, and other single/multi-byte ASCII-compatible encodings are OK. 36 // Note: |c| must be in the ASCII range. 66 // the trailing byte of a multi-byte character can be in the ASCII range. 67 // UTF-8, and other single/multi-byte ASCII-compatible encodings are OK. 68 // Note: |c| must be in the ASCII range.
|
/external/chromium_org/base/strings/ |
string_split.h | 27 // the trailing byte of a multi-byte character can be in the ASCII range. 28 // UTF-8, and other single/multi-byte ASCII-compatible encodings are OK. 29 // Note: |c| must be in the ASCII range. 61 // the trailing byte of a multi-byte character can be in the ASCII range. 62 // UTF-8, and other single/multi-byte ASCII-compatible encodings are OK. 63 // Note: |c| must be in the ASCII range.
|
/external/chromium_org/third_party/icu/source/common/ |
punycode.h | 9 * encoding: US-ASCII 36 * The output will be represented as an array of ASCII code points. 53 * ASCII characters are output directly in the case as marked. 62 * @return Number of ASCII characters in puny. 88 * This is redundant and not necessary for ASCII characters 92 * U_INVALID_CHAR_FOUND if a non-ASCII character
|
/external/chromium_org/v8/test/mjsunit/ |
string-externalize.js | 35 // Build an ascii cons string. 53 // Appending a two-byte string that contains only ascii chars should 54 // still produce an ascii cons. 67 // Flattened string should still be ascii. 70 // Lower-casing an ascii string should produce ascii.
|
/external/icu4c/common/ |
punycode.h | 9 * encoding: US-ASCII 36 * The output will be represented as an array of ASCII code points. 53 * ASCII characters are output directly in the case as marked. 62 * @return Number of ASCII characters in puny. 88 * This is redundant and not necessary for ASCII characters 92 * U_INVALID_CHAR_FOUND if a non-ASCII character
|
/external/v8/test/mjsunit/ |
string-externalize.js | 35 // Build an ascii cons string. 53 // Appending a two-byte string that contains only ascii chars should 54 // still produce an ascii cons. 67 // Flattened string should still be ascii. 70 // Lower-casing an ascii string should produce ascii.
|
/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/ |
ChunkHandler.java | 127 char[] ascii = new char[4]; local 129 ascii[0] = (char) ((type >> 24) & 0xff); 130 ascii[1] = (char) ((type >> 16) & 0xff); 131 ascii[2] = (char) ((type >> 8) & 0xff); 132 ascii[3] = (char) (type & 0xff); 134 return new String(ascii);
|
/libcore/luni/src/main/java/javax/xml/parsers/ |
FilePathToURI.java | 22 // which ASCII characters need to be escaped 53 // special ASCII characters: 0x00~0x1F, 0x7F, ' ', '<', '>', '#', '%' 54 // and '"' and non-ASCII characters (whose value >= 128). 78 // if it's not an ASCII character, break here, and use UTF-8 encoding 92 // we saw some non-ascii character 108 // for non-ascii character: make it positive, then escape
|
/libcore/luni/src/main/java/javax/xml/transform/stream/ |
FilePathToURI.java | 22 // which ASCII characters need to be escaped 53 // special ASCII characters: 0x00~0x1F, 0x7F, ' ', '<', '>', '#', '%' 54 // and '"' and non-ASCII characters (whose value >= 128). 78 // if it's not an ASCII character, break here, and use UTF-8 encoding 92 // we saw some non-ascii character 108 // for non-ascii character: make it positive, then escape
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1017.js | 30 // 32 ASCII-characters followed by a non-ASCII character. 32 // 32 ASCII characters to 64 bytes of UC16 characters, leaving no room
|
/external/dropbear/libtomcrypt/src/misc/ |
error_to_string.c | 16 Convert error codes to ASCII strings, Tom St Denis 58 Convert an LTC error code to ASCII 60 @return A pointer to the ASCII NUL terminated string for the error or "Invalid error code." if the err code was not valid.
|
/external/v8/test/mjsunit/regress/ |
regress-1017.js | 30 // 32 ASCII-characters followed by a non-ASCII character. 32 // 32 ASCII characters to 64 bytes of UC16 characters, leaving no room
|
/libcore/harmony-tests/src/test/java/tests/api/java/nio/charset/ |
ASCCharsetTest.java | 20 * Test charset US-ASCII. 29 super(arg0, "US-ASCII", new String[] { "ISO646-US", "ASCII", "cp367",
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
ar.h | 40 char ar_uid[6], ar_gid[6]; /* User and group IDs, in ASCII decimal. */ 41 char ar_mode[8]; /* File mode, in ASCII octal. */ 42 char ar_size[10]; /* File size, in ASCII decimal. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/ |
ether.h | 1 /* Functions for storing Ethernet addresses in ASCII and mapping to hostnames. 30 /* Convert 48 bit Ethernet ADDRess to ASCII. */ 35 /* Convert ASCII string S to 48 bit Ethernet address. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
ar.h | 40 char ar_uid[6], ar_gid[6]; /* User and group IDs, in ASCII decimal. */ 41 char ar_mode[8]; /* File mode, in ASCII octal. */ 42 char ar_size[10]; /* File size, in ASCII decimal. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/ |
ether.h | 1 /* Functions for storing Ethernet addresses in ASCII and mapping to hostnames. 30 /* Convert 48 bit Ethernet ADDRess to ASCII. */ 35 /* Convert ASCII string S to 48 bit Ethernet address. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
ar.h | 40 char ar_uid[6], ar_gid[6]; /* User and group IDs, in ASCII decimal. */ 41 char ar_mode[8]; /* File mode, in ASCII octal. */ 42 char ar_size[10]; /* File size, in ASCII decimal. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/ |
ether.h | 1 /* Functions for storing Ethernet addresses in ASCII and mapping to hostnames. 30 /* Convert 48 bit Ethernet ADDRess to ASCII. */ 35 /* Convert ASCII string S to 48 bit Ethernet address. */
|
/bionic/libc/arch-arm/include/machine/ |
cdefs.h | 16 " ; .ascii \"" msg "\" ; .text");
|
/bionic/libc/arch-x86/include/machine/ |
cdefs.h | 21 " ; .ascii \"" msg "\" ; .text");
|
/development/ndk/platforms/android-3/arch-arm/include/machine/ |
cdefs.h | 16 " ; .ascii \"" msg "\" ; .text");
|
/development/ndk/platforms/android-9/arch-x86/include/machine/ |
cdefs.h | 21 " ; .ascii \"" msg "\" ; .text");
|
/external/ceres-solver/data/ |
README.foe | 9 The format of the files is ASCII:
|