/system/bt/bta/hf_client/ |
bta_hf_client_cmd.c | 40 /* expects ascii code for command */
|
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/data/tokenization/ |
test1.test | 148 {"description":"Non-ASCII character reference name", 152 {"description":"ASCII decimal entity", 156 {"description":"ASCII hexadecimal entity",
|
/external/guava/guava/src/com/google/common/net/ |
InternetDomainName.java | 25 import com.google.common.base.Ascii; 58 * <li>ASCII uppercase characters are converted to lowercase. 59 * <li>Unicode dot separators other than the ASCII period ({@code '.'}) are 60 * converted to the ASCII period. 139 // * ASCII characters to lowercase 143 name = Ascii.toLowerCase(DOTS_MATCHER.replaceFrom(name, '.')); 201 * <li>Any part containing non-ASCII characters is considered valid. 265 * but it actually only works for ASCII. So for now, assume any non-ASCII 269 * <p>ASCII characters in the part are expected to be valid per RFC 1035 [all...] |
/external/guava/guava-gwt/src-super/com/google/common/io/super/com/google/common/io/ |
BaseEncoding.java | 31 import com.google.common.base.Ascii; 45 * A binary encoding scheme for reversibly translating between byte sequences and printable ASCII 55 * <p>...returns the ASCII bytes of the string {@code "foo"}. 419 byte[] decodabet = new byte[Ascii.MAX + 1]; 423 checkArgument(CharMatcher.ASCII.matches(c), "Non-ASCII character: %s", c); 445 if (ch > Ascii.MAX || decodabet[ch] == -1) { 453 if (Ascii.isLowerCase(c)) { 462 if (Ascii.isUpperCase(c)) { 476 upperCased[i] = Ascii.toUpperCase(chars[i]) [all...] |
/external/guava/guava-tests/test/com/google/common/io/ |
CharStreamsTest.java | 163 long copied = CharStreams.copy(new StringReader(ASCII), builder); 164 assertEquals(ASCII, builder.toString()); 165 assertEquals(ASCII.length(), copied);
|
/external/libvncserver/common/ |
md5.h | 120 ASCII representation of the message digest. 129 to the wanted ASCII representation of the message digest. 143 output yields to the wanted ASCII representation of the message
|
/external/libxml2/os400/iconv/bldcsndfa/ |
ccsid_mibenum.xml | 26 <assoc ccsid="367" mibenum="3"><!-- ANSI X3.4 ASCII --> 27 <alias>ASCII</alias> 32 <assoc ccsid="437" mibenum="2011"><!-- 8-bit PC ASCII --></assoc> 108 <assoc ccsid="958"><!-- ASCII for CP 00367; JIS X208-1983 for CP 00952 --></assoc> 109 <assoc ccsid="959"><!-- ASCII for CP 00367; JIS X208-1978 for CP 00955 --></assoc> 110 <assoc ccsid="964"><!-- G0 - ASCII for CP 00367; G1-CNS 11643 plane 1 for CP 960 --></assoc> 111 <assoc ccsid="965"><!-- ASCII for CP 00367; CNS 11643 plane 1 for CP 960 --></assoc> 113 <assoc ccsid="1008"><!-- Arabic 8-bit ISO/ASCII --></assoc> 233 <assoc ccsid="5054"><!-- ASCII for CP 367; JIS X208-1983 for CP 952 --></assoc> 234 <assoc ccsid="5055"><!-- ASCII for CP 367; JIS X208-1978 for CP 955 --></assoc [all...] |
/external/llvm/test/MC/MachO/ |
indirect-symbols.s | 10 .ascii "\364\364\364\364\364" 12 .ascii "\364\364\364\364\364" 14 .ascii "\364\364\364\364\364"
|
/external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/internal/huc/ |
URLEncodingTest.java | 49 * This test goes through the exhaustive set of interesting ASCII characters 61 // ascii characters 99 // beyond ascii
|
/external/v8/test/mjsunit/ |
substr.js | 66 // First ASCII. 67 var x = "ASCII"; 85 x = "UC16\u2028"; // Non-ascii char forces two-byte string.
|
/external/vboot_reference/tests/ |
vboot_display_tests.c | 218 .ascii = 'A', 222 .ascii = 'B', 226 .ascii = 'C',
|
/frameworks/av/media/img_utils/src/ |
TiffEntry.cpp | 48 if (type == BYTE || type == ASCII || type == UNDEFINED) { 58 if (type == SBYTE || type == ASCII || type == UNDEFINED) { 146 case ASCII: {
|
/frameworks/minikin/libs/minikin/ |
Hyphenator.cpp | 103 if (c < 0x00C0) { // U+00C0 is the lowest uppercase non-ASCII character 104 // Convert uppercase ASCII to lowercase ASCII, but keep other characters as-is
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
md5.h | 123 ASCII representation of the message digest. 132 to the wanted ASCII representation of the message digest. 146 output yields to the wanted ASCII representation of the message
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_parameters.py | 12 self.prev_conv_mode = set_conversion_mode("ascii", "strict") 60 # new in 0.9.1: convert (encode) unicode to ascii 83 # new in 0.9.1: convert (decode) ascii to unicode
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_parameters.py | 12 self.prev_conv_mode = set_conversion_mode("ascii", "strict") 60 # new in 0.9.1: convert (encode) unicode to ascii 83 # new in 0.9.1: convert (decode) ascii to unicode
|
/system/core/fastboot/ |
fastboot_protocol.txt | 24 1. Host sends a command, which is an ascii string in a single 29 or "INFO". Additional bytes may contain an (ascii) informative 102 * Commands are ascii strings and sent without the quotes (which are
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
CharsetASCII.java | 113 * perform ascii conversion from the source array to the target array, making sure each 136 * perform ascii conversion from the source buffer to the target buffer, making sure 272 * perform ascii conversion from the source array to the target array, making sure each 295 * perform ascii conversion from the source buffer to the target buffer, making sure 331 * ASCII doesn't support characters in the BMP, so if handleSurrogates returns null,
|
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/benchmark/ |
spec.html | [all...] |
/external/libxml2/doc/ |
encoding.html | 29 encoding for ASCII and to save space for Western encodings, but it is a bit 43 example straight UTF8 or even an ASCII form)</li> 84 <li>Most of libxml2 version 1 users were using it with straight ASCII 99 <li>One just need to make sure that when using chars outside the ASCII set, 107 the ASCII range (0-0x7F) maps with ASCII</li> 168 a problem in the current version, in practice avoid using non-ascii 169 characters for tag or attribute names). A special "ascii" encoding name 170 is used to save documents to a pure ascii form can be used when 190 <li>ASCII, useful mostly for saving</li [all...] |
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
SmsMessageBodyTest.java | 37 * supports the GSM 7 bit default alphabet, ASCII 8 bit, and UCS-2. 44 // ASCII chars in the GSM 7 bit default alphabet 60 // ASCII chars in the GSM default extension table 127 // ASCII chars in all GSM extension tables 129 // ASCII chars in all GSM extension tables and Portuguese locking shift table 131 // non-ASCII chars in GSM default alphabet and all locking tables 133 // non-ASCII chars in GSM default alphabet and Turkish locking shift table 135 // non-ASCII chars in GSM default alphabet table only 155 // ASCII chars in GSM default alphabet 509 // 1% chance to add from each special character class, else add an ASCII cha [all...] |
/libcore/luni/src/main/java/java/util/regex/ |
Pattern.java | 64 * <tr> <td> \c<i>x</i> </td> <td>The ASCII control character ^x (so {@code \cH} would be ^H, U+0008).</td> </tr> 66 * <tr> <td> \a </td> <td>The ASCII bell character (U+0007).</td> </tr> 67 * <tr> <td> \e </td> <td>The ASCII ESC character (U+001b).</td> </tr> 68 * <tr> <td> \f </td> <td>The ASCII form feed character (U+000c).</td> </tr> 69 * <tr> <td> \n </td> <td>The ASCII newline character (U+000a).</td> </tr> 70 * <tr> <td> \r </td> <td>The ASCII carriage return character (U+000d).</td> </tr> 71 * <tr> <td> \t </td> <td>The ASCII tab character (U+0009).</td> </tr> 94 * <p>Note that these built-in classes don't just cover the traditional ASCII range. For example, 98 * If you actually want to match only ASCII characters, specify the explicit characters you want; 105 * <li>POSIX class names. These are 'Alnum', 'Alpha', 'ASCII', 'Blank', 'Cntrl', 'Digit' [all...] |
/external/pcre/dist/ |
config.h.generic | 37 /* If you are compiling for a system that uses EBCDIC instead of ASCII 43 input strings are ASCII or UTF-8/16/32 Unicode. It is not possible to build 49 LF does in an ASCII/Unicode environment. The value must also be set in the 210 time. In ASCII environments, the value can be 10 (LF), 13 (CR), or 3338 213 0x25) that are used as the NL line terminator that is equivalent to ASCII 214 LF. In both ASCII and EBCDIC environments the value can also be -1 (ANY), 333 ASCII/UTF-8/16/32, but not both at once. */
|
config.h.in | 37 /* If you are compiling for a system that uses EBCDIC instead of ASCII 43 input strings are ASCII or UTF-8/16/32 Unicode. It is not possible to build 49 LF does in an ASCII/Unicode environment. The value must also be set in the 197 time. In ASCII environments, the value can be 10 (LF), 13 (CR), or 3338 200 0x25) that are used as the NL line terminator that is equivalent to ASCII 201 LF. In both ASCII and EBCDIC environments the value can also be -1 (ANY), 331 ASCII/UTF-8/16/32, but not both at once. */
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
OutputStreamWriterTest.java | 46 static private final String[] MINIMAL_CHARSETS = new String[] { "US-ASCII", 341 OutputStreamWriter writer2 = new OutputStreamWriter(out, "ascii"); 342 assertEquals(Charset.forName("ascii"), Charset.forName(writer2 351 Charset cs = Charset.forName("ascii"); 374 Charset cs = Charset.forName("ascii"); 585 // the default is ASCII, there should not be any mode changes 594 // the byte sequence should not switch to ASCII mode until the
|