Searched refs:mbtowc (Results 1 – 16 of 16) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/testsuite/newlib.locale/ |
D | UTF-8.c | 152 retval = mbtowc(&wchar, first[0], MAX_BYTES); in main() 160 retval = mbtowc (&wchar, first[i-1], MAX_BYTES); in main() 170 retval = mbtowc (&wchar, last[i-1], MAX_BYTES); in main() 180 retval = mbtowc (&wchar, boundary[i-1], MAX_BYTES); in main() 189 retval = mbtowc (&wchar, continuation_bytes[0], MAX_BYTES); in main() 195 retval = mbtowc (&wchar, continuation_bytes[1], MAX_BYTES); in main() 268 retval = mbtowc(&wchar, incomplete_seq[i-1], i); in main() 277 retval = mbtowc(&wchar, incomplete_seq[i-1], i - 5); in main() 289 retval = mbtowc(&wchar, impossible_bytes[0], 1); in main() 295 retval = mbtowc(&wchar, impossible_bytes[1], 1); in main() [all …]
|
/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/ |
D | mbtowc.c | 56 mbtowc (wchar_t *__restrict pwc, in mbtowc() function
|
D | local.h | 59 #define __MBTOWC (__get_current_locale()->mbtowc)
|
D | stdlib.tex | 41 * mbtowc:: Minimal multibyte to wide character converter 150 @include stdlib/mbtowc.def
|
D | CMakeLists.txt | 77 mbtowc.c
|
D | meson.build | 127 'mbtowc.c',
|
/picolibc-3.5.0-3.4.0/newlib/libc/ctype/ |
D | tolower.c | 102 if (mbtowc (&wc, s, 1) >= 0 in tolower()
|
D | toupper.c | 102 if (mbtowc (&wc, s, 1) >= 0 in toupper()
|
D | tolower_l.c | 31 if (locale->mbtowc (_REENT, &wc, s, 1, &state) >= 0 in tolower_l()
|
D | toupper_l.c | 33 if (locale->mbtowc (_REENT, &wc, s, 1, &state) >= 0 in toupper_l()
|
/picolibc-3.5.0-3.4.0/newlib/libc/locale/ |
D | newlocale.c | 180 tmp_locale.mbtowc = base->mbtowc; in newlocale()
|
D | setlocale.h | 53 int (*mbtowc) (wchar_t *, const char *, size_t, member 189 int (*mbtowc) (wchar_t *, member
|
D | locale.c | 910 loc->mbtowc = l_mbtowc; in __loadlocale()
|
/picolibc-3.5.0-3.4.0/newlib/libc/include/ |
D | stdlib.h | 140 int mbtowc (wchar_t *__restrict, const char *__restrict, size_t);
|
/picolibc-3.5.0-3.4.0/newlib/ |
D | ChangeLog-2015 | 2195 libc/stdlib/mbstowcs.c, libc/stdlib/mbtowc.c, 2401 libc/stdlib/mbstowcs_r.c, libc/stdlib/mbtowc.c, 2996 * libc/stdlib/mbtowc.c (mbtowc): Likewise. 5620 * libc/stdlib/mbtowc.c: Ditto. 6138 mbtowc/wctomb to unsigned char to avoid negative return values. 13956 * libc/stdlib/mbstowcs.c, libc/stdlib/mbtowc.c: Ditto 16621 * libc/stdlib/mbtowc.c: Ditto. 16918 * libc/stdlib/mbtowc.c: Likewise. 18668 (_REENT_MBTOWC_STATE): New macro for reentrant mbtowc. 18678 * libc/stdlib/mbtowc (mbtowc): Change to use _REENT_CHECK_MISC [all …]
|
/picolibc-3.5.0-3.4.0/ |
D | COPYING.picolibc | 3055 newlib/libc/stdlib/mbtowc.c
|