HomeSort by relevance Sort by last modified time
    Searched refs:ASCII (Results 51 - 75 of 521) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/cmd/go/internal/get/
discovery.go 15 // it only supports UTF-8 and ASCII. Otherwise, it returns a meaningful
18 // order to reduce potential errors, ASCII is treated as UTF-8 (i.e. characters
22 case "ascii":
  /prebuilts/go/linux-x86/src/encoding/json/
fold_test.go 67 letter bool // must be ASCII letter
68 simple bool // must be simple ASCII letter (not 'S' or 'K')
  /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);
CharSinkTest.java 38 private static final String STRING = ASCII + I18N;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationLoader.java 62 * Simpler/faster methods for ASCII than ones based on Unicode data.
65 private static final class ASCII {
88 "collations/" + ASCII.toLowerCase(collationType));
152 type = ASCII.toLowerCase(type);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
AnyScriptTest.java 109 UnicodeSet ASCII = new UnicodeSet("[:ascii:]");
115 assertContainsNone("Should be wide", ASCII, wideLettersAndSpace);
116 assertContainsNone("Should be wide", ASCII, widePunctOnly);
126 assertEquals("Should be ascii", lettersAndSpace, back);
129 assertEquals("Should be ascii", punctOnly, back);
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationLoader.java 60 * Simpler/faster methods for ASCII than ones based on Unicode data.
63 private static final class ASCII {
86 "collations/" + ASCII.toLowerCase(collationType));
150 type = ASCII.toLowerCase(type);
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
AnyScriptTest.java 106 UnicodeSet ASCII = new UnicodeSet("[:ascii:]");
112 assertContainsNone("Should be wide", ASCII, wideLettersAndSpace);
113 assertContainsNone("Should be wide", ASCII, widePunctOnly);
123 assertEquals("Should be ascii", lettersAndSpace, back);
126 assertEquals("Should be ascii", punctOnly, back);
  /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: {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/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/python/cpython2/Lib/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
203 If ``ensure_ascii`` is false, all non-ASCII characters are not escaped, and
263 If the contents of ``fp`` is encoded with an ASCII based encoding other
265 be specified. Encodings that are not ASCII based (such as UCS-2) are
299 If ``s`` is a ``str`` instance and is encoded with an ASCII based encoding
301 must be specified. Encodings that are not ASCII based (such as UCS-2)
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/ltp/testcases/kernel/ipc/pipeio/
pipeio.c 70 #define ASCII 'a'
252 format = ASCII;
264 "d(decimal), a(ascii) or n(none) with "
276 "o(octal), d(decimal), a(ascii)"
736 d(decimal), a(ascii), n (none). hex is default\n\
774 if (format == ASCII) {
784 if (i > 0 && format != ASCII) {
786 * print the ascii equivalent of the data
811 case ASCII:
824 if (format != ASCII) {
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
writertest.cpp 123 // UTF8 -> UTF8 -> ASCII -> UTF8 -> UTF8
127 Writer<StringBuffer, UTF8<>, ASCII<> > writer(buffer);
133 GenericReader<ASCII<>, UTF8<> > reader2;
341 // Fail in unicode escaping in ASCII output
344 Writer<StringBuffer, UTF32<>, ASCII<> > writer(buffer);
  /cts/tests/security/src/android/keystore/cts/
Attestation.java 132 if (CharMatcher.ASCII.matchesAllOf(stringChallenge)) {
  /external/python/cpython3/Lib/
shlex.py 308 _find_unsafe = re.compile(r'[^\w@%+=:,./-]', re.ASCII).search
  /libcore/ojluni/src/main/resources/sun/nio/cs/
standard-charsets 42 charset US-ASCII US_ASCII
48 alias ASCII
  /libcore/support/src/test/java/tests/http/
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));
  /prebuilts/go/darwin-x86/src/net/http/cookiejar/
punycode.go 129 // acePrefix is the ASCII Compatible Encoding prefix.
132 // toASCII converts a domain or domain label to its ASCII form. For example,
136 if ascii(s) {
141 if !ascii(label) {
152 func ascii(s string) bool { func
  /prebuilts/go/darwin-x86/src/os/
env.go 18 // ${} is all ASCII, so bytes are fine for this operation.
49 // isAlphaNum reports whether the byte is an ASCII letter, number, or underscore
  /prebuilts/go/darwin-x86/src/runtime/
utf8.go 42 // decoderune returns the non-ASCII rune at the start of
46 // the to be decoded rune is a non-ASCII rune.

Completed in 1761 milliseconds

1 23 4 5 6 7 8 91011>>