HomeSort by relevance Sort by last modified time
    Searched refs:ASCII (Results 1 - 25 of 131) sorted by null

1 2 3 4 5 6

  /external/chromium-libpac/test/js-unittest/
international_domain_names.js 1 // Try resolving hostnames containing non-ASCII characters.
4 // This international hostname has a non-ASCII character. It is represented
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
international_domain_names.js 1 // Try resolving hostnames containing non-ASCII characters.
4 // This international hostname has a non-ASCII character. It is represented
  /external/guava/guava-tests/test/com/google/common/io/
IoTestCase.java 32 static final String ASCII
  /libcore/support/src/test/java/tests/http/
MockResponse.java 24 import static tests.http.MockWebServer.ASCII;
106 return setBody(body.getBytes(ASCII));
120 bytesOut.write(Integer.toHexString(chunkSize).getBytes(ASCII));
121 bytesOut.write("\r\n".getBytes(ASCII));
123 bytesOut.write("\r\n".getBytes(ASCII));
126 bytesOut.write("0\r\n\r\n".getBytes(ASCII)); // last chunk + empty trailer + crlf
132 return setChunkedBody(body.getBytes(ASCII), maxChunkSize);
MockWebServer.java 63 static final String ASCII = "US-ASCII";
422 out.write((response.getStatus() + "\r\n").getBytes(ASCII));
424 out.write((header + "\r\n").getBytes(ASCII));
426 out.write(("\r\n").getBytes(ASCII));
  /frameworks/av/media/img_utils/include/img_utils/
TagDefinitions.h 234 ASCII,
298 ASCII,
314 ASCII,
353 ASCII,
376 ASCII,
424 ASCII,
432 ASCII,
488 ASCII,
496 ASCII,
520 ASCII,
    [all...]
TiffHelpers.h 69 ASCII,
105 case ASCII:
  /external/mockwebserver/src/main/java/com/google/mockwebserver/
MockResponse.java 19 import static com.google.mockwebserver.MockWebServer.ASCII;
188 bytesOut.write(Integer.toHexString(chunkSize).getBytes(ASCII));
189 bytesOut.write("\r\n".getBytes(ASCII));
191 bytesOut.write("\r\n".getBytes(ASCII));
194 bytesOut.write("0\r\n\r\n".getBytes(ASCII)); // last chunk + empty trailer + crlf
  /external/eigen/blas/
lsame.f 43 * Use 'Z' rather than 'A' so that ASCII can be detected on Prime
53 * ASCII is assumed - ZCODE is the ASCII code of either lower or
73 * ASCII is assumed, on Prime machines - ZCODE is the ASCII code
  /external/apache-http/src/org/apache/http/protocol/
HTTP.java 45 public static final int CR = 13; // <US-ASCII CR, carriage return (13)>
46 public static final int LF = 10; // <US-ASCII LF, linefeed (10)>
47 public static final int SP = 32; // <US-ASCII SP, space (32)>
48 public static final int HT = 9; // <US-ASCII HT, horizontal-tab (9)>
76 public static final String US_ASCII = "US-ASCII";
77 public static final String ASCII = "ASCII";
  /external/icu/icu4c/source/i18n/
