HomeSort by relevance Sort by last modified time
    Searched refs:wcstod (Results 51 - 75 of 102) sorted by null

1 23 4 5

  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
wchar.h 135 extern double wcstod(const wchar_t *, wchar_t **);
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
wchar.h 135 extern double wcstod(const wchar_t *, wchar_t **);
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
wchar.h 162 extern double wcstod(const wchar_t *, wchar_t **);
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
wchar.h 162 extern double wcstod(const wchar_t *, wchar_t **);
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
wchar.h 162 extern double wcstod(const wchar_t *, wchar_t **);
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
wchar.h 163 extern double wcstod(const wchar_t *, wchar_t **);
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
wchar.h 135 extern double wcstod(const wchar_t *, wchar_t **);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
wchar.h 135 extern double wcstod(const wchar_t *, wchar_t **);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
wchar.h 135 extern double wcstod(const wchar_t *, wchar_t **);
  /external/stlport/stlport/stl/
_cwchar.h 288 using _STLP_VENDOR_CSTD::wcstod;
  /ndk/sources/android/support/include/
wchar.h 161 double wcstod (const wchar_t *__restrict__, wchar_t **__restrict__);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 288 using _STLP_VENDOR_CSTD::wcstod;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 288 using _STLP_VENDOR_CSTD::wcstod;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 288 using _STLP_VENDOR_CSTD::wcstod;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 288 using _STLP_VENDOR_CSTD::wcstod;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 288 using _STLP_VENDOR_CSTD::wcstod;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cwchar.h 288 using _STLP_VENDOR_CSTD::wcstod;
  /bionic/libc/bionic/
wchar.cpp 248 double wcstod(const wchar_t* nptr, wchar_t** endptr) { function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
wchar_h.pass.cpp 67 static_assert((std::is_same<decltype(wcstod(L"", (wchar_t**)0)), double>::value), "");
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 473 INTERCEPTOR(double, wcstod, const wchar_t *nptr, wchar_t **endptr) {
475 double res = REAL(wcstod)(nptr, endptr);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
string.cpp 237 return as_float_helper<double>( func, s, idx, wcstod );
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
cwchar.pass.cpp 67 static_assert((std::is_same<decltype(std::wcstod(L"", (wchar_t**)0)), double>::value), "");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
wchar.h 397 extern double wcstod (__const wchar_t *__restrict __nptr,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
wchar.h 397 extern double wcstod (__const wchar_t *__restrict __nptr,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
wchar.h 397 extern double wcstod (__const wchar_t *__restrict __nptr,

Completed in 640 milliseconds

1 23 4 5