HomeSort by relevance Sort by last modified time
    Searched full:ascii (Results 201 - 225 of 3506) sorted by null

1 2 3 4 5 6 7 891011>>

  /ndk/sources/host-tools/make-3.81/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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_02.txt 12 Content-type: text/plain; charset=us-ascii
31 Content-type: text/plain; charset=us-ascii
48 Content-Type: text/plain; charset=us-ascii
64 Content-Type: text/plain; charset=us-ascii
78 Content-Type: text/plain; charset=us-ascii
93 Content-Type: text/plain; charset=us-ascii
108 Content-Type: text/plain; charset=us-ascii
123 Content-type: text/plain; charset=us-ascii
msg_29.txt 6 Content-Type: text/plain; charset=us-ascii;
7 title*0*="us-ascii'en'This%20is%20even%20more%20";
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
ascii.py 1 """ Python 'ascii' Codec
43 name='ascii',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_coding.py 25 input = u"# coding: ascii\n\N{SNOWMAN}".encode('utf-8')
28 expected = "'ascii' codec can't decode byte 0xe2 in position 16: " \
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_02.txt 12 Content-type: text/plain; charset=us-ascii
31 Content-type: text/plain; charset=us-ascii
48 Content-Type: text/plain; charset=us-ascii
64 Content-Type: text/plain; charset=us-ascii
78 Content-Type: text/plain; charset=us-ascii
93 Content-Type: text/plain; charset=us-ascii
108 Content-Type: text/plain; charset=us-ascii
123 Content-type: text/plain; charset=us-ascii
msg_29.txt 6 Content-Type: text/plain; charset=us-ascii;
7 title*0*="us-ascii'en'This%20is%20even%20more%20";
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
ascii.py 1 """ Python 'ascii' Codec
43 name='ascii',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_coding.py 25 input = u"# coding: ascii\n\N{SNOWMAN}".encode('utf-8')
28 expected = "'ascii' codec can't decode byte 0xe2 in position 16: " \
  /external/eigen/blas/f2c/
lsame.c 63 /* Use 'Z' rather than 'A' so that ASCII can be detected on Prime */
73 /* ASCII is assumed - ZCODE is the ASCII code of either lower or */
99 /* ASCII is assumed, on Prime machines - ZCODE is the ASCII code */
  /external/eigen/blas/fortran/
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/jsilver/src/com/google/streamhtmlparser/impl/
ParserStateTable.java 33 * <p>Note on characters outside the extended ASCII range: Currently, all state
35 * ASCII characters, that is characters in the Unicode space of [U+0000 to
37 * representation. When receiving characters outside that ASCII range, we
45 * [U+D800 - U+DFFF] and hence outside of the ASCII range and will not trigger
60 * We only check transitions for (extended) ASCII characters, hence
93 * <p>For ASCII characters, first look-up an explicit state transition for
95 * non-ASCII characters, look-up a default transition only.
166 "char must be in ASCII set: %c", chr);
178 "char must be in ASCII set: %c", start);
180 "char must be in ASCII set: %c", end)
    [all...]
  /external/apache-http/src/org/apache/http/protocol/
HTTP.java 50 public static final int CR = 13; // <US-ASCII CR, carriage return (13)>
51 public static final int LF = 10; // <US-ASCII LF, linefeed (10)>
52 public static final int SP = 32; // <US-ASCII SP, space (32)>
53 public static final int HT = 9; // <US-ASCII HT, horizontal-tab (9)>
81 public static final String US_ASCII = "US-ASCII";
82 public static final String ASCII = "ASCII";
  /external/guava/guava-tests/test/com/google/common/io/
