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

  /ndk/sources/host-tools/sed-4.2.1/lib/
wctob.c 27 wctob (wint_t wc) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
wchar.h 304 extern int wctob (wint_t __c) __THROW;
330 /* We can use the BTOWC and WCTOB optimizations since we know that all
339 extern int __wctob_alias (wint_t __c) __asm ("wctob");
341 __NTH (wctob (wint_t __wc)) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
wchar.h 304 extern int wctob (wint_t __c) __THROW;
330 /* We can use the BTOWC and WCTOB optimizations since we know that all
339 extern int __wctob_alias (wint_t __c) __asm ("wctob");
341 __NTH (wctob (wint_t __wc)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
wchar.h 304 extern int wctob (wint_t __c) __THROW;
330 /* We can use the BTOWC and WCTOB optimizations since we know that all
339 extern int __wctob_alias (wint_t __c) __asm ("wctob");
341 __NTH (wctob (wint_t __wc)) function
  /bionic/libc/stdlib/
wchar.c 305 int wctob(wint_t c) function

Completed in 131 milliseconds