HomeSort by relevance Sort by last modified time
    Searched refs:wctomb (Results 1 - 25 of 141) sorted by null

1 2 3 4 5 6

  /prebuilts/ndk/r11/sources/android/support/src/musl-multibyte/
wctomb.c 10 int wctomb(char *s, wchar_t wc) function
  /prebuilts/ndk/r13/sources/android/support/src/musl-multibyte/
wctomb.c 10 int wctomb(char *s, wchar_t wc) function
  /bionic/libc/upstream-openbsd/lib/libc/locale/
wctomb.c 1 /* $OpenBSD: wctomb.c,v 1.2 2012/12/05 23:20:00 deraadt Exp $ */
34 wctomb(char *s, wchar_t wchar) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdlib.h 81 wctomb) __wur;
84 __NTH (wctomb (char *__s, wchar_t __wchar)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdlib.h 81 wctomb) __wur;
84 __NTH (wctomb (char *__s, wchar_t __wchar)) function
  /prebuilts/ndk/r10/sources/cxx-stl/gabi++/include/
cstdlib 113 using ::wctomb;
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/gabi++/include/
cstdlib 112 using ::wctomb;
  /prebuilts/ndk/r10/sources/cxx-stl/system/include/
cstdlib 112 using ::wctomb;
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/include/
cstdlib 112 using ::wctomb;
  /prebuilts/ndk/r11/sources/cxx-stl/system/include/
cstdlib 112 using ::wctomb;
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/include/
cstdlib 112 using ::wctomb;
  /prebuilts/ndk/r13/sources/cxx-stl/system/include/
cstdlib 112 using ::wctomb;
  /development/ndk/platforms/android-21/include/
stdlib.h 161 extern int wctomb(char *, wchar_t);
  /development/ndk/platforms/android-9/include/
stdlib.h 174 extern int wctomb(char *, wchar_t);
  /external/bison/darwin-lib/
stdlib.h     [all...]
  /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);
  /development/ndk/platforms/android-16/include/
stdlib.h 177 extern int wctomb(char *, wchar_t);
  /device/linaro/bootloader/edk2/StdLib/Include/
stdlib.h 68 int wctomb (char *, wchar_t);
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
multibyte_sb.c 147 wctomb( function
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
stdlib.h 176 extern int wctomb(char *, wchar_t);
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
stdlib.h 176 extern int wctomb(char *, wchar_t);
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/
stdlib.h 176 extern int wctomb(char *, wchar_t);
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/
stdlib.h 176 extern int wctomb(char *, wchar_t);

Completed in 1670 milliseconds

1 2 3 4 5 6