Lines Matching full:ascii
7 * encoding: US-ASCII
32 * encoding only a subset of 7-bit US-ASCII.
36 * For converting Unicode to UTF-7, the RFC allows to encode some US-ASCII
49 * Tests for US-ASCII characters belonging to character classes
63 * US-ASCII characters are not used in UTF-7 and are therefore illegal:
68 * - all codes beyond US-ASCII, i.e. all >127
94 /* legal byte values: all US-ASCII graphic characters from space to before tilde, and CR LF TAB */
254 * In Direct Mode, most US-ASCII characters are encoded directly, i.e.,
255 * with their US-ASCII byte values.
811 * string; in particular, printable US-ASCII chararacters can be
814 * In modified UTF-7, printable US-ASCII characters except for "&"
822 * Modified BASE64 MUST NOT be used to represent any printing US-ASCII
826 * ASCII. All names start in US-ASCII, and MUST end in US-ASCII (that
835 * Tests for US-ASCII characters belonging to character classes
849 * US-ASCII characters are not used in UTF-7 and are therefore illegal:
854 * - all codes beyond US-ASCII, i.e. all >127
862 /* legal byte values: all US-ASCII graphic characters 0x20..0x7e */
865 /* direct-encode all of printable ASCII 0x20..0x7e except '&' 0x26 */
938 * In Direct Mode, US-ASCII characters are encoded directly, i.e.,
939 * with their US-ASCII byte values.
985 * US-ASCII must not be base64-ed.
997 /* illegal - test other illegal US-ASCII values by base64Value==-3 */