/ndk/sources/android/support/src/musl-multibyte/ |
wctomb.c | 14 int wctomb(char *s, wchar_t wc) function
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
wctob.c | 33 if (wctomb (buf, wc) == 1)
|
wcrtomb.c | 30 /* This implementation of wcrtomb on top of wctomb() supports only 43 int ret = wctomb (s, wc);
|
/system/extras/tests/bionic/libstdc++/ |
test_cstdlib.cpp | 112 using ::wctomb;
|
/bionic/libstdc++/include/ |
cstdlib | 113 using ::wctomb;
|
/ndk/sources/cxx-stl/gabi++/include/ |
cstdlib | 112 using ::wctomb;
|
/ndk/sources/cxx-stl/system/include/ |
cstdlib | 112 using ::wctomb;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
stdlib.h | 81 wctomb) __wur; 84 __NTH (wctomb (char *__s, wchar_t __wchar)) function
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
stdlib.h | 81 wctomb) __wur; 84 __NTH (wctomb (char *__s, wchar_t __wchar)) function
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
stdlib.h | 81 wctomb) __wur; 84 __NTH (wctomb (char *__s, wchar_t __wchar)) function
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/ |
cstdlib | 109 using ::wctomb;
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/ |
cstdlib | 109 using ::wctomb;
|
/prebuilts/ndk/5/sources/cxx-stl/system/include/ |
cstdlib | 113 using ::wctomb;
|
/prebuilts/ndk/6/sources/cxx-stl/system/include/ |
cstdlib | 113 using ::wctomb;
|
/prebuilts/ndk/7/sources/cxx-stl/gabi++/include/ |
cstdlib | 113 using ::wctomb;
|
/prebuilts/ndk/7/sources/cxx-stl/system/include/ |
cstdlib | 113 using ::wctomb;
|
/prebuilts/ndk/8/sources/cxx-stl/gabi++/include/ |
cstdlib | 113 using ::wctomb;
|
/prebuilts/ndk/8/sources/cxx-stl/system/include/ |
cstdlib | 113 using ::wctomb;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/ |
cstdlib | 112 using ::wctomb;
|
/prebuilts/ndk/9/sources/cxx-stl/system/include/ |
cstdlib | 112 using ::wctomb;
|
/bionic/libc/include/ |
stdlib.h | 162 extern int wctomb(char *, wchar_t);
|
/development/ndk/platforms/android-3/include/ |
stdlib.h | 172 extern int wctomb(char *, wchar_t);
|
/development/ndk/platforms/android-8/include/ |
stdlib.h | 173 extern int wctomb(char *, wchar_t);
|
/development/ndk/platforms/android-9/include/ |
stdlib.h | 173 extern int wctomb(char *, wchar_t);
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/ |
stdlib.h | 171 extern int wctomb(char *, wchar_t);
|