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

  /external/bison/lib/
error.c 38 # define mbsrtowcs __mbsrtowcs macro
156 res = mbsrtowcs (wbuf, &tmp, len, &st);
  /ndk/sources/host-tools/sed-4.2.1/lib/
error.c 41 # define mbsrtowcs __mbsrtowcs macro
173 res = mbsrtowcs (wmessage, &tmp, len, &st);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
wchar2.h 461 mbsrtowcs);
467 __warnattr ("mbsrtowcs called with dst buffer smaller than len "
471 __NTH (mbsrtowcs (wchar_t *__restrict __dst, __const char **__restrict __src, function
  /bionic/libc/stdlib/
wchar.c 208 size_t mbsrtowcs(wchar_t *dst, const char **src, size_t len, mbstate_t *ps) function
225 return mbsrtowcs(dst, &src, len, NULL);

Completed in 336 milliseconds