Searched refs:mb (Results 1 – 11 of 11) sorted by relevance
/picolibc-latest/newlib/libc/stdlib/ |
D | wctomb_r.c | 272 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/ |
D | do-arm | 5 …alse -Dnewlib-locale-info=true -Dnewlib-locale-info-extended=true -Dnewlib-mb=true -Dnewlib-iconv-…
|
/picolibc-latest/.github/workflows/ |
D | variants | 9 …alse -Dnewlib-locale-info=true -Dnewlib-locale-info-extended=true -Dnewlib-mb=true -Dnewlib-iconv-…
|
/picolibc-latest/newlib/libc/tinystdio/ |
D | vfscanf.c | 147 char mb[MB_LEN_MAX]; in getmb() local 156 mb[n++] = (char) i; in getmb() 158 s = mbrtowc(&ch, mb, n, ps); in getmb()
|
D | vfprintf.c | 1110 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/ |
D | meson_options.txt | 185 description: 'enable wide character support in printf/scanf even when newlib-mb is false') 236 option('newlib-mb', type: 'boolean', value: false,
|
D | meson.build | 247 newlib_mb = get_option('newlib-mb')
|
/picolibc-latest/newlib/ |
D | README | 270 `--enable-newlib-mb' 459 enable-newlib-mb
|
D | NEWS | 331 * Added check for --enable-newlib-mb configure option which defines the
|
D | ChangeLog-2015 | 13550 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/ |
D | build.md | 140 | newlib-mb | false | Enable multibyte support …
|