/ndk/sources/android/support/src/musl-multibyte/ |
wcstombs.c | 4 size_t wcstombs(char *restrict s, const wchar_t *restrict ws, size_t n) function
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
stdlib.h | 137 size_t __len), wcstombs); 142 __warnattr ("wcstombs called with dst buffer smaller than len"); 145 __NTH (wcstombs (char *__restrict __dst, __const wchar_t *__restrict __src, function
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
stdlib.h | 137 size_t __len), wcstombs); 142 __warnattr ("wcstombs called with dst buffer smaller than len"); 145 __NTH (wcstombs (char *__restrict __dst, __const wchar_t *__restrict __src, function
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
stdlib.h | 137 size_t __len), wcstombs); 142 __warnattr ("wcstombs called with dst buffer smaller than len"); 145 __NTH (wcstombs (char *__restrict __dst, __const wchar_t *__restrict __src, function
|
/bionic/libc/bionic/ |
wchar.cpp | 244 size_t wcstombs(char* dst, const wchar_t* src, size_t len) { function
|