Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dmbtowc_r.c45 typedef enum __packed { ASCII, JIS, A_ESC, A_ESC_DL, JIS_1, J_ESC, J_ESC_BR, enumerator
58 /* ASCII */ { A_ESC, ASCII, ASCII, ASCII, ASCII, ASCII, ASCII, ASCII, ASCII },
60 /* A_ESC */ { ASCII, A_ESC_DL, ASCII, ASCII, ASCII, ASCII, ASCII, ASCII, ASCII },
61 /* A_ESC_DL */{ ASCII, ASCII, ASCII, JIS, JIS, ASCII, ASCII, ASCII, ASCII },
64 /* J_ESC_BR */{ INV, INV, INV, INV, ASCII, ASCII, INV, INV, INV },
880 state->__state = ASCII; in __jis_mbtowc()
931 state->__state = ASCII; in __jis_mbtowc()
935 state->__state = ASCII; in __jis_mbtowc()
/picolibc-latest/newlib/libc/ctype/
Dctype.tex40 * Function isascii:: ASCII character predicate (isascii, isascii_l)
50 * Function toascii:: Force integers to ASCII range (toascii, toascii_l)
/picolibc-latest/newlib/libc/iconv/
Diconv.tex80 ASCII, etc. Encodings are formed by the following chain of steps:
101 to CCS, e.g. KOI8-R or ASCII.
575 us_ascii / (ASCII)
577 7-bit ASCII.
759 the EUC-TW encoding. The big5 encoding may be decomposed to the ASCII and BIG5
775 The resulting UCS codes are transformed to the ASCII and BIG5 codes using
788 (the ASCII and BIG5 CCS-es);
790 The obtained CCS codes are transformed to the UCS codes using the ASCII and BIG5 CCS tables;
792 The resulting UCS codes are transformed to the ASCII and BIG5 codes using
1430 Character Set} (@dfn{PCS}) which is the same as the @emph{US-ASCII}.
/picolibc-latest/newlib/libc/iconv/lib/
Dencoding.deps140 # 7-bit ASCII.
/picolibc-latest/
DREADME.md317 works when picolibc is limited to ASCII. Applications can select
/picolibc-latest/newlib/
DChangeLog-20154957 return value if input byte is ASCII NUL.
5397 * libc/stdio/vfscanf.c (__SVFSCANF_R): Fix handling of non-ASCII
5449 non-ASCII chars on Cygwin.
6843 (lc_ctype_charset): Set to "ASCII" by default.