/ndk/sources/cxx-stl/llvm-libc++/include/support/android/ |
wchar.h | 22 float wcstof(const wchar_t*, wchar_t**);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/ |
cwchar | 37 using std::wcstof;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/ |
cwchar | 43 using std::wcstof;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/ |
cwchar | 43 using std::wcstof;
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
cwchar | 37 using std::wcstof;
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
cwchar | 37 using std::wcstof;
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
cwchar | 37 using std::wcstof;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/ |
cwchar | 37 using std::wcstof;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
cwchar | 43 using std::wcstof;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
cwchar | 43 using std::wcstof;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
cwchar | 120 # undef wcstof 193 using ::wcstof; 282 using std::wcstof;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
cwchar | 120 # undef wcstof 193 using ::wcstof; 282 using std::wcstof;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
cwchar | 120 # undef wcstof 193 using ::wcstof; 282 using std::wcstof;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
cwchar | 120 # undef wcstof 193 using ::wcstof; 282 using std::wcstof;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
cwchar | 122 # undef wcstof 189 using ::wcstof;
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
cwchar | 122 # undef wcstof 189 using ::wcstof;
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
cwchar | 122 # undef wcstof 189 using ::wcstof;
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
cwchar | 122 # undef wcstof 189 using ::wcstof;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
cwchar | 122 # undef wcstof 189 using ::wcstof;
|
/ndk/sources/cxx-stl/llvm-libc++/include/ |
cwchar | 57 float wcstof(const wchar_t* restrict nptr, wchar_t** restrict endptr); // C99 150 using ::wcstof;
|
/ndk/sources/cxx-stl/llvm-libc++/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++/src/support/android/ |
wchar_support.c | 385 float wcstof(const wchar_t* nptr, wchar_t** endptr) { function
|
/ndk/sources/cxx-stl/llvm-libc++/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++/src/ |
string.cpp | 276 float r = wcstof(p, &ptr);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
wchar.h | 404 extern float wcstof (__const wchar_t *__restrict __nptr,
|