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

  /ndk/sources/android/support/src/musl-multibyte/
mbstowcs.c 4 size_t mbstowcs(wchar_t *restrict ws, const char *restrict s, size_t wn) function
  /bionic/libc/upstream-openbsd/lib/libc/locale/
mbstowcs.c 1 /* $OpenBSD: mbstowcs.c,v 1.2 2012/12/05 23:20:00 deraadt Exp $ */
36 mbstowcs(wchar_t * __restrict pwcs, const char * __restrict s, size_t n) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
stdlib.h 105 size_t __len), mbstowcs);
110 __warnattr ("mbstowcs called with dst buffer smaller than len "
114 __NTH (mbstowcs (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/
stdlib.h 105 size_t __len), mbstowcs);
110 __warnattr ("mbstowcs called with dst buffer smaller than len "
114 __NTH (mbstowcs (wchar_t *__restrict __dst, __const char *__restrict __src, function

Completed in 190 milliseconds