/third_party/musl/src/multibyte/ |
D | wcsrtombs.c | 11 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()
|
D | wctomb.c | 7 return wcrtomb(s, wc, 0); in wctomb()
|
D | c32rtomb.c | 6 return wcrtomb(s, c32, ps); in c32rtomb()
|
D | c16rtomb.c | 29 return wcrtomb(s, wc, 0); in c16rtomb()
|
D | wcrtomb.c | 6 size_t wcrtomb(char *restrict s, wchar_t wc, mbstate_t *restrict st) in wcrtomb() function
|
D | wcsnrtombs.c | 30 l = wcrtomb(s, *ws, 0); in wcsnrtombs()
|
/third_party/musl/libc-test/src/functionalext/supplement/multibyte/ |
D | wcrtomb.c | 33 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()
|
D | test_src_functionalext_supplement_multibyte.gni | 17 "wcrtomb",
|
/third_party/musl/porting/liteos_m/kernel/src/multibyte/ |
D | wctomb.c | 7 return wcrtomb(s, wc, 0); in wctomb()
|
D | wcrtomb.c | 6 size_t wcrtomb(char *restrict s, wchar_t wc, mbstate_t *restrict st) in wcrtomb() function
|
/third_party/musl/porting/uniproton/kernel/src/multibyte/ |
D | wctomb.c | 7 return wcrtomb(s, wc, 0); in wctomb()
|
D | wcrtomb.c | 6 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/ |
D | wctomb.c | 7 return wcrtomb(s, wc, 0); in wctomb()
|
D | wcrtomb.c | 6 size_t wcrtomb(char *restrict s, wchar_t wc, mbstate_t *restrict st) in wcrtomb() function
|
/third_party/bounds_checking_function/src/ |
D | securecutil.c | 29 return wcrtomb(s, wc, NULL); in wctomb()
|
/third_party/mindspore/third_party/securec/src/ |
D | securecutil.c | 29 return wcrtomb(s, wc, NULL); in wctomb()
|
/third_party/musl/porting/liteos_a/user/src/multibyte/ |
D | wcsnrtombs.c | 12 size_t l = wcrtomb(n<MB_LEN_MAX ? tmp : dst, *ws, 0); in wcsnrtombs()
|
/third_party/musl/porting/linux/user/src/multibyte/ |
D | wcsnrtombs.c | 12 size_t l = wcrtomb(n<MB_LEN_MAX ? tmp : dst, *ws, 0); in wcsnrtombs()
|
/third_party/musl/src/stdio/ |
D | ungetwc.c | 20 if (!f->rpos || c == WEOF || (l = wcrtomb((void *)mbc, c, 0)) < 0 || in ungetwc()
|
/third_party/exfatprogs/lib/ |
D | libexfat.c | 321 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/ |
D | clocale_mbfuncs.c | 51 if (wcrtomb(s, i, &st) != -1 && ni_errors++ < 50) in main()
|
/third_party/boost/libs/filesystem/doc/ |
D | POSIX_filename_encoding.txt | 36 locale-specific multi-byte encoding. Simply use mbrtowc and wcrtomb to
|
/third_party/musl/libc-test/src/api/ |
D | wchar.c | 46 {size_t(*p)(char*restrict,wchar_t,mbstate_t*restrict) = wcrtomb;} in f()
|
/third_party/gettext/gettext-runtime/libasprintf/ |
D | configure.ac | 92 AC_CHECK_FUNCS([snprintf vasprintf strnlen wcslen wcsnlen mbrtowc wcrtomb])
|
/third_party/boost/boost/compatibility/cpp_c_headers/ |
D | cwchar | 87 using ::wcrtomb;
|