HomeSort by relevance Sort by last modified time
    Searched full:ascii (Results 276 - 300 of 4195) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/main/java/javax/security/auth/callback/
package.html 3 <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
  /libcore/luni/src/test/java/libcore/xml/
DeclarationTest.java 50 inputSourceA.setEncoding("US-ASCII");
54 "<?xml version=\"1.1\" encoding=\"US-ASCII\" standalone=\"yes\" ?><foo />");
77 assertEquals("US-ASCII", documentA.getInputEncoding());
84 assertEquals(message, "US-ASCII", documentB.getXmlEncoding());
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_01.txt 6 Content-Type: text/plain; charset=us-ascii
msg_20.txt 6 Content-Type: text/plain; charset=us-ascii
msg_32.txt 7 Content-Type: text/plain; charset*=ansi-x3.4-1968''us-ascii
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_01.txt 6 Content-Type: text/plain; charset=us-ascii
msg_20.txt 6 Content-Type: text/plain; charset=us-ascii
msg_32.txt 7 Content-Type: text/plain; charset*=ansi-x3.4-1968''us-ascii
  /system/core/include/cutils/
cpu_info.h 24 /* returns a string contiaining an ASCII representation of the CPU serial number,
  /external/apache-http/src/org/apache/http/message/
HeaderValueParser.java 131 * The US-ASCII coded character set is defined by ANSI X3.4-1986.
135 * CHAR = <any US-ASCII character (octets 0 - 127)>
136 * UPALPHA = <any US-ASCII uppercase letter "A".."Z">
137 * LOALPHA = <any US-ASCII lowercase letter "a".."z">
139 * DIGIT = <any US-ASCII digit "0".."9">
140 * CTL = <any US-ASCII control character
142 * CR = <US-ASCII CR, carriage return (13)>
143 * LF = <US-ASCII LF, linefeed (10)>
144 * SP = <US-ASCII SP, space (32)>
145 * HT = <US-ASCII HT, horizontal-tab (9)
    [all...]
  /external/chromium_org/v8/test/mjsunit/
string-slices.js 68 // First ASCII.
69 var x = "ASCII";
85 x = "UC16\u2028"; // Non-ascii char forces two-byte string.
181 var ascii = 'abcdefghijklmnop'; variable
183 assertEquals("klmno", ascii.substring(10,15) + ascii.substring(16));
185 assertEquals("klp", ascii.substring(10,12) + ascii.substring(15,16));
187 assertEquals("", ascii.substring(16) + utf.substring(16));
189 ascii.substring(1,6) + utf.substring(3,9))
    [all...]
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/v8/test/mjsunit/
string-slices.js 68 // First ASCII.
69 var x = "ASCII";
85 x = "UC16\u2028"; // Non-ascii char forces two-byte string.
181 var ascii = 'abcdefghijklmnop'; variable
183 assertEquals("klmno", ascii.substring(10,15) + ascii.substring(16));
185 assertEquals("klp", ascii.substring(10,12) + ascii.substring(15,16));
187 assertEquals("", ascii.substring(16) + utf.substring(16));
189 ascii.substring(1,6) + utf.substring(3,9))
    [all...]
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/apache-http/src/org/apache/commons/codec/net/
StringEncodings.java 29 * Seven-bit ASCII, also known as ISO646-US, also known as the Basic Latin block of the Unicode character set.
38 String US_ASCII = "US-ASCII";
  /external/bison/lib/
dosname.h 26 /* This internal macro assumes ASCII, but all hosts that support drive
27 letters use ASCII. */
  /external/chromium/net/base/
data_url.h 26 // using ASCII encoding for octets inside the range of safe URL characters and
28 // If <mediatype> is omitted, it defaults to text/plain;charset=US-ASCII. As a
  /external/chromium_org/content/child/npapi/
plugin_stream_win.cc 37 // The reason for using all the Ascii versions of these filesystem
39 // via NPAPI is an ascii filename. Otherwise, we'd use wide-chars.
  /external/chromium_org/net/base/
data_url.h 25 // using ASCII encoding for octets inside the range of safe URL characters and
27 // If <mediatype> is omitted, it defaults to text/plain;charset=US-ASCII. As a
  /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/webkit/glue/
simple_webmimeregistry_impl.h 22 // Convert a WebString to ASCII, falling back on an empty string in the case
23 // of a non-ASCII string.
  /external/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");
  /libcore/benchmarks/src/benchmarks/regression/
CharsetForNameBenchmark.java 35 "US-ASCII", // canonical, built-in, special-case
36 "ASCII" // non-canonical, built-in, special-case
  /ndk/sources/host-tools/sed-4.2.1/lib/
dirname.h 34 /* This internal macro assumes ASCII, but all hosts that support drive
35 letters use ASCII. */
  /external/chromium_org/third_party/icu/source/test/intltest/
punyref.h 63 /* will be represented as an array of ASCII code points. The */
75 /* it be forced to lowercase (if possible). ASCII code points */
76 /* are encoded literally, except that ASCII letters are forced */
78 /* uppercase flags. If case_flags is a null pointer then ASCII */
93 /* represented as an array of ASCII code points, and the output */
104 /* forced to lowercase (if possible). ASCII code points are */

Completed in 1408 milliseconds

<<11121314151617181920>>