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

  /bionic/libc/bionic/
wchar.cpp 139 size_t wcrtomb(char* s, wchar_t wc, mbstate_t* ps) { function
167 r = wcrtomb(buf, wc, state);
188 r = wcrtomb(dst + o, wc, state);
195 r = wcrtomb(buf, wc, state);
  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
multibyte_sb.c 129 wcrtomb( function
160 return (int)wcrtomb(s, wchar, NULL);
278 /* wctob needs to be consistent with wcrtomb.
279 if wcrtomb says that a character is representable in 1 byte,
multibyte_Utf8.c 756 If S is a null pointer, the wcrtomb function is equivalent to the call:<BR>
758 wcrtomb(buf, L'\0', ps)
762 If S is not a null pointer, the wcrtomb function determines the number of bytes needed
775 @return The wcrtomb function returns the number of bytes stored in the
784 wcrtomb( function
853 return (int)wcrtomb(s, wchar, NULL);
868 takes place as if by a call to the wcrtomb function.)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
wchar2.h 438 mbstate_t *__restrict __ps), wcrtomb) __wur;
441 __NTH (wcrtomb (char *__restrict __s, wchar_t __wchar, function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
wchar2.h 438 mbstate_t *__restrict __ps), wcrtomb) __wur;
441 __NTH (wcrtomb (char *__restrict __s, wchar_t __wchar, function

Completed in 235 milliseconds