HomeSort by relevance Sort by last modified time
    Searched full:wcstold (Results 51 - 75 of 182) sorted by null

1 23 4 5 6 7 8

  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/lib/
libc.so 
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/libr2/
libc.so 
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/libr6/
libc.so 
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/lib/
libc.so 
  /bionic/libc/bionic/
wchar.cpp 244 return wcstold(nptr, endptr);
  /bionic/libc/tools/
posix-2013.txt 1161 wcstold
  /development/ndk/platforms/android-21/arch-arm/symbols/
libc.so.functions.txt 1253 wcstold
  /development/ndk/platforms/android-21/arch-arm64/symbols/
libc.so.functions.txt 1010 wcstold
  /development/ndk/platforms/android-21/arch-mips/symbols/
libc.so.functions.txt 1114 wcstold
  /development/ndk/platforms/android-21/arch-mips64/symbols/
libc.so.functions.txt 1010 wcstold
  /development/ndk/platforms/android-21/arch-p/symbols/
libc.so.functions.txt 1260 wcstold
  /development/ndk/platforms/android-21/arch-x86/symbols/
libc.so.functions.txt 1110 wcstold
  /development/ndk/platforms/android-21/arch-x86_64/symbols/
libc.so.functions.txt 1010 wcstold
  /external/libcxx/test/std/depr/depr.c.headers/
wchar_h.pass.cpp 69 static_assert((std::is_same<decltype(wcstold(L"", (wchar_t**)0)), long double>::value), "");
  /ndk/sources/android/support/include/
wchar.h 146 long double wcstold (const wchar_t *__restrict__, wchar_t **__restrict__);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
wchar_h.pass.cpp 69 static_assert((std::is_same<decltype(wcstold(L"", (wchar_t**)0)), long double>::value), "");
  /prebuilts/ndk/9/sources/android/support/include/
wchar.h 146 long double wcstold (const wchar_t *__restrict__, wchar_t **__restrict__);
  /external/libcxx/src/
string.cpp 249 return as_float_helper<long double>( func, s, idx, wcstold );
  /external/libcxx/test/std/strings/c.strings/
cwchar.pass.cpp 69 static_assert((std::is_same<decltype(std::wcstold(L"", (wchar_t**)0)), long double>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
string.cpp 249 return as_float_helper<long double>( func, s, idx, wcstold );
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
cwchar.pass.cpp 69 static_assert((std::is_same<decltype(std::wcstold(L"", (wchar_t**)0)), long double>::value), "");
  /bionic/tests/
wchar_test.cpp 408 TEST(wchar, wcstold) {
409 ASSERT_DOUBLE_EQ(1.23L, wcstold(L"1.23", NULL));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h 480 /* wcstold is already a mingw implementation */
486 long double __cdecl wcstold(const wchar_t * __restrict__, wchar_t ** __restrict__);
  /bionic/libc/
libc.map 1303 wcstold;
  /external/ltrace/etc/
libc.so.conf 511 ldouble wcstold(wstring_t, +wstring_t*);

Completed in 1456 milliseconds

1 23 4 5 6 7 8