/external/icu/icu4c/source/tools/toolutil/ |
ppucd.h | 7 * encoding: US-ASCII 81 /** block;0000..007F;age=1.1;blk=ASCII;ea=Na;... */
|
uoptions.h | 9 * encoding: US-ASCII 26 /* translate args from EBCDIC to ASCII */
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
TestData.java | 255 public String ascii; field in class:TestData.ErrorCase 263 ascii = asciiIn; 335 /* wrong ACE-prefix followed by valid ACE-encoded ASCII */ 458 "Case folding ASCII U+0043 U+0041 U+0046 U+0045", 471 "Non-ASCII multibyte space character U+1680", 477 "Non-ASCII 8bit control character U+0085", 483 "Non-ASCII multibyte control character U+180E", 489 "Non-ASCII control character U+1D175",
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
TestUtil.java | 99 * Return true if the character is NOT printable ASCII. The tab, 108 * above. If the character is printable ASCII, then do nothing
|
/external/openssh/openbsd-compat/ |
inet_aton.c | 66 * Ascii internet address interpretation routine. 81 * Check whether "cp" is a valid ascii representation
|
/external/protobuf/python/google/protobuf/ |
text_encoding.py | 62 """Escape a bytes string for use in an ascii protocol buffer. 107 return (result.encode('ascii') # Make it bytes to allow decode.
|
/external/tcpdump/ |
print-ascii.c | 1 /* $NetBSD: print-ascii.c,v 1.1 1999/09/30 14:49:12 sjg Exp $ */ 45 "@(#) $Header: /tcpdump/master/tcpdump/print-ascii.c,v 1.17 2005-07-06 20:53:32 guy Exp $";
|
/external/v8/test/mjsunit/ |
regexp.js | 322 // ASCII 323 assertEquals("xaAx,a", String(/x(a)\1x/i.exec("xaAx")), "backref-ASCII"); 324 assertFalse(/x(...)\1/i.test("xaaaaa"), "backref-ASCII-short"); 325 assertTrue(/x((?:))\1\1x/i.test("xx"), "backref-ASCII-empty"); 326 assertTrue(/x(?:...|(...))\1x/i.test("xabcx"), "backref-ASCII-uncaptured"); 327 assertTrue(/x(?:...|(...))\1x/i.test("xabcABCx"), "backref-ASCII-backtrack"); 330 "backref-ASCII-twice"); 333 var testName = "backref-ASCII-char-" + i + "," + (i^0x20);
|
/external/wpa_supplicant_8/src/utils/ |
common.c | 60 * hwaddr_aton - Convert ASCII string to MAC address (colon-delimited format) 72 * hwaddr_masked_aton - Convert ASCII string with optional mask to MAC address (colon-delimited format) 108 * hwaddr_compact_aton - Convert ASCII string to MAC address (no colon delimitors format) 133 * hwaddr_aton2 - Convert ASCII string to MAC address (in any known format) 163 * hexstr2bin - Convert ASCII hex string into binary data 164 * @hex: ASCII hex string (e.g., "01ab") 432 * wpa_unicode2ascii_inplace - Convert unicode string into ASCII 435 * This function converts a unicode string to ASCII using the same
|
/external/wpa_supplicant_8/src/wps/ |
wps_attr_process.c | 223 * A deployed external registrar is known to encode ASCII 228 "termination from ASCII passphrase");
|
/external/zlib/src/as400/ |
readme.txt | 111 Remember that most foreign textual data are ASCII coded: this 112 implementation does not handle conversion from/to ASCII, so
|
/frameworks/base/core/java/android/view/inputmethod/ |
InputMethodSubtype.java | 119 * @param isAsciiCapable should be true if this subtype is ASCII capable. If the subtype 120 * is ASCII capable, it should guarantee that the user can input ASCII characters with 122 * ASCII-characters. 378 * @return true if this subtype is Ascii capable, false otherwise. If the subtype is ASCII 379 * capable, it should guarantee that the user can input ASCII characters with this subtype. 380 * This is important because many password fields only allow ASCII-characters.
|
/frameworks/base/tests/CoreTests/android/core/ |
NsdServiceInfoTest.java | 36 // Non-ASCII keys. 46 // ASCII keys with '=' character.
|
/libcore/dalvik/src/main/java/dalvik/system/profiler/ |
HprofBinaryToAscii.java | 165 System.out.println("Problem writing ASCII hprof data: " + e.getMessage()); 180 System.out.println("Reads a binary hprof file and print it in ASCII format");
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
ZipEntryTest.java | 54 // Create a zip file containing non-ASCII filenames. 56 List<String> filenames = Arrays.asList("us-ascii",
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
Utility.java | 68 public static final Charset ASCII = Charset.forName("US-ASCII"); 321 /** Converts a String to ASCII bytes */ 323 return encode(ASCII, s); 326 /** Builds a String from ASCII bytes */ 328 return decode(ASCII, b); 413 public static ByteArrayInputStream streamFromAsciiString(String ascii) { 414 return new ByteArrayInputStream(toAscii(ascii));
|
/packages/apps/Email/src/com/beetstra/jutf7/ |
UTF7StyleCharset.java | 42 "US-ASCII", "ISO-8859-1", "UTF-8", "UTF-16", "UTF-16LE", "UTF-16BE"
95 * Tells if a character can be encoded using simple (US-ASCII) encoding or
|
/packages/apps/Tag/src/com/android/apps/tag/record/ |
TextRecord.java | 106 String languageCode = new String(payload, 1, languageCodeLength, "US-ASCII"); 137 byte[] langBytes = locale.getLanguage().getBytes(Charset.forName("US-ASCII"));
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/codec/ |
EncoderUtil.java | 140 * illegal (control or non-ASCII) characters. 161 * contain any illegal (control or non-ASCII) characters. 205 * fall into the printable ASCII character set or if the text contains a 239 // non-printable ascii character has to be encoded 434 // token := 1*<any (US-ASCII) CHAR except SPACE, CTLs, or tspecials> 594 boolean ascii = true; 602 ascii = false; 605 return ascii ? CharsetUtil.US_ASCII : CharsetUtil.ISO_8859_1;
|
/packages/services/Telephony/src/org/apache/james/mime4j/codec/ |
EncoderUtil.java | 140 * illegal (control or non-ASCII) characters. 161 * contain any illegal (control or non-ASCII) characters. 205 * fall into the printable ASCII character set or if the text contains a 239 // non-printable ascii character has to be encoded 434 // token := 1*<any (US-ASCII) CHAR except SPACE, CTLs, or tspecials> 594 boolean ascii = true; 602 ascii = false; 605 return ascii ? CharsetUtil.US_ASCII : CharsetUtil.ISO_8859_1;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/ |
inet.h | 52 /* Convert Internet number in IN to ASCII representation. The return value 92 /* Convert ASCII representation in hexadecimal form of the Internet
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/ |
inet.h | 52 /* Convert Internet number in IN to ASCII representation. The return value 92 /* Convert ASCII representation in hexadecimal form of the Internet
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/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");
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/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");
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/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");
|