Home | History | Annotate | Download | only in common

Lines Matching full:ascii

9 *   encoding:   US-ASCII
31 * These maps for ASCII to/from EBCDIC map invariant characters (see utypes.h)
34 * They currently also map most other ASCII graphic characters,
37 * Both versions are mapped to ASCII.
39 * ASCII 37 1047
48 * EBCDIC platforms; both codes (15 and 25) are mapped to ASCII LF (0A),
49 * but there is no mapping for ASCII LF back to EBCDIC.
51 * ASCII EBCDIC S/390-OE
56 * control and graphical characters that are in ASCII-based
131 * Bit sets indicating which characters of the ASCII repertoire
132 * (by ASCII/Unicode code) are "invariant".
135 * As invariant are considered the characters of the ASCII repertoire except
164 * tests ASCII-family character values
188 * Allow the entire ASCII repertoire to be mapped _to_ Unicode.
293 /* convert ASCII to EBCDIC and verify that all characters are invariant */
331 /* this function only checks and copies ASCII strings without conversion */
370 /* convert EBCDIC to ASCII and verify that all characters are invariant */