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

  /bionic/libc/upstream-openbsd/lib/libc/locale/
mbtowc.c 1 /* $OpenBSD: mbtowc.c,v 1.2 2012/12/05 23:20:00 deraadt Exp $ */
36 mbtowc(wchar_t * __restrict pwc, const char * __restrict s, size_t n) function
  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
multibyte_sb.c 114 mbtowc( function
multibyte_Utf8.c 484 conversion state of the mbtowc function is not affected, it is equivalent to
485 mbtowc((wchar_t *)0, S, N);
567 If S is not a null pointer, the mbtowc function inspects at most N bytes
580 @return If S is a null pointer, the mbtowc function returns a nonzero or
583 pointer, the mbtowc function either returns 0 (if S points to
595 mbtowc( function
690 is converted as if by a call to the mbtowc function, except that the
691 conversion state of the mbtowc function is not affected.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlib.h 65 #define mbtowc(a,b,c) _Xmbtowc(a,b,c) macro
    [all...]

Completed in 709 milliseconds