/ndk/sources/android/support/src/musl-multibyte/ |
wcsrtombs.c | 14 size_t wcsrtombs(char *restrict s, const wchar_t **restrict ws, size_t n, mbstate_t *restrict st) function
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
wchar2.h | 496 wcsrtombs); 502 __warnattr ("wcsrtombs called with dst buffer smaller than len"); 505 __NTH (wcsrtombs (char *__restrict __dst, __const wchar_t **__restrict __src, function
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
wchar2.h | 496 wcsrtombs); 502 __warnattr ("wcsrtombs called with dst buffer smaller than len"); 505 __NTH (wcsrtombs (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/ |
wchar2.h | 496 wcsrtombs); 502 __warnattr ("wcsrtombs called with dst buffer smaller than len"); 505 __NTH (wcsrtombs (char *__restrict __dst, __const wchar_t **__restrict __src, function
|
/bionic/libc/bionic/ |
wchar.cpp | 231 size_t wcsrtombs(char* dst, const wchar_t** src, size_t len, mbstate_t* /*ps*/) { function 245 return wcsrtombs(dst, &src, len, NULL);
|
/external/bison/darwin-lib/ |
wchar.h | 678 # undef wcsrtombs 679 # define wcsrtombs rpl_wcsrtombs 681 _GL_FUNCDECL_RPL (wcsrtombs, size_t, 684 _GL_CXXALIAS_RPL (wcsrtombs, size_t, 689 _GL_FUNCDECL_SYS (wcsrtombs, size_t, 693 _GL_CXXALIAS_SYS (wcsrtombs, size_t, 697 _GL_CXXALIASWARN (wcsrtombs); 699 # undef wcsrtombs macro 701 _GL_WARN_ON_USE (wcsrtombs, "wcsrtombs is unportable - [all...] |
/external/bison/linux-lib/ |
wchar.h | 678 # undef wcsrtombs 679 # define wcsrtombs rpl_wcsrtombs 681 _GL_FUNCDECL_RPL (wcsrtombs, size_t, 684 _GL_CXXALIAS_RPL (wcsrtombs, size_t, 689 _GL_FUNCDECL_SYS (wcsrtombs, size_t, 693 _GL_CXXALIAS_SYS (wcsrtombs, size_t, 697 _GL_CXXALIASWARN (wcsrtombs); 699 # undef wcsrtombs macro 701 _GL_WARN_ON_USE (wcsrtombs, "wcsrtombs is unportable - [all...] |