/external/stlport/stlport/stl/ |
_cstdlib.h | 66 using _STLP_VENDOR_CSTD::mbtowc;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_cstdlib.h | 66 using _STLP_VENDOR_CSTD::mbtowc;
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_cstdlib.h | 66 using _STLP_VENDOR_CSTD::mbtowc;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_cstdlib.h | 66 using _STLP_VENDOR_CSTD::mbtowc;
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_cstdlib.h | 66 using _STLP_VENDOR_CSTD::mbtowc;
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_cstdlib.h | 66 using _STLP_VENDOR_CSTD::mbtowc;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_cstdlib.h | 66 using _STLP_VENDOR_CSTD::mbtowc;
|
/external/bison/lib/ |
mbrtowc.c | 24 /* Implement mbrtowc() on top of mbtowc(). */ 97 mbtowc (NULL, NULL, 0); 100 int res = mbtowc (pwc, p, m); 113 /* mbtowc does not distinguish between invalid and incomplete multibyte
|
vasnprintf.c | [all...] |
/ndk/sources/host-tools/sed-4.2.1/lib/ |
mbrtowc.c | 24 /* Implement mbrtowc() on top of mbtowc(). */ 96 mbtowc (NULL, NULL, 0); 99 int res = mbtowc (pwc, p, m); 112 /* mbtowc does not distinguish between invalid and incomplete multibyte
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
stdlib_h.pass.cpp | 78 static_assert((std::is_same<decltype(mbtowc(pw,"",0)), int>::value), "");
|
/ndk/sources/android/support/ |
Android.mk | 24 src/musl-multibyte/mbtowc.c \
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/ |
cstdlib.pass.cpp | 82 static_assert((std::is_same<decltype(std::mbtowc(pw,"",0)), int>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/ |
xlocale.c | 51 return __l->lc_ctype->cmapp->core.user_api->mbtowc(__l->lc_ctype->cmapp,
|
/external/compiler-rt/lib/msan/ |
msan_interceptors.cc | 401 INTERCEPTOR(int, mbtowc, wchar_t *dest, const char *src, SIZE_T n) { 403 int res = REAL(mbtowc)(dest, src, n); [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/photon/ |
SDL_ph_events.c | 607 utf8len = mbtowc(&unicode, utf8, utf8len);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
stdlib.h | 782 extern int mbtowc (wchar_t *__restrict __pwc,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
stdlib.h | 782 extern int mbtowc (wchar_t *__restrict __pwc,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
stdlib.h | 782 extern int mbtowc (wchar_t *__restrict __pwc,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xlib.h | 89 #define mbtowc(a,b,c) _Xmbtowc(a,b,c) macro [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xlib.h | 89 #define mbtowc(a,b,c) _Xmbtowc(a,b,c) macro [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xlib.h | 89 #define mbtowc(a,b,c) _Xmbtowc(a,b,c) macro [all...] |
/external/compiler-rt/lib/msan/tests/ |
msan_test.cc | [all...] |
/ndk/sources/host-tools/sed-4.2.1/ |
configure | [all...] |
/external/valgrind/main/perf/ |
test_input_for_tinycc.c | 887 extern int mbtowc (wchar_t *__restrict __pwc, [all...] |