HomeSort by relevance Sort by last modified time
    Searched refs:wctomb (Results 76 - 97 of 97) sorted by null

1 2 34

  /external/bison/linux-lib/
stdlib.h     [all...]
  /external/bison/lib/
stdlib.in.h 923 # undef wctomb
924 # define wctomb rpl_wctomb
926 _GL_FUNCDECL_RPL (wctomb, int, (char *s, wchar_t wc));
927 _GL_CXXALIAS_RPL (wctomb, int, (char *s, wchar_t wc));
929 _GL_CXXALIAS_SYS (wctomb, int, (char *s, wchar_t wc));
931 _GL_CXXALIASWARN (wctomb);
vasnprintf.c     [all...]
  /external/stlport/stlport/stl/
_cstdlib.h 87 using _STLP_VENDOR_CSTD::wctomb;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 87 using _STLP_VENDOR_CSTD::wctomb;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 87 using _STLP_VENDOR_CSTD::wctomb;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 87 using _STLP_VENDOR_CSTD::wctomb;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 87 using _STLP_VENDOR_CSTD::wctomb;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 87 using _STLP_VENDOR_CSTD::wctomb;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cstdlib.h 87 using _STLP_VENDOR_CSTD::wctomb;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdlib_h.pass.cpp 79 static_assert((std::is_same<decltype(wctomb(pc,L' ')), int>::value), "");
  /ndk/sources/android/support/
Android.mk 30 src/musl-multibyte/wctomb.c \
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
cstdlib.pass.cpp 83 static_assert((std::is_same<decltype(std::wctomb(pc,L' ')), int>::value), "");
  /ndk/sources/android/support/src/musl-locale/
iconv.c 140 #define wctomb_utf8 wctomb
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdlib.h 786 extern int wctomb (char *__s, wchar_t __wchar) __THROW __wur;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 786 extern int wctomb (char *__s, wchar_t __wchar) __THROW __wur;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 786 extern int wctomb (char *__s, wchar_t __wchar) __THROW __wur;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h 86 #define wctomb(a,b) _Xwctomb(a,b) macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 86 #define wctomb(a,b) _Xwctomb(a,b) macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 86 #define wctomb(a,b) _Xwctomb(a,b) macro
    [all...]
  /external/valgrind/main/perf/
test_input_for_tinycc.c 891 extern int wctomb (char *__s, wchar_t __wchar) __attribute__ ((__nothrow__));
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/
configure     [all...]

Completed in 2515 milliseconds

1 2 34