Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/
Dwctomb_r.c277 unsigned char mb; in ___iso_wctomb() local
279 for (mb = 0; mb < 0x60; ++mb) in ___iso_wctomb()
280 if (__iso_8859_conv[iso_idx][mb] == wchar) in ___iso_wctomb()
282 *s = (char) (mb + 0xa0); in ___iso_wctomb()
433 unsigned char mb; in ___cp_wctomb() local
435 for (mb = 0; mb < 0x80; ++mb) in ___cp_wctomb()
436 if (__cp_conv[cp_idx][mb] == wchar) in ___cp_wctomb()
438 *s = (char) (mb + 0x80); in ___cp_wctomb()
/picolibc-3.5.0-3.4.0/.github/workflows/
Dvariants21 …"-Dnewlib-locale-info=true -Dnewlib-locale-info-extended=true -Dnewlib-mb=true -Dnewlib-iconv-exte…
/picolibc-3.5.0-3.4.0/newlib/
DREADME270 `--enable-newlib-mb'
459 enable-newlib-mb
DNEWS319 * 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-3.5.0-3.4.0/
Dmeson_options.txt199 option('newlib-mb', type: 'boolean', value: false,
Dmeson.build233 newlib_mb = get_option('newlib-mb')
/picolibc-3.5.0-3.4.0/doc/
Dbuild.md133 | newlib-mb | false | Enable multibyte support …