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

  /ndk/sources/android/support/src/musl-multibyte/
mbsrtowcs.c 12 size_t mbsrtowcs(wchar_t *restrict ws, const char **restrict src, size_t wn, mbstate_t *restrict st) function
  /bionic/libc/bionic/
wchar.cpp 146 size_t mbsrtowcs(wchar_t* dst, const char** src, size_t len, mbstate_t* ps) { function
  /ndk/sources/host-tools/sed-4.2.1/lib/
error.c 41 # define mbsrtowcs __mbsrtowcs macro
173 res = mbsrtowcs (wmessage, &tmp, len, &st);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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
  /external/bison/lib/
error.c 41 # define mbsrtowcs __mbsrtowcs macro
236 res = mbsrtowcs (wmessage, &tmp, len, &st);
  /external/bison/darwin-lib/
wchar.h 585 # undef mbsrtowcs
586 # define mbsrtowcs rpl_mbsrtowcs
588 _GL_FUNCDECL_RPL (mbsrtowcs, size_t,
591 _GL_CXXALIAS_RPL (mbsrtowcs, size_t,
596 _GL_FUNCDECL_SYS (mbsrtowcs, size_t,
600 _GL_CXXALIAS_SYS (mbsrtowcs, size_t,
604 _GL_CXXALIASWARN (mbsrtowcs);
606 # undef mbsrtowcs macro
608 _GL_WARN_ON_USE (mbsrtowcs, "mbsrtowcs is unportable -
    [all...]
  /external/bison/linux-lib/
wchar.h 585 # undef mbsrtowcs
586 # define mbsrtowcs rpl_mbsrtowcs
588 _GL_FUNCDECL_RPL (mbsrtowcs, size_t,
591 _GL_CXXALIAS_RPL (mbsrtowcs, size_t,
596 _GL_FUNCDECL_SYS (mbsrtowcs, size_t,
600 _GL_CXXALIAS_SYS (mbsrtowcs, size_t,
604 _GL_CXXALIASWARN (mbsrtowcs);
606 # undef mbsrtowcs macro
608 _GL_WARN_ON_USE (mbsrtowcs, "mbsrtowcs is unportable -
    [all...]

Completed in 219 milliseconds