/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
Latin1Converter.java | 43 * at the first four bytes (that works only if the buffer starts with an ASCII-char, 60 * followed by an ASCII char a (0xE2 - 0x82 - 0x41), it will be converted to
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/ |
DecoderUtil.java | 52 byte[] bytes = s.getBytes("US-ASCII"); 81 byte[] bytes = s.getBytes("US-ASCII");
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/ |
ContentTypeField.java | 173 * given field. Returns the default <code>us-ascii</code> if not set or if 184 return "us-ascii";
|
/packages/services/Telephony/src/org/apache/james/mime4j/decoder/ |
DecoderUtil.java | 52 byte[] bytes = s.getBytes("US-ASCII"); 81 byte[] bytes = s.getBytes("US-ASCII");
|
/packages/services/Telephony/src/org/apache/james/mime4j/field/ |
ContentTypeField.java | 173 * given field. Returns the default <code>us-ascii</code> if not set or if 184 return "us-ascii";
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_binascii.py | 149 # Then calculate the hexbin4 binary-to-ASCII translation 168 self.assertEqual(binascii.hexlify(unicode('a', 'ascii')), '61')
|
test_unicode.py | 621 # the implicit decoding should fail for non-ascii chars [all...] |
test_codecs.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_binascii.py | 149 # Then calculate the hexbin4 binary-to-ASCII translation 168 self.assertEqual(binascii.hexlify(unicode('a', 'ascii')), '61')
|
test_unicode.py | 621 # the implicit decoding should fail for non-ascii chars [all...] |
test_codecs.py | [all...] |
/cts/tests/tests/text/src/android/text/method/cts/ |
BaseKeyListenerTest.java | 172 // Latin ASCII text 207 // Latin ASCII, cursor is middle of the text. 230 // Latin ASCII, cursor is inside word. 327 // Latin ASCII text 366 // Latin ASCII, cursor is middle of the text. 392 // Latin ASCII, cursor is inside word.
|
/external/icu/icu4c/source/common/ |
bmpset.cpp | 9 * encoding: US-ASCII 499 // Initial all-ASCII span. 565 // ASCII; or trail bytes with the result of contains(FFFD). 652 * While going backwards through UTF-8 optimize only for ASCII. 669 // ASCII sub-span 696 // c is a valid code point, not ASCII, not a surrogate
|
ustrtrns.cpp | 439 * ASCII (<=0x7f) is checked first, followed by the dividing point 769 * ASCII, or a trail byte in lead position which is treated like 817 * ASCII, or a trail byte in lead position which is treated like 872 * ASCII, or a trail byte in lead position which is treated like 902 * ASCII, or a trail byte in lead position which is treated like [all...] |
utrie2.h | 9 * encoding: US-ASCII 679 * in this case, data32==NULL, and data16 is used for direct ASCII access. 686 const uint16_t *data16; /* for fast UTF-8 ASCII access, if 16b data */ 804 * Starts with 4 blocks (128=0x80 entries) for ASCII. 808 * The illegal-UTF-8 data block follows the ASCII block, at offset 128=0x80. 814 /** The start of non-linear-ASCII data blocks, at offset 192=0xc0. */ [all...] |
/external/icu/icu4c/source/test/cintltst/ |
spreptst.c | 9 * encoding: US-ASCII 114 "Case folding ASCII U+0043 U+0041 U+0046 U+0045", 127 "Non-ASCII multibyte space character U+1680", 133 "Non-ASCII 8bit control character U+0085", 139 "Non-ASCII multibyte control character U+180E", 145 "Non-ASCII control character U+1D175",
|
/external/icu/icu4c/source/tools/toolutil/ |
swapimpl.cpp | 9 * encoding: US-ASCII 141 // The ByteTries are already byte-serialized, and are fixed on ASCII. 142 // (On an EBCDIC machine, the input string is converted to lowercase ASCII 146 // generate, and keep in subversion, ASCII versions of pnames.icu, 148 // (the data is hardcoded in ICU4C) and ICU4J uses ASCII data files, 779 /* convert the data format from ASCII to Unicode to the system charset */
|
/external/pcre/dist/doc/ |
pcrebuild.3 | 142 its input to be either ASCII or UTF-8 (depending on the run-time option). It is 350 in the file \fIpcre_chartables.c.dist\fP. These tables are for ASCII codes 368 code is ASCII (or Unicode, which is a superset of ASCII). This is the case for 379 The EBCDIC character that corresponds to an ASCII LF is assumed to have the 386 same value as in ASCII, namely, 0x0d. Whichever of 0x15 and 0x25 is \fInot\fP
|
/external/wpa_supplicant_8/wpa_supplicant/ |
config_ssid.h | 109 * (ASCII 0) and as such, this should not be assumed to be a nul 164 * passphrase - WPA ASCII passphrase 167 * configured for the network. ASCII passphrase must be between 8 and 349 * using ASCII passphrase). 485 * 2 = clear SSID (ASCII 0), but keep the original length (this may be 609 * ht_mcs - Allowed HT-MCS rates, in ASCII hex: ffff0000...
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapUtils.java | 171 * @throws UnsupportedEncodingException if "US-ASCII" charset is not supported, 180 nibbles = valueStr.getBytes("US-ASCII"); 195 if(V)Log.v(TAG, "Skipping c = '" + new String(new byte[]{ (byte)c }, "US-ASCII") 487 input = text.getBytes("US-ASCII"); 489 /* This cannot happen as "US-ASCII" is supported for all Java implementations */ } 549 // the MAP specification suggest to use, and is compatible with US-ASCII.
|
/packages/apps/Email/tests/src/com/android/emailcommon/internet/ |
MimeMessageTest.java | 455 " CHARSET=\"us-ascii\" ; (comment)\r\n"+ 460 entireMessage.getBytes("us-ascii"))); 485 entireMessage.getBytes("us-ascii"))); 506 entireMessage.getBytes("us-ascii"))); 524 mm = new MimeMessage(new ByteArrayInputStream(entireMessage.getBytes("us-ascii"))); 542 mm = new MimeMessage(new ByteArrayInputStream(entireMessage.getBytes("us-ascii")));
|
/external/libexif/libexif/ |
exif-entry.c | 375 /* Assume ASCII */ 377 memcpy (e->data, "ASCII\0\0\0", 8); 389 * afterwards, let's assume ASCII and claim the 8 first 399 memcpy (e->data, "ASCII\0\0\0", 8); 405 * assume ASCII. 407 if (memcmp (e->data, "ASCII\0\0\0" , 8) && 418 /* Assume ASCII */ 420 memcpy (e->data, "ASCII\0\0\0", 8); 889 * manufacturers don't care and use ASCII. If this is the 895 ( memcmp (e->data, "ASCII\0\0\0" , 8) & [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/ |
ElementTree.py | 160 # either ASCII strings (ordinary Python strings containing only 7-bit 161 # ASCII characters) or Unicode strings. 518 # either 8-bit ASCII strings or Unicode strings. 539 # The comment string can be either an 8-bit ASCII string or a Unicode 779 # @keyparam encoding Optional output encoding (default is US-ASCII). 782 # None for only if not US-ASCII or UTF-8. None is default. 808 encoding = "us-ascii" 810 encoding not in ("utf-8", "us-ascii")): [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/ |
ElementTree.py | 160 # either ASCII strings (ordinary Python strings containing only 7-bit 161 # ASCII characters) or Unicode strings. 518 # either 8-bit ASCII strings or Unicode strings. 539 # The comment string can be either an 8-bit ASCII string or a Unicode 779 # @keyparam encoding Optional output encoding (default is US-ASCII). 782 # None for only if not US-ASCII or UTF-8. None is default. 808 encoding = "us-ascii" 810 encoding not in ("utf-8", "us-ascii")): [all...] |
/external/lldb/examples/python/ |
gdbremote.py | 293 '''Dump the register value given a native byte order encoded hex ASCII byte string.''' 661 ascii = '' 665 if ascii: 666 print ' ', ascii 667 ascii = '' 671 ascii += '%c' % uval 673 ascii += '.' 676 if ascii: 677 print ' ', ascii 678 ascii = '' [all...] |