Home
last modified time | relevance | path

Searched refs:mb (Results 1 – 11 of 11) sorted by relevance

/picolibc-latest/newlib/libc/stdlib/
Dwctomb_r.c272 unsigned char mb; in ___iso_wctomb() local
274 for (mb = 0; mb < 0x60; ++mb) in ___iso_wctomb()
275 if (__iso_8859_conv[iso_idx][mb] == wchar) in ___iso_wctomb()
277 *s = (char) (mb + 0xa0); in ___iso_wctomb()
428 unsigned char mb; in ___cp_wctomb() local
430 for (mb = 0; mb < 0x80; ++mb) in ___cp_wctomb()
431 if (__cp_conv[cp_idx][mb] == wchar) in ___cp_wctomb()
433 *s = (char) (mb + 0x80); in ___cp_wctomb()
/picolibc-latest/.github/
Ddo-arm5 …alse -Dnewlib-locale-info=true -Dnewlib-locale-info-extended=true -Dnewlib-mb=true -Dnewlib-iconv-…
/picolibc-latest/.github/workflows/
Dvariants9 …alse -Dnewlib-locale-info=true -Dnewlib-locale-info-extended=true -Dnewlib-mb=true -Dnewlib-iconv-…
/picolibc-latest/newlib/libc/tinystdio/
Dvfscanf.c147 char mb[MB_LEN_MAX]; in getmb() local
156 mb[n++] = (char) i; in getmb()
158 s = mbrtowc(&ch, mb, n, ps); in getmb()
Dvfprintf.c1110 char mb[MB_LEN_MAX], *m; in vfprintf() local
1111 size_t mb_len = wcrtomb(mb, c, &ps); in vfprintf()
1112 m = mb; in vfprintf()
/picolibc-latest/
Dmeson_options.txt185 description: 'enable wide character support in printf/scanf even when newlib-mb is false')
236 option('newlib-mb', type: 'boolean', value: false,
Dmeson.build247 newlib_mb = get_option('newlib-mb')
/picolibc-latest/newlib/
DREADME270 `--enable-newlib-mb'
459 enable-newlib-mb
DNEWS331 * Added check for --enable-newlib-mb configure option which defines the
DChangeLog-201513550 tie iconv support to --enable-newlib-mb.
13939 * configure.in: Define _MB_CAPABLE if mb supported.
14338 Set _MB_LEN_MAX to 1 if not mb enabled.
14519 of mb routines for %lc and %ls support.
14575 * libc/stdio/vfprintf.c (_VFPRINTF_R, get_arg): Move mb-specific
14576 code within checks for MB_CAPABLE. For non-mb-capable platforms,
16514 * acinclude.m4 (enable-newlib-mb): Change check to
22137 with --enable-newlib-mb.
22472 * configure.in (links): Added check for --enable-newlib-mb configure
/picolibc-latest/doc/
Dbuild.md140 | newlib-mb | false | Enable multibyte support …