/external/icu/icu4c/source/i18n/ |
D | identifier_info.cpp | 21 static UnicodeSet *ASCII; variable 32 delete ASCII; in IdentifierInfo_cleanup() 33 ASCII = NULL; in IdentifierInfo_cleanup() 48 ASCII = new UnicodeSet(0, 0x7f); in IdentifierInfo_init() 53 if (ASCII == NULL || JAPANESE == NULL || CHINESE == NULL || KOREAN == NULL in IdentifierInfo_init() 58 ASCII->freeze(); in IdentifierInfo_init() 230 if (ASCII->containsAll(*fIdentifier)) { in getRestrictionLevel()
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | FilesTest.java | 76 assertTrue(Arrays.equals(ASCII.getBytes(Charsets.US_ASCII), in testToByteArray() 91 assertTrue(Arrays.equals(ASCII.getBytes(Charsets.US_ASCII), bytes)); in testReadFile_withCorrectSize() 106 assertTrue(Arrays.equals(ASCII.getBytes(Charsets.US_ASCII), bytes)); in testReadFile_withSmallerSize() 121 assertTrue(Arrays.equals(ASCII.getBytes(Charsets.US_ASCII), bytes)); in testReadFile_withLargerSize() 136 assertTrue(Arrays.equals(ASCII.getBytes(Charsets.US_ASCII), bytes)); in testReadFile_withSizeZero() 167 assertEquals(ASCII, Files.toString(asciiFile, Charsets.US_ASCII)); in testToString() 227 Files.write(ASCII, temp1, Charsets.UTF_8); in testCopyEqualFiles() 233 assertEquals(ASCII, Files.toString(temp1, Charsets.UTF_8)); in testCopyEqualFiles() 238 Files.write(ASCII, temp, Charsets.UTF_8); in testCopySameFile() 244 assertEquals(ASCII, Files.toString(temp, Charsets.UTF_8)); in testCopySameFile() [all …]
|
D | CharStreamsTest.java | 163 long copied = CharStreams.copy(new StringReader(ASCII), builder); in testCopy() 164 assertEquals(ASCII, builder.toString()); in testCopy() 165 assertEquals(ASCII.length(), copied); in testCopy()
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | 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 key
|
/external/curl/lib/ |
D | checksrc.whitelist | 3 150 ASCII data connection for /bin/ls (137.167.104.91,37445) (0 bytes). 4 150 Opening ASCII mode data connection for [file] (0.0.0.0,0) (545 bytes)
|
/external/libmicrohttpd/src/microhttpd/ |
D | microhttpd_dll_res.rc.in | 17 BLOCK "04090000" /* Lang = US English, Charset = ASCII */ 32 VALUE "Translation", 0x0409, 0 /* US English, ASCII */
|
/external/libmicrohttpd/w32/VS2013/ |
D | microhttpd_dll_res_vc.rc | 21 BLOCK "04090000" /* Lang = US English, Charset = ASCII */ 40 VALUE "Translation", 0x0409, 0 /* US English, ASCII */
|
D | microhttpd_dll_res_vc.rc.in | 21 BLOCK "04090000" /* Lang = US English, Charset = ASCII */ 40 VALUE "Translation", 0x0409, 0 /* US English, ASCII */
|
/external/guava/guava-tests/test/com/google/common/base/ |
D | BenchmarkHelpers.java | 60 ASCII(CharMatcher.ASCII, ASCII_CHARACTERS), enumConstant
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | AnyScriptTest.java | 100 UnicodeSet ASCII = new UnicodeSet("[:ascii:]"); in TestForWidth() local 106 assertContainsNone("Should be wide", ASCII, wideLettersAndSpace); in TestForWidth() 107 assertContainsNone("Should be wide", ASCII, widePunctOnly); in TestForWidth()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
D | AnyScriptTest.java | 104 UnicodeSet ASCII = new UnicodeSet("[:ascii:]"); in TestForWidth() local 110 assertContainsNone("Should be wide", ASCII, wideLettersAndSpace); in TestForWidth() 111 assertContainsNone("Should be wide", ASCII, widePunctOnly); in TestForWidth()
|
/external/tcpdump/tests/ |
D | pgm_zmtp1v.out | 12 0x0010: 4153 4349 4920 6d65 7373 6167 6520 666f ASCII.message.fo 15 0x0040: 2c20 6120 6c6f 6e67 6572 2041 5343 4949 ,.a.longer.ASCII 17 0x0060: 686f 7274 2041 5343 4949 206d 6573 7361 hort.ASCII.messa 58 0x0010: 6c69 6e67 2041 5343 4949 206d 6573 7361 ling.ASCII.messa
|
D | epgm_zmtp1v.out | 16 0x0010: 4153 4349 4920 6d65 7373 6167 6520 666f ASCII.message.fo 19 0x0040: 2c20 6120 6c6f 6e67 6572 2041 5343 4949 ,.a.longer.ASCII 21 0x0060: 686f 7274 2041 5343 4949 206d 6573 7361 hort.ASCII.messa 63 0x0010: 6c69 6e67 2041 5343 4949 206d 6573 7361 ling.ASCII.messa
|
/external/curl/tests/data/ |
D | test805 | 35 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII 57 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationLoader.java | 60 private static final class ASCII { class in CollationLoader 83 "collations/" + ASCII.toLowerCase(collationType)); in loadRules() 147 type = ASCII.toLowerCase(type); in loadTailoring()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
D | CollationLoader.java | 62 private static final class ASCII { class in CollationLoader 85 "collations/" + ASCII.toLowerCase(collationType)); in loadRules() 149 type = ASCII.toLowerCase(type); in loadTailoring()
|
/external/zlib/src/doc/ |
D | txtvsbin.txt | 30 designed to work on ASCII, Unicode and other ASCII-derived alphabets, 60 [0..127] is properly specified by the ASCII standard, most control 72 detection schemes observe the presence of non-ASCII codes from the range 77 is used by virtually all ASCII extensions. In particular, this range is
|
/external/bison/runtime-po/ |
D | 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
|
/external/elfutils/po/ |
D | 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
|
/external/bison/po/ |
D | 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
|
/external/e2fsprogs/po/ |
D | 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
|
D | 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
|
/external/libexif/po/ |
D | 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
|
/external/curl/packages/OS400/ |
D | README.OS400 | 16 For this reason, and because libcurl was originally designed for ASCII based 17 operating systems, the current OS/400 implementation uses ASCII as internal 19 include files, a C and system procedures ASCII wrapper library. See IBM QADRT 21 This then results in libcurl being an ASCII library: any function string 22 argument is taken/returned in ASCII and a C/C++ calling program built around 24 QADRT does not define ASCII wrappers for all C/system procedures: the 31 so text gathered this way is (probably !) ASCII. 222 an ASCII CCSID! 257 to setlocale_a (QADRT's setlocale() ASCII wrapper) with category LC_ALL or
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetISO2022.java | 58 private static final byte ASCII = 0; field in CharsetISO2022 302 (short)(CSM(ASCII)|CSM(JISX201)|CSM(JISX208)|CSM(HWKANA_7BIT)), 303 (short)(CSM(ASCII)|CSM(JISX201)|CSM(JISX208)|CSM(HWKANA_7BIT)|CSM(JISX212)), 304 …(short)(CSM(ASCII)|CSM(JISX201)|CSM(JISX208)|CSM(HWKANA_7BIT)|CSM(JISX212)|CSM(GB2312)|CSM(KSC5601… 305 …(short)(CSM(ASCII)|CSM(JISX201)|CSM(JISX208)|CSM(HWKANA_7BIT)|CSM(JISX212)|CSM(GB2312)|CSM(KSC5601… 306 …(short)(CSM(ASCII)|CSM(JISX201)|CSM(JISX208)|CSM(HWKANA_7BIT)|CSM(JISX212)|CSM(GB2312)|CSM(KSC5601… 506 …ASCII, INVALID_STATE, INVALID_STATE, INVALID_STATE, INVALID_STATE, INVALID_STATE, JISX… 943 …if (myConverterData.toU2022State.cs[0] != ASCII && myConverterData.toU2022State.cs[0] != JISX201) { in decodeLoop() 944 myConverterData.toU2022State.cs[0] = ASCII; in decodeLoop() 967 case ASCII: in decodeLoop() [all …]
|