HomeSort by relevance Sort by last modified time
    Searched refs:wcsxfrm (Results 51 - 61 of 61) sorted by null

1 23

  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 269 using _STLP_VENDOR_CSTD::wcsxfrm;
  /ndk/sources/cxx-stl/llvm-libc++/src/support/solaris/
xlocale.c 100 return __l->lc_collate->core.user_api->wcsxfrm(__l->lc_collate,
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
wchar_h.pass.cpp 81 static_assert((std::is_same<decltype(wcsxfrm(ws, L"", s)), size_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/src/support/android/
locale_support.c 200 return wcsxfrm(dst, src, n);
wchar_support.c 324 size_t wcsxfrm(wchar_t *dst, const wchar_t *src, size_t len) { function
  /ndk/sources/cxx-stl/llvm-libc++/test/strings/c.strings/
cwchar.pass.cpp 81 static_assert((std::is_same<decltype(std::wcsxfrm(ws, L"", s)), std::size_t>::value), "");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
wchar.h 188 extern size_t wcsxfrm (wchar_t *__restrict __s1,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
wchar.h 188 extern size_t wcsxfrm (wchar_t *__restrict __s1,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
wchar.h 188 extern size_t wcsxfrm (wchar_t *__restrict __s1,
  /bionic/libc/
Android.mk 114 wchar/wcsxfrm.c \
  /external/bison/
configure     [all...]

Completed in 619 milliseconds

1 23