Searched refs:mb (Results 1 – 8 of 8) sorted by relevance
277 unsigned char mb; in ___iso_wctomb() local279 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() local435 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()
21 …"-Dnewlib-locale-info=true -Dnewlib-locale-info-extended=true -Dnewlib-mb=true -Dnewlib-iconv-exte…
270 `--enable-newlib-mb'459 enable-newlib-mb
319 * Added check for --enable-newlib-mb configure option which defines the
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-specific14576 code within checks for MB_CAPABLE. For non-mb-capable platforms,16514 * acinclude.m4 (enable-newlib-mb): Change check to22137 with --enable-newlib-mb.22472 * configure.in (links): Added check for --enable-newlib-mb configure
199 option('newlib-mb', type: 'boolean', value: false,
233 newlib_mb = get_option('newlib-mb')
133 | newlib-mb | false | Enable multibyte support …