identifier_info.cpp 23 static UnicodeSet *ASCII;
34 delete ASCII;
35 ASCII = NULL;
50 ASCII = new UnicodeSet(0, 0x7f);
55 if (ASCII == NULL || JAPANESE == NULL || CHINESE == NULL || KOREAN == NULL
60 ASCII->freeze();
232 if (ASCII->containsAll(*fIdentifier)) {
  /external/chromium_org/v8/test/mjsunit/regress/
regress-227.js 30 assertEquals(null, res, "Throwing away high bits on ASCII string");
33 assertEquals(["x"], res, "Throwing away high bits on ASCII string");
  /external/chromium_org/third_party/icu/source/data/mappings/
ucmcore.mk 7 # US-ASCII, ISO 8859-1, UTF-7/8/16/32, SCSU
  /external/chromium_org/v8/test/mjsunit/
string-indexof-1.js 102 // Search for a non-ASCII string in a pure ASCII string.
107 // Search in string containing many non-ASCII chars.
111 // Search for string long enough to trigger complex search with ASCII pattern
search-string-multiple.js 58 "A long string with no non-ASCII characters",
61 "A long string with no non-ASCII characters");
unicode-string-to-number.js 28 // Make sure not to treat 16-bit unicode characters as ASCII
40 // Check that long strings with non-ASCII characters cannot convert.
  /external/icu/icu4c/source/data/mappings/
ucmcore.mk 7 # US-ASCII, ISO 8859-1, UTF-7/8/16/32, SCSU
  /external/chromium_org/v8/test/webkit/
regexp-negative-special-characters.js 38 test("\\s", " \\t\\f\\v\\r\\n", 0); // ASCII whitespace.
49 test("\\w", "????????", 8); // Alas, only ASCII characters count as word ones in JS.
  /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: {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
__init__.py 132 If ``ensure_ascii`` is true (the default), all non-ASCII characters in the
134 instance consisting of ASCII characters only. If ``ensure_ascii`` is
202 If ``ensure_ascii`` is false, all non-ASCII characters are not escaped, and
262 If the contents of ``fp`` is encoded with an ASCII based encoding other
264 be specified. Encodings that are not ASCII based (such as UCS-2) are
298 If ``s`` is a ``str`` instance and is encoded with an ASCII based encoding
300 must be specified. Encodings that are not ASCII based (such as UCS-2)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
__init__.py 132 If ``ensure_ascii`` is true (the default), all non-ASCII characters in the
134 instance consisting of ASCII characters only. If ``ensure_ascii`` is
202 If ``ensure_ascii`` is false, all non-ASCII characters are not escaped, and
262 If the contents of ``fp`` is encoded with an ASCII based encoding other
264 be specified. Encodings that are not ASCII based (such as UCS-2) are
298 If ``s`` is a ``str`` instance and is encoded with an ASCII based encoding
300 must be specified. Encodings that are not ASCII based (such as UCS-2)
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Encodings.properties 31 # ASCII ASCII,US-ASCII 0x007F
32 # Means the Java name for the encoding is "ASCII". The MIME names for this
33 # encoding which may appear in a stylesheet are "ASCII" or "US-ASCII"
44 ASCII ASCII,US-ASCII 0x007F
  /external/chromium_org/third_party/icu/source/common/
ucnv2022.c 7 * encoding: US-ASCII
119 ASCII = 0,
170 CSM(ASCII)|CSM(JISX201)|CSM(JISX208)|CSM(HWKANA_7BIT),
171 CSM(ASCII)|CSM(JISX201)|CSM(JISX208)|CSM(HWKANA_7BIT)|CSM(JISX212),
172 CSM(ASCII)|CSM(JISX201)|CSM(JISX208)|CSM(HWKANA_7BIT)|CSM(JISX212)|CSM(GB2312)|CSM(KSC5601)|CSM(ISO8859_1)|CSM(ISO8859_7),
173 CSM(ASCII)|CSM(JISX201)|CSM(JISX208)|CSM(HWKANA_7BIT)|CSM(JISX212)|CSM(GB2312)|CSM(KSC5601)|CSM(ISO8859_1)|CSM(ISO8859_7),
174 CSM(ASCII)|CSM(JISX201)|CSM(JISX208)|CSM(HWKANA_7BIT)|CSM(JISX212)|CSM(GB2312)|CSM(KSC5601)|CSM(ISO8859_1)|CSM(ISO8859_7)
690 * <ESC>(B ASCII
704 ,ASCII ,INVALID_STATE ,INVALID_STATE ,INVALID_STATE ,INVALID_STATE ,INVALID_STATE ,JISX201 ,HWKANA_7BIT ,JISX201 ,INVALID_STATE
    [all...]
  /external/icu/icu4c/source/common/
ucnv2022.cpp 7 * encoding: US-ASCII
121 ASCII = 0,
172 CSM(ASCII)|CSM(JISX201)|CSM(JISX208)|CSM(HWKANA_7BIT),
173 CSM(ASCII)|CSM(JISX201)|CSM(JISX208)|CSM(HWKANA_7BIT)|CSM(JISX212),
174 CSM(ASCII)|CSM(JISX201)|CSM(JISX208)|CSM(HWKANA_7BIT)|CSM(JISX212)|CSM(GB2312)|CSM(KSC5601)|CSM(ISO8859_1)|CSM(ISO8859_7),
175 CSM(ASCII)|CSM(JISX201)|CSM(JISX208)|CSM(HWKANA_7BIT)|CSM(JISX212)|CSM(GB2312)|CSM(KSC5601)|CSM(ISO8859_1)|CSM(ISO8859_7),
176 CSM(ASCII)|CSM(JISX201)|CSM(JISX208)|CSM(HWKANA_7BIT)|CSM(JISX212)|CSM(GB2312)|CSM(KSC5601)|CSM(ISO8859_1)|CSM(ISO8859_7)
724 * <ESC>(B ASCII
    [all...]
  /external/chromium_org/v8/src/arm/
regexp-macro-assembler-arm.cc 240 if (mode_ == ASCII) {
356 if (mode_ == ASCII) {
445 if (mode_ != ASCII || kTableMask != String::kMaxOneByteCharCode) {
466 if (mode_ == ASCII) {
486 // Match ASCII digits ('0'..'9')
492 // Match non ASCII-digits
520 if (mode_ == ASCII) {
536 if (mode_ != ASCII) {
537 // Table is 128 entries, so all ASCII characters can be tested.
550 if (mode_ != ASCII) {
    [all...]

Completed in 2002 milliseconds

1 2 3 4 5 6