/external/libxml2/test/XInclude/ents/ |
something.txt | 1 this is some text in ASCII
|
/external/llvm/test/YAMLParser/ |
construct-str-ascii.data | 3 --- !!str "ascii string"
|
spec-02-13.data | 3 # ASCII Art
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/cjkencodings/ |
hz-utf8.txt | 1 This sentence is in ASCII.
|
hz.txt | 1 This sentence is in ASCII.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/cjkencodings/ |
hz-utf8.txt | 1 This sentence is in ASCII.
|
hz.txt | 1 This sentence is in ASCII.
|
/external/guava/guava-tests/test/com/google/common/base/ |
AsciiTest.java | 24 * Unit test for {@link Ascii}. 41 assertEquals(LOWER, Ascii.toLowerCase(UPPER)); 42 assertSame(LOWER, Ascii.toLowerCase(LOWER)); 43 assertEquals(IGNORED, Ascii.toLowerCase(IGNORED)); 44 assertEquals("foobar", Ascii.toLowerCase("fOobaR")); 48 assertEquals(UPPER, Ascii.toUpperCase(LOWER)); 49 assertSame(UPPER, Ascii.toUpperCase(UPPER)); 50 assertEquals(IGNORED, Ascii.toUpperCase(IGNORED)); 51 assertEquals("FOOBAR", Ascii.toUpperCase("FoOBAr")); 57 assertTrue(str, c == Ascii.toLowerCase(c)) [all...] |
/external/llvm/test/MC/AsmParser/ |
macros-gas.s | 29 .ascii "\_a \_b \_c \\_c" 32 // CHECK: .ascii "1 2 3 \003" 35 // CHECK: .ascii "1 2 3 \003" 39 .ascii "\_a \_b \_c" 42 // CHECK: .ascii "1 (23) " 45 // CHECK: .ascii "1 (23) " 48 // CHECK: .ascii "1 2 " 73 .ascii "\_a,\_b,\_c" 77 .ascii "\_a \_b \_c" 80 // CHECK: .ascii "a,b,c [all...] |
directive_ascii.s | 6 .ascii 15 .ascii "A" 28 .ascii "\1\01\07\08\001\0001\200\0" 31 # CHECK: .ascii "\b\f\n\r\t\\\"" 33 .ascii "\b\f\n\r\t\\\""
|
/external/llvm/test/MC/COFF/ |
linker-options.ll | 12 ; CHECK: .ascii " /DEFAULTLIB:msvcrt.lib" 13 ; CHECK: .ascii " /DEFAULTLIB:msvcrt.lib" 14 ; CHECK: .ascii " /DEFAULTLIB:secur32.lib" 15 ; CHECK: .ascii " /DEFAULTLIB:\"C:\\path to\\asan_rt.lib\"" 16 ; CHECK: .ascii " \"/with spaces\"" 17 ; CHECK: .ascii " /EXPORT:_foo"
|
/external/libxml2/test/valid/dtds/ |
694228.dtd | 2 <!ENTITY entity "This is an external entity that uses non-ASCII characters? ??">
|
/ndk/tests/build/issue81440-non-ascii-comment/jni/ |
Android.mk | 4 LOCAL_MODULE := issue81440-non-ascii-comment 5 LOCAL_SRC_FILES := issue81440-non-ascii-comment.cpp
|
/bionic/libc/upstream-netbsd/lib/libc/inet/ |
nsap_addr.c | 58 inet_nsap_addr(const char *ascii, u_char *binary, int maxlen) { 62 _DIAGASSERT(ascii != NULL); 65 if (ascii[0] != '0' || (ascii[1] != 'x' && ascii[1] != 'X')) 67 ascii += 2; 69 while ((c = *ascii++) != '\0' && len < (u_int)maxlen) { 78 c = *ascii++; 97 inet_nsap_ntoa(int binlen, const u_char *binary, char *ascii) { 105 if (ascii) [all...] |
/external/apache-http/src/org/apache/commons/codec/binary/ |
BinaryCodec.java | 78 * Converts an array of raw binary data into an array of ascii 0 and 1 characters. 82 * @return 0 and 1 ascii character bytes one for each bit of the argument 90 * Converts an array of raw binary data into an array of ascii 0 and 1 chars. 94 * @return 0 and 1 ascii character chars one for each bit of the argument 107 * Decodes a byte array where each byte represents an ascii '0' or '1'. 109 * @param ascii 110 * each byte represents an ascii '0' or '1' 116 public Object decode(Object ascii) throws DecoderException { 117 if (ascii == null) { 120 if (ascii instanceof byte[]) [all...] |
/external/chromium-trace/trace-viewer/third_party/Paste/tests/urlparser_data/hook/ |
app.py | 7 body = body.encode('ascii')
|
index.py | 7 body = body.encode('ascii')
|
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/ |
todo.txt | 6 encoding error if the value is Unicode and not ascii-compatible.
|
/external/libxml2/result/XInclude/ |
txtinclude.xml | 4 this is some text in ASCII
|
/external/libxml2/result/ |
comment4.xml | 2 <!-- test of non ascii comments like l? et tr?s -->
|
comment4.xml.rde | 1 0 8 #comment 0 1 test of non ascii comments like là et très
|
comment4.xml.rdr | 1 0 8 #comment 0 1 test of non ascii comments like là et très
|
comment4.xml.sax | 3 SAX.comment( test of non ascii comments like là et très )
|
/external/libxml2/result/noent/ |
comment4.xml | 2 <!-- test of non ascii comments like l? et tr?s -->
|
/external/libxml2/test/ |
comment4.xml | 2 <!-- test of non ascii comments like l? et tr?s -->
|