Home
last modified time | relevance | path

Searched refs:ASCII (Results 1 – 25 of 789) sorted by relevance

12345678910>>...32

/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-rc/Inputs/
Dtag-accelerators.rc6 "a", 4, ASCII
9 "A", 7, ASCII
12 "1", 10, ASCII
15 "$", 13, ASCII
17 "]", 16, ASCII
19 "^a", 19, ASCII
20 0, 37, ASCII
22 1, 40, ASCII
24 127, 43, ASCII
26 128, 46, ASCII
[all …]
/external/python/cpython3/Doc/library/
Dcurses.ascii.rst1 :mod:`curses.ascii` --- Utilities for ASCII characters
5 :synopsis: Constants and set-membership functions for ASCII characters.
12 The :mod:`curses.ascii` module supplies name constants for ASCII characters and
13 functions to test membership in various ASCII character classes. The constants
101 Checks for an ASCII alphanumeric character; it is equivalent to ``isalpha(c) or
107 Checks for an ASCII alphabetic character; it is equivalent to ``isupper(c) or
113 Checks for a character value that fits in the 7-bit ASCII set.
118 Checks for an ASCII whitespace character; space or horizontal tab.
123 Checks for an ASCII control character (in the range 0x00 to 0x1f or 0x7f).
128 Checks for an ASCII decimal digit, ``'0'`` through ``'9'``. This is equivalent
[all …]
Dbase64.rst17 ASCII characters and decoding such encodings back to binary data.
28 supports encoding :term:`bytes-like objects <bytes-like object>` to ASCII
30 strings containing ASCII to :class:`bytes`. Both base-64 alphabets
42 ASCII-only Unicode strings are now accepted by the decoding functions of
65 Decode the Base64 encoded :term:`bytes-like object` or ASCII string
68 Optional *altchars* must be a :term:`bytes-like object` or ASCII string of
90 Decode :term:`bytes-like object` or ASCII string *s* using the standard
105 Decode :term:`bytes-like object` or ASCII string *s*
120 Decode the Base32 encoded :term:`bytes-like object` or ASCII string *s* and
147 Decode the Base16 encoded :term:`bytes-like object` or ASCII string *s* and
[all …]
Dbinascii.rst1 :mod:`binascii` --- Convert between binary and ASCII
5 :synopsis: Tools for converting between binary and various ASCII-encoded binary
16 binary and various ASCII-encoded binary representations. Normally, you will not
24 ``a2b_*`` functions accept Unicode strings containing only ASCII characters.
30 ASCII-only unicode strings are now accepted by the ``a2b_*`` functions.
45 Convert binary data to a line of ASCII characters, the return value is the
61 Convert binary data to a line of ASCII characters in base64 coding. The return
78 Convert binary data to a line(s) of ASCII characters in quoted-printable
91 Convert binhex4 formatted ASCII data to binary, without doing RLE-decompression.
115 Perform hexbin4 binary-to-ASCII translation and return the resulting string. The
Demail.generator.rst35 something that contains only ASCII characters, using the standard email RFC
86 high bit set reproduced as in the original, and preserve the non-ASCII
89 needed using an ASCII-compatible :mailheader:`Content-Transfer-Encoding`.
90 That is, transform parts with non-ASCII
92 (:mailheader:`Content-Transfer-Encoding: 8bit`) to an ASCII compatible
93 :mailheader:`Content-Transfer-Encoding`, and encode RFC-invalid non-ASCII
121 Encode *s* using the ``ASCII`` codec and the ``surrogateescape`` error
134 convert any binary data in any message it flattens to an ASCII compatible
135 format, by converting them to an ASCII compatible
184 (This is required because strings cannot represent non-ASCII bytes.)
[all …]
Demail.header.rst5 :synopsis: Representing non-ASCII headers
21 a time when most email was composed of ASCII characters only. :rfc:`2822` is a
22 specification written assuming email contains only 7-bit ASCII characters.
27 transferred using only 7-bit ASCII characters, so a slew of RFCs have been
28 written describing how to encode email containing non-ASCII characters into
33 If you want to include non-ASCII characters in your email headers, say in the
50 Notice here how we wanted the :mailheader:`Subject` field to contain a non-ASCII
122 long lines and encapsulating non-ASCII parts in base64 or quoted-printable
155 charset of ``'unknown-8bit'`` are decoded as ASCII using the ``'replace'``
Dbinhex.rst12 representation of Macintosh files in ASCII. Only the data fork is handled.
44 Support module containing ASCII-to-binary and binary-to-ASCII conversions.
/external/python/cpython2/Doc/library/
Dcurses.ascii.rst2 :mod:`curses.ascii` --- Utilities for ASCII characters
6 :synopsis: Constants and set-membership functions for ASCII characters.
13 The :mod:`curses.ascii` module supplies name constants for ASCII characters and
14 functions to test membership in various ASCII character classes. The constants
102 Checks for an ASCII alphanumeric character; it is equivalent to ``isalpha(c) or
108 Checks for an ASCII alphabetic character; it is equivalent to ``isupper(c) or
114 Checks for a character value that fits in the 7-bit ASCII set.
119 Checks for an ASCII whitespace character; space or horizontal tab.
124 Checks for an ASCII control character (in the range 0x00 to 0x1f or 0x7f).
129 Checks for an ASCII decimal digit, ``'0'`` through ``'9'``. This is equivalent
[all …]
Demail.header.rst5 :synopsis: Representing non-ASCII headers
10 a time when most email was composed of ASCII characters only. :rfc:`2822` is a
11 specification written assuming email contains only 7-bit ASCII characters.
16 transferred using only 7-bit ASCII characters, so a slew of RFCs have been
17 written describing how to encode email containing non-ASCII characters into
22 If you want to include non-ASCII characters in your email headers, say in the
39 Notice here how we wanted the :mailheader:`Subject` field to contain a non-ASCII
112 long lines and encapsulating non-ASCII parts in base64 or quoted-printable
114 split long ASCII lines on, in rough support of :rfc:`2822`'s *highest
Dbinascii.rst2 :mod:`binascii` --- Convert between binary and ASCII
6 :synopsis: Tools for converting between binary and various ASCII-encoded binary
16 binary and various ASCII-encoded binary representations. Normally, you will not
34 Convert binary data to a line of ASCII characters, the return value is the
47 Convert binary data to a line of ASCII characters in base64 coding. The return
63 Convert binary data to a line(s) of ASCII characters in quoted-printable
76 Convert binhex4 formatted ASCII data to binary, without doing RLE-decompression.
97 Perform hexbin4 binary-to-ASCII translation and return the resulting string. The
Dbinhex.rst9 representation of Macintosh files in ASCII. On the Macintosh, both forks of a
48 Support module containing ASCII-to-binary and binary-to-ASCII conversions.
Duu.rst13 binary data to be transferred over ASCII-only connections. Wherever a file
61 Support module containing ASCII-to-binary and binary-to-ASCII conversions.
/external/guava/guava-tests/test/com/google/common/io/
DFilesTest.java76 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 …]
DCharStreamsTest.java163 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/
DEncodings.properties31 # 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/python/cpython2/Doc/reference/
Dlexical_analysis.rst17 Python uses the 7-bit ASCII character set for program text.
21 comments use an encoding different from ASCII.
29 but is generally a superset of ASCII.
32 set for 8-bit characters is ISO Latin-1 (an ASCII superset that covers most
35 encoding, which is also an ASCII superset, but with very different use for the
77 termination sequences can be used - the Unix form using ASCII LF (linefeed),
78 the Windows form using the ASCII sequence CR LF (return followed by linefeed),
79 or the old Macintosh form using the ASCII CR (return) character. All of these
85 representing ASCII LF, is the line terminator).
424 .. index:: single: ASCII@ASCII
[all …]
/external/curl/docs/cmdline-opts/
Duse-ascii.d3 Help: Use ASCII/text transfer
6 Enable ASCII transfer. For FTP, this can also be enforced by using a URL that
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/Inputs/resources/
Dtest_resource.rc9 "^R", 444, ASCII, NOINVERT
35 "^R", 444, ASCII, NOINVERT
/external/pdfium/third_party/lcms/
D0019-utf8.patch33 // code and Unicode count immediately follow the ASCII description, their
34 // alignment is not correct if the ASCII count is not a multiple of four. The
35 // ScriptCode code is misaligned when the ASCII count is odd. Profile reading and
38 //coordinates for 7-bit ASCII color names. For each named color, a PCS and optional
49 //that special characters of the 7-bit ASCII set not be used.
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cvtres/Inputs/
Dtest_resource.rc9 "^R", 444, ASCII, NOINVERT
35 "^R", 444, ASCII, NOINVERT
/external/libxml2/win32/
Dlibxml2.rc19 BLOCK "04090000" /* Lang = US English, Charset = ASCII */
34 VALUE "Translation", 0x0409, 0 /* US English, ASCII */
/external/grpc-grpc/doc/
Dinternationalization.md9 …lements need to be able to represent non-english content, some are intentionally left as ASCII-only
13 Method names are ASCII-only and may only contain characters allowed by HTTP/2 text header values. T…
14 …ervices will use protobuf which only allows method names from an even more restricted ASCII subset.
/external/ltp/testcases/kernel/ipc/pipeio/
Dpipeio.c70 #define ASCII 'a' macro
252 format = ASCII; in parse_options()
774 if (format == ASCII) { in prt_buf()
784 if (i > 0 && format != ASCII) { in prt_buf()
811 case ASCII: in prt_buf()
824 if (format != ASCII) { in prt_buf()
/external/guava/guava-tests/test/com/google/common/base/
DBenchmarkHelpers.java60 ASCII(CharMatcher.ASCII, ASCII_CHARACTERS), enumConstant
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DAnyScriptTest.java109 UnicodeSet ASCII = new UnicodeSet("[:ascii:]"); in TestForWidth() local
115 assertContainsNone("Should be wide", ASCII, wideLettersAndSpace); in TestForWidth()
116 assertContainsNone("Should be wide", ASCII, widePunctOnly); in TestForWidth()

12345678910>>...32