Home
last modified time | relevance | path

Searched refs:wcrtomb (Results 1 – 25 of 50) sorted by relevance

12

/third_party/musl/src/multibyte/
Dwcsrtombs.c11 l = wcrtomb(buf, *ws2, 0); in wcsrtombs()
25 l = wcrtomb(s, **ws, 0); in wcsrtombs()
42 l = wcrtomb(buf, **ws, 0); in wcsrtombs()
45 wcrtomb(s, **ws, 0); in wcsrtombs()
Dwctomb.c7 return wcrtomb(s, wc, 0); in wctomb()
Dc32rtomb.c6 return wcrtomb(s, c32, ps); in c32rtomb()
Dc16rtomb.c29 return wcrtomb(s, wc, 0); in c16rtomb()
Dwcrtomb.c6 size_t wcrtomb(char *restrict s, wchar_t wc, mbstate_t *restrict st) in wcrtomb() function
Dwcsnrtombs.c30 l = wcrtomb(s, *ws, 0); in wcsnrtombs()
/third_party/musl/libc-test/src/functionalext/supplement/multibyte/
Dwcrtomb.c33 int result = wcrtomb(s, wcs, &pr); in wcrtomb_0100()
54 int result = wcrtomb(s, wcs, &pr); in wcrtomb_0200()
75 int result = wcrtomb(s, wcs, &pr); in wcrtomb_0300()
Dtest_src_functionalext_supplement_multibyte.gni17 "wcrtomb",
/third_party/musl/porting/liteos_m/kernel/src/multibyte/
Dwctomb.c7 return wcrtomb(s, wc, 0); in wctomb()
Dwcrtomb.c6 size_t wcrtomb(char *restrict s, wchar_t wc, mbstate_t *restrict st) in wcrtomb() function
/third_party/musl/porting/uniproton/kernel/src/multibyte/
Dwctomb.c7 return wcrtomb(s, wc, 0); in wctomb()
Dwcrtomb.c6 size_t wcrtomb(char *restrict s, wchar_t wc, mbstate_t *restrict st) in wcrtomb() function
/third_party/musl/porting/liteos_a/kernel/src/multibyte/
Dwctomb.c7 return wcrtomb(s, wc, 0); in wctomb()
Dwcrtomb.c6 size_t wcrtomb(char *restrict s, wchar_t wc, mbstate_t *restrict st) in wcrtomb() function
/third_party/bounds_checking_function/src/
Dsecurecutil.c29 return wcrtomb(s, wc, NULL); in wctomb()
/third_party/mindspore/third_party/securec/src/
Dsecurecutil.c29 return wcrtomb(s, wc, NULL); in wctomb()
/third_party/musl/porting/liteos_a/user/src/multibyte/
Dwcsnrtombs.c12 size_t l = wcrtomb(n<MB_LEN_MAX ? tmp : dst, *ws, 0); in wcsnrtombs()
/third_party/musl/porting/linux/user/src/multibyte/
Dwcsnrtombs.c12 size_t l = wcrtomb(n<MB_LEN_MAX ? tmp : dst, *ws, 0); in wcsnrtombs()
/third_party/musl/src/stdio/
Dungetwc.c20 if (!f->rpos || c == WEOF || (l = wcrtomb((void *)mbc, c, 0)) < 0 || in ungetwc()
/third_party/exfatprogs/lib/
Dlibexfat.c321 c_len = wcrtomb(c_str, wcs[i], &ps); in exfat_utf16_dec()
327 c_len = wcrtomb(c_str, 0xFFFD, &ps); in exfat_utf16_dec()
330 c_len = wcrtomb(c_str, L'?', &ps); in exfat_utf16_dec()
/third_party/musl/libc-test/src/functional/
Dclocale_mbfuncs.c51 if (wcrtomb(s, i, &st) != -1 && ni_errors++ < 50) in main()
/third_party/boost/libs/filesystem/doc/
DPOSIX_filename_encoding.txt36 locale-specific multi-byte encoding. Simply use mbrtowc and wcrtomb to
/third_party/musl/libc-test/src/api/
Dwchar.c46 {size_t(*p)(char*restrict,wchar_t,mbstate_t*restrict) = wcrtomb;} in f()
/third_party/gettext/gettext-runtime/libasprintf/
Dconfigure.ac92 AC_CHECK_FUNCS([snprintf vasprintf strnlen wcslen wcsnlen mbrtowc wcrtomb])
/third_party/boost/boost/compatibility/cpp_c_headers/
Dcwchar87 using ::wcrtomb;

12