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

  /bionic/libc/bionic/
wchar.cpp 210 size_t wcsrtombs(char* dst, const wchar_t** src, size_t len, mbstate_t* ps) { function
  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
multibyte_sb.c 218 wcsrtombs( function
264 return wcsrtombs(s, &pwcs, n, NULL);
multibyte_Utf8.c 856 /** The wcsrtombs function converts a sequence of wide characters from the array
893 wcsrtombs( function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
wchar2.h 500 wcsrtombs);
506 __warnattr ("wcsrtombs called with dst buffer smaller than len");
509 __NTH (wcsrtombs (char *__restrict __dst, __const wchar_t **__restrict __src, function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
wchar2.h 500 wcsrtombs);
506 __warnattr ("wcsrtombs called with dst buffer smaller than len");
509 __NTH (wcsrtombs (char *__restrict __dst, __const wchar_t **__restrict __src, function

Completed in 185 milliseconds