HomeSort by relevance Sort by last modified time
    Searched refs:btowc (Results 76 - 84 of 84) sorted by null

1 2 34

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
cwchar.pass.cpp 101 static_assert((std::is_same<decltype(std::btowc(0)), wint_t>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
wchar.h 351 extern wint_t btowc (int __c) __THROW;
381 /* We can use the BTOWC and WCTOB optimizations since we know that all
384 extern wint_t __btowc_alias (int __c) __asm ("btowc");
386 __NTH (btowc (int __c)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
wchar.h 350 extern wint_t btowc (int __c) __THROW;
380 /* We can use the BTOWC and WCTOB optimizations since we know that all
383 extern wint_t __btowc_alias (int __c) __asm ("btowc");
385 __NTH (btowc (int __c)) function
  /external/ltrace/etc/
libc.so.conf 436 wint_t btowc(int);
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfwprintf.c 615 *(cp = buf) = (wchar_t)btowc(GETARG(int));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wchar.h     [all...]
  /bionic/libc/
Android.mk 415 upstream-openbsd/lib/libc/locale/btowc.c \
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
regex.c 88 # define btowc __btowc macro
    [all...]
  /external/bison/
configure     [all...]

Completed in 634 milliseconds

1 2 34