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

  /ndk/sources/host-tools/sed-4.2.1/lib/
btowc.c 26 btowc (int c) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
wchar.h 300 extern wint_t btowc (int __c) __THROW;
330 /* We can use the BTOWC and WCTOB optimizations since we know that all
333 extern wint_t __btowc_alias (int __c) __asm ("btowc");
335 __NTH (btowc (int __c)) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
wchar.h 300 extern wint_t btowc (int __c) __THROW;
330 /* We can use the BTOWC and WCTOB optimizations since we know that all
333 extern wint_t __btowc_alias (int __c) __asm ("btowc");
335 __NTH (btowc (int __c)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
wchar.h 300 extern wint_t btowc (int __c) __THROW;
330 /* We can use the BTOWC and WCTOB optimizations since we know that all
333 extern wint_t __btowc_alias (int __c) __asm ("btowc");
335 __NTH (btowc (int __c)) function
  /bionic/libc/stdlib/
wchar.c 35 wint_t btowc(int c) function

Completed in 2391 milliseconds