HomeSort by relevance Sort by last modified time
    Searched defs:wctomb (Results 1 - 6 of 6) sorted by null

  /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.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
  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
multibyte_sb.c 147 wctomb( function
multibyte_Utf8.c 815 The wctomb function determines the number of bytes needed to represent the
827 @return If S is a null pointer, the wctomb function returns a nonzero or
830 the wctomb function returns -1 if the value of WC does not
841 wctomb( function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlib.h 62 #define wctomb(a,b) _Xwctomb(a,b) macro
    [all...]

Completed in 999 milliseconds