/sdk/testapps/basicJar2/ |
build.xml | 6 <javac encoding="ascii" target="1.5" source="1.5" debug="true" extdirs=""
|
/sdk/testapps/basicJar3/ |
build.xml | 6 <javac encoding="ascii" target="1.5" source="1.5" debug="true" extdirs=""
|
/external/guava/guava/src/com/google/common/base/ |
Ascii.java | 28 * Static methods pertaining to ASCII characters (those in the range of values 32 * <p>ASCII utilities also exist in other classes of this package: 35 * <li>{@link Charsets#US_ASCII} specifies the {@code Charset} of ASCII characters. 36 * <li>{@link CharMatcher#ASCII} matches ASCII characters and provides text processing methods 37 * which operate only on the ASCII characters of a string. 45 public final class Ascii { 47 private Ascii() {} 49 /* The ASCII control characters, per RFC 20. */ 233 * Transmission On: Although originally defined as DC1, this ASCII [all...] |
/external/valgrind/exp-bbv/tests/arm-linux/ |
ll.S | 386 add r8,r8,#0x30 @ convert to ascii 438 ver_string: .ascii " Version \0" 439 compiled_string: .ascii ", Compiled \0" 440 processor: .ascii " Processor, \0" 441 ram_comma: .ascii "M RAM, \0" 442 bogo_total: .ascii " Bogomips Total\n\0" 444 default_colors: .ascii "\033[0m\n\n\0" 445 escape: .ascii "\033[\0" 446 C: .ascii "C\0" 448 one: .ascii "One \0 [all...] |
/external/icu/icu4c/source/test/cintltst/ |
stdnmtst.c | 101 dotestname("ascii", "MIME", "US-ASCII") && 104 dotestname("ascii", "IANA", "ANSI_X3.4-1968") && 107 dotestname("ASCII", "crazy", NULL) && 150 dotestconv("ascii", "MIME", NULL) && /* mapping does not exist */ 163 dotestconv("ASCII", "crazy", NULL)) 273 "US-ASCII", 274 "ASCII", 285 "US-ASCII" 292 doTestNames("ASCII", "IANA", asciiIANA, ARRAY_SIZE(asciiIANA)) [all...] |
/external/apache-http/src/org/apache/http/message/ |
BasicNameValuePair.java | 50 * The US-ASCII coded character set is defined by ANSI X3.4-1986. 54 * CHAR = <any US-ASCII character (octets 0 - 127)> 55 * UPALPHA = <any US-ASCII uppercase letter "A".."Z"> 56 * LOALPHA = <any US-ASCII lowercase letter "a".."z"> 58 * DIGIT = <any US-ASCII digit "0".."9"> 59 * CTL = <any US-ASCII control character 61 * CR = <US-ASCII CR, carriage return (13)> 62 * LF = <US-ASCII LF, linefeed (10)> 63 * SP = <US-ASCII SP, space (32)> 64 * HT = <US-ASCII HT, horizontal-tab (9) [all...] |
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
Base64.java | 50 private static byte[] ascii = new byte[255]; field in class:Base64 56 ascii[idx] = INVALID; 61 ascii[base64[idx]] = (byte) idx; 64 ascii[0x09] = WHITESPACE; 65 ascii[0x0A] = WHITESPACE; 66 ascii[0x0D] = WHITESPACE; 67 ascii[0x20] = WHITESPACE; 70 ascii[0x3d] = EQUAL; 114 // Do 3-byte to 4-byte conversion + 0-63 to ascii printable conversion 188 // Do ascii printable to 0-63 conversion [all...] |
/external/bison/po/ |
en@boldquot.header | 2 # The msgids must be ASCII and therefore cannot contain real quotation 19 # When output to an ASCII terminal, the single quotation marks are
|
en@quot.header | 2 # The msgids must be ASCII and therefore cannot contain real quotation 19 # When output to an ASCII terminal, the single quotation marks are
|
/external/bison/runtime-po/ |
en@boldquot.header | 2 # The msgids must be ASCII and therefore cannot contain real quotation 19 # When output to an ASCII terminal, the single quotation marks are
|
en@quot.header | 2 # The msgids must be ASCII and therefore cannot contain real quotation 19 # When output to an ASCII terminal, the single quotation marks are
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/bench/ |
__init__.py | 1 # -*- coding: ascii -*- 30 __doc__ = __doc__.encode('ascii').decode('unicode_escape')
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/ |
__init__.py | 1 # -*- coding: ascii -*- 30 __doc__ = __doc__.encode('ascii').decode('unicode_escape')
|
/external/clang/test/Frontend/ |
source-col-map.c | 9 // The error diagnostic message printer should be able to handle the non-ascii 15 // non-ASCII characters.
|
/external/compiler-rt/test/msan/ |
iconv.cc | 12 iconv_t cd = iconv_open("ASCII", "ASCII");
|
/external/e2fsprogs/po/ |
en@boldquot.header | 2 # The msgids must be ASCII and therefore cannot contain real quotation 19 # When output to an ASCII terminal, the single quotation marks are
|
en@quot.header | 2 # The msgids must be ASCII and therefore cannot contain real quotation 19 # When output to an ASCII terminal, the single quotation marks are
|
/external/elfutils/src/po/ |
en@boldquot.header | 2 # The msgids must be ASCII and therefore cannot contain real quotation 19 # When output to an ASCII terminal, the single quotation marks are
|
en@quot.header | 2 # The msgids must be ASCII and therefore cannot contain real quotation 19 # When output to an ASCII terminal, the single quotation marks are
|
/external/guava/guava-tests/benchmark/com/google/common/base/ |
AsciiBenchmark.java | 22 import com.google.common.base.Ascii; 32 * Benchmarks for the ASCII class. 77 ? Ascii.toUpperCase(testString) 82 dummy += Ascii.toUpperCase(string).length(); 121 dummy ^= Ascii.equalsIgnoreCase(lhs[i & 0x3], rhs[i & 0x3]); 133 dummy ^= Ascii.equalsIgnoreCase(lhs, rhs); 157 dummy ^= Ascii.isUpperCase(chars[n]); 167 builder.append(Ascii.toUpperCase(chars.charAt(i)));
|
/external/libexif/po/ |
en@boldquot.header | 2 # The msgids must be ASCII and therefore cannot contain real quotation 19 # When output to an ASCII terminal, the single quotation marks are
|
en@quot.header | 2 # The msgids must be ASCII and therefore cannot contain real quotation 19 # When output to an ASCII terminal, the single quotation marks are
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
wpa_passphrase.sgml | 10 <refpurpose>Generate a WPA PSK from an ASCII passphrase for a SSID</refpurpose> 25 <filename>wpa_supplicant.conf</filename> file. An ASCII passphrase
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/ |
UserData.java | 52 * US ASCII character mapping table. 54 * This table contains only the printable ASCII characters, with a 55 * 0x20 offset, meaning that the ASCII SPACE character is at index 75 * characters, meaning those not in the respective ASCII or GSM 77 * in both the GSM-7bit and ASCII-7bit encodings. 82 * Only elements between these indices in the ASCII table are printable. 101 * Given a string generate a corresponding ASCII-encoded byte 117 * Mapping for ASCII values less than 32 are flow control signals
|
/libcore/luni/src/main/java/java/nio/charset/ |
StandardCharsets.java | 33 * The US-ASCII charset. 35 public static final Charset US_ASCII = Charset.forName("US-ASCII");
|