Searched
full:ascii (Results
926 -
950 of
3506) sorted by null
<<31323334353637383940>>
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
ModelInterpreter.java | 37 * Assumes input is ASCII 112 return new String(mBuffer, 0, i, "US-ASCII"); 608 byte[] bytes = s.getBytes("US-ASCII"); 625 byte[] bytes = s.getBytes("US-ASCII");
|
/hardware/ti/omap4-aah/security/tf_daemon/ |
lib_manifest2.h | 90 * Check that the section name contains only ASCII characters and that there is no duplicate
|
/hardware/ti/omap4xxx/security/tf_daemon/ |
lib_manifest2.h | 90 * Check that the section name contains only ASCII characters and that there is no duplicate
|
/libcore/luni/src/main/java/java/util/ |
Scanner.java | [all...] |
/libcore/luni/src/test/java/libcore/java/lang/ |
StringTest.java | 128 assertEquals("[97, 63, 98]", Arrays.toString("a\u0666b".getBytes("US-ASCII"))); 129 assertEquals("[97, 63, 98]", Arrays.toString("a\u0666b".getBytes(Charset.forName("US-ASCII")))); 171 assertEquals("a\ufffdb", new String(new byte[] { 97, -2, 98 }, "US-ASCII")); 172 assertEquals("a\ufffdb", new String(new byte[] { 97, -2, 98 }, Charset.forName("US-ASCII")));
|
/packages/apps/Email/provider_src/com/android/email/mail/transport/ |
DiscourseLogger.java | 66 if (0x20 <= b && b <= 0x7e) { // Append only printable ASCII chars.
|
/packages/apps/Email/tests/src/com/android/email/mail/store/imap/ |
ImapTestUtils.java | 99 * US-ASCII.
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
MessageTextStats.java | 74 * in input. If all of them are ascii, the max length is
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netax25/ |
ax25.h | 72 char ax25_call[7]; /* 6 call + SSID (shifted ascii) */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
tar.h | 29 All strings are stored as ISO 646 (approximately ASCII) strings.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netax25/ |
ax25.h | 72 char ax25_call[7]; /* 6 call + SSID (shifted ascii) */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
tar.h | 29 All strings are stored as ISO 646 (approximately ASCII) strings.
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/machine/ |
asm.h | 96 .section .gnu.warning. ## _sym ; .ascii _msg ; .text
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/machine/ |
asm.h | 96 .section .gnu.warning. ## _sym ; .ascii _msg ; .text
|
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/machine/ |
asm.h | 96 .section .gnu.warning. ## _sym ; .ascii _msg ; .text
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/machine/ |
asm.h | 96 .section .gnu.warning. ## _sym ; .ascii _msg ; .text
|
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/machine/ |
asm.h | 96 .section .gnu.warning. ## _sym ; .ascii _msg ; .text
|
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/sys/ |
cdefs_elf.h | 59 /*__asm__(".section .gnu.warning." #sym "\n\t.ascii \"" msg "\"\n\t.text");*/
|
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/sys/ |
cdefs_elf.h | 59 /*__asm__(".section .gnu.warning." #sym "\n\t.ascii \"" msg "\"\n\t.text");*/
|
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/sys/ |
cdefs_elf.h | 59 /*__asm__(".section .gnu.warning." #sym "\n\t.ascii \"" msg "\"\n\t.text");*/
|
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/sys/ |
cdefs_elf.h | 59 /*__asm__(".section .gnu.warning." #sym "\n\t.ascii \"" msg "\"\n\t.text");*/
|
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/sys/ |
cdefs_elf.h | 59 /*__asm__(".section .gnu.warning." #sym "\n\t.ascii \"" msg "\"\n\t.text");*/
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/sys/ |
cdefs_elf.h | 59 /*__asm__(".section .gnu.warning." #sym "\n\t.ascii \"" msg "\"\n\t.text");*/
|
/prebuilts/python/darwin-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/darwin-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"""
|
Completed in 567 milliseconds
<<31323334353637383940>>