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
  /ndk/sources/android/support/src/musl-multibyte/
mbtowc.c 11 int mbtowc(wchar_t *restrict wc, const char *restrict src, size_t n) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xlib.h 68 #define mbtowc(a,b,c) _Xmbtowc(a,b,c) macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlib.h 68 #define mbtowc(a,b,c) _Xmbtowc(a,b,c) macro
    [all...]

Completed in 273 milliseconds