HomeSort by relevance Sort by last modified time
    Searched refs:wcstof (Results 1 - 25 of 50) sorted by null

1 2

  /bionic/libc/upstream-openbsd/lib/libc/locale/
wcstof.c 1 /* $OpenBSD: wcstof.c,v 1.1 2009/01/13 18:18:31 kettenis Exp $ */
9 #define FUNCNAME wcstof
  /ndk/sources/android/support/src/wcstox/
wcstod.c 22 float wcstof(const wchar_t *restrict s, wchar_t **restrict p) function
  /ndk/sources/android/support/tests/
wchar_unittest.cc 60 TEST(wchar, wcstof) {
79 EXPECT_EQ(kData[n].expected, wcstof(kData[n].input, &end));
  /bionic/libc/include/
wchar.h 134 extern float wcstof(const wchar_t*, wchar_t**);
  /development/ndk/platforms/android-L/include/
wchar.h 134 extern float wcstof(const wchar_t*, wchar_t**);
  /external/ltrace/testsuite/ltrace.minor/
wchar.exp 124 { wchar_t *ptr = NULL; wcstof(wbuf, &ptr); }
195 {{^wcstof\("1234?", "?"\).*= 1234} == 1}
  /ndk/sources/android/support/include/
wchar.h 147 float wcstof (const wchar_t *__restrict__, wchar_t **__restrict__);
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
wchar.h 134 extern float wcstof(const wchar_t*, wchar_t**) __NDK_FPABI__;
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
wchar.h 134 extern float wcstof(const wchar_t*, wchar_t**) __NDK_FPABI__;
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
wchar.h 134 extern float wcstof(const wchar_t*, wchar_t**) __NDK_FPABI__;
  /prebuilts/ndk/9/sources/android/support/include/
wchar.h 147 float wcstof (const wchar_t *__restrict__, wchar_t **__restrict__);
  /bionic/tests/
wchar_test.cpp 389 TEST(wchar, wcstof) {
390 ASSERT_FLOAT_EQ(1.23f, wcstof(L"1.23", NULL));
  /external/libcxx/test/depr/depr.c.headers/
wchar_h.pass.cpp 68 static_assert((std::is_same<decltype(wcstof(L"", (wchar_t**)0)), float>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
wchar_h.pass.cpp 68 static_assert((std::is_same<decltype(wcstof(L"", (wchar_t**)0)), float>::value), "");
  /external/libcxx/src/
string.cpp 233 return as_float_helper<float>( func, s, idx, wcstof );
  /external/libcxx/test/strings/c.strings/
cwchar.pass.cpp 68 static_assert((std::is_same<decltype(std::wcstof(L"", (wchar_t**)0)), float>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
cwchar.pass.cpp 68 static_assert((std::is_same<decltype(std::wcstof(L"", (wchar_t**)0)), float>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h 477 float __cdecl wcstof(const wchar_t * __restrict__ _Str,wchar_t ** __restrict__ _EndPtr){ function
483 float __cdecl wcstof(const wchar_t * __restrict__ nptr, wchar_t ** __restrict__ endptr);
wchar.h 784 float __cdecl wcstof(const wchar_t * __restrict__ _Str,wchar_t ** __restrict__ _EndPtr){ function
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfwscanf.c 772 float res = wcstof(buf, NULL);
  /external/ltrace/etc/
libc.so.conf 510 float wcstof(wstring_t, +wstring_t*);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
wchar.h 455 extern float wcstof (__const wchar_t *__restrict __nptr,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
wchar.h 455 extern float wcstof (__const wchar_t *__restrict __nptr,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
basic_string.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
vstring.h     [all...]

Completed in 1265 milliseconds

1 2