HomeSort by relevance Sort by last modified time
    Searched refs:wctob (Results 101 - 112 of 112) sorted by null

1 2 3 45

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
wchar_h.pass.cpp 97 static_assert((std::is_same<decltype(wctob(w)), int>::value), "");
  /external/libcxx/test/strings/c.strings/
cwchar.pass.cpp 102 static_assert((std::is_same<decltype(std::wctob(w)), int>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
cwchar.pass.cpp 102 static_assert((std::is_same<decltype(std::wctob(w)), int>::value), "");
  /ndk/sources/android/support/
Android.mk 144 src/musl-multibyte/wctob.c \
  /ndk/sources/host-tools/sed-4.2.1/lib/
gnulib.mk 12 # Reproduce by: gnulib-tool --import --dir=. --local-dir=gl --lib=libsed --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-libtool --macro-prefix=gl acl alloca btowc c-ctype extensions getline getopt gettext localcharset mbrlen mbrtowc mbsinit memchr mkstemp obstack pathmax regex rename selinux-h stat-macros stdbool strerror strverscmp unlocked-io verify wcrtomb wctob
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
wchar.h 355 extern int wctob (wint_t __c) __THROW;
381 /* We can use the BTOWC and WCTOB optimizations since we know that all
390 extern int __wctob_alias (wint_t __c) __asm ("wctob");
392 __NTH (wctob (wint_t __wc)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
wchar.h 355 extern int wctob (wint_t __c) __THROW;
381 /* We can use the BTOWC and WCTOB optimizations since we know that all
390 extern int __wctob_alias (wint_t __c) __asm ("wctob");
392 __NTH (wctob (wint_t __wc)) function
  /external/ltrace/etc/
libc.so.conf 522 int wctob(wint_t);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wchar.h     [all...]
  /bionic/libc/
Android.mk 364 upstream-openbsd/lib/libc/locale/wctob.c \
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/
configure     [all...]
  /external/bison/
configure     [all...]

Completed in 398 milliseconds

1 2 3 45