FilesTest.java 74 File asciiFile = getTestFile("ascii.txt");
76 assertTrue(Arrays.equals(ASCII.getBytes(Charsets.US_ASCII.name()),
85 File asciiFile = getTestFile("ascii.txt");
91 assertTrue(Arrays.equals(ASCII.getBytes(Charsets.US_ASCII.name()), bytes));
100 File asciiFile = getTestFile("ascii.txt");
106 assertTrue(Arrays.equals(ASCII.getBytes(Charsets.US_ASCII.name()), bytes));
115 File asciiFile = getTestFile("ascii.txt");
121 assertTrue(Arrays.equals(ASCII.getBytes(Charsets.US_ASCII.name()), bytes));
130 File asciiFile = getTestFile("ascii.txt");
136 assertTrue(Arrays.equals(ASCII.getBytes(Charsets.US_ASCII.name()), bytes))
    [all...]
  /external/okhttp/okio/okio/src/main/java/okio/
Base64.java 50 // char ASCII value
52 // Z 90 25 (ASCII - 65)
55 // char ASCII value
57 // z 122 51 (ASCII - 71)
60 // char ASCII value
62 // 9 57 61 (ASCII + 4)
157 return new String(out, 0, index, "US-ASCII");
  /external/v8/test/mjsunit/
string-external-cached.js 65 var ascii = "ABCDEFGHIJKLMNOPQRST";
68 externalizeString(ascii, false);
71 assertTrue(isOneByteString(ascii));
73 var ascii_slice = ascii.slice(1,-1);
75 var ascii_cons = ascii + ascii;
78 assertEquals(["A", "A"], re.exec(ascii));
  /external/icu/icu4c/source/common/
patternprops.h 7 * encoding: US-ASCII
26 * Note: Both properties include ASCII as well as non-ASCII, non-Latin-1 code points,
  /external/icu/icu4c/source/i18n/
csrutf8.cpp 46 continue; // ASCII
96 // Plain ASCII. Confidence must be > 10, it's more likely than UTF-16, which
97 // accepts ASCII with confidence = 10.
  /libcore/benchmarks/src/benchmarks/regression/
CharsetBenchmark.java 38 "US-ASCII", // canonical, built-in, special-case
39 "ASCII" // non-canonical, built-in, special-case
81 return s.getBytes("US-ASCII");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
IllegalCharsetNameExceptionTest.java 40 ex = new IllegalCharsetNameException("ascii");
42 assertEquals(ex.getCharsetName(), "ascii");
43 assertTrue(ex.getMessage().indexOf("ascii") != -1);
UnsupportedCharsetExceptionTest.java 40 ex = new UnsupportedCharsetException("ascii");
42 assertEquals(ex.getCharsetName(), "ascii");
43 assertTrue(ex.getMessage().indexOf("ascii") != -1);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
utf8.h 39 /** Test if the specified strings qualifies as valid 7-bit ASCII. Return the string if so, otherwise NULL. \since 0.9.15 */
45 /** Filter all invalid ASCII characters from the specified string, returning a new fully ASCII valid string. Don't forget to free the returned string with pa_xfree(). \since 0.9.15 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
utf8.h 39 /** Test if the specified strings qualifies as valid 7-bit ASCII. Return the string if so, otherwise NULL. \since 0.9.15 */
45 /** Filter all invalid ASCII characters from the specified string, returning a new fully ASCII valid string. Don't forget to free the returned string with pa_xfree(). \since 0.9.15 */
  /external/icu/icu4c/source/common/unicode/
uidna.h 9 * encoding: US-ASCII
62 * Option to check whether the input conforms to the STD3 ASCII rules,
64 * (ASCII Letters, Digits and Hyphen-Minus).
209 * Converts a single domain name label into its ASCII form for DNS lookup.
211 * the result might not be an ASCII string.
265 * Converts a whole domain name into its ASCII form for DNS lookup.
267 * the result might not be an ASCII string.
323 * Converts a single domain name label into its ASCII form for DNS lookup.
369 * Converts a whole domain name into its ASCII form for DNS lookup.
428 * This is only checked in ToASCII operations, and only if the output label is all-ASCII
    [all...]

Completed in 328 milliseconds

1 2 3 4 5 6 7 891011>>