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

  /ndk/sources/host-tools/sed-4.2.1/lib/
wcrtomb.c 28 wcrtomb (char *s, wchar_t wc, mbstate_t *ps) function
30 /* This implementation of wcrtomb on top of wctomb() supports only
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
wchar2.h 435 mbstate_t *__restrict __ps), wcrtomb) __wur;
438 __NTH (wcrtomb (char *__s, wchar_t __wchar, mbstate_t *__ps)) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
wchar2.h 435 mbstate_t *__restrict __ps), wcrtomb) __wur;
438 __NTH (wcrtomb (char *__s, wchar_t __wchar, mbstate_t *__ps)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
wchar2.h 435 mbstate_t *__restrict __ps), wcrtomb) __wur;
438 __NTH (wcrtomb (char *__s, wchar_t __wchar, mbstate_t *__ps)) function
  /bionic/libc/stdlib/
wchar.c 253 size_t wcrtomb(char *s, wchar_t wc, mbstate_t *ps) function

Completed in 362 milliseconds