/bionic/libc/upstream-openbsd/lib/libc/locale/ |
wcstold.c | 1 /* $OpenBSD: wcstold.c,v 1.1 2009/01/13 18:18:31 kettenis Exp $ */ 9 #define FUNCNAME wcstold
|
_wcstod.h | 33 * function template for wcstof, wcstod and wcstold.
|
/ndk/sources/android/support/src/wcstox/ |
wcstod.c | 32 long double wcstold(const wchar_t *restrict s, wchar_t **restrict p) function
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
cwchar | 237 #undef wcstold 245 (wcstold)(const wchar_t * __restrict, wchar_t ** __restrict) throw (); 248 using ::wcstold; 264 using ::__gnu_cxx::wcstold; 293 using std::wcstold;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ |
cwchar | 237 #undef wcstold 245 (wcstold)(const wchar_t * __restrict, wchar_t ** __restrict) throw (); 248 using ::wcstold; 264 using ::__gnu_cxx::wcstold; 293 using std::wcstold;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
cwchar | 237 #undef wcstold 245 (wcstold)(const wchar_t * __restrict, wchar_t ** __restrict) throw (); 248 using ::wcstold; 264 using ::__gnu_cxx::wcstold; 293 using std::wcstold;
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
cwchar | 237 #undef wcstold 245 (wcstold)(const wchar_t * __restrict, wchar_t ** __restrict) throw (); 248 using ::wcstold; 264 using ::__gnu_cxx::wcstold; 293 using std::wcstold;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
wchar-ldbl.h | 48 __LDBL_REDIR1_DECL (wcstold, wcstod);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/ |
cwchar | 56 using std::wcstold;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
wchar-ldbl.h | 48 __LDBL_REDIR1_DECL (wcstold, wcstod);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
wchar-ldbl.h | 48 __LDBL_REDIR1_DECL (wcstold, wcstod);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/ |
cwchar | 56 using std::wcstold;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
cwchar | 56 using std::wcstold;
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/ |
cwchar | 56 using std::wcstold;
|
/external/libcxx/include/ |
cwchar | 58 long double wcstold(const wchar_t* restrict nptr, wchar_t** restrict endptr); // C99 145 using ::wcstold;
|
/external/ltrace/testsuite/ltrace.minor/ |
wchar.exp | 125 { wchar_t *ptr = NULL; wcstold(wbuf, &ptr); } 196 {{^wcstold\("1234?", "?"\).*= 1234} == 1}
|
/ndk/sources/android/support/tests/ |
wchar_unittest.cc | 111 TEST(wchar, wcstold) { 131 EXPECT_EQ(kData[n].expected, wcstold(kData[n].input, &end));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
cwchar | 58 long double wcstold(const wchar_t* restrict nptr, wchar_t** restrict endptr); // C99 151 using ::wcstold;
|
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
cwchar | 58 long double wcstold(const wchar_t* restrict nptr, wchar_t** restrict endptr); // C99 151 using ::wcstold;
|
/bionic/libc/include/ |
wchar.h | 143 extern long double wcstold(const wchar_t*, wchar_t**);
|
/development/ndk/platforms/android-21/arch-arm64/symbols/ |
libc.so.functions.txt | 998 wcstold
|
/development/ndk/platforms/android-21/arch-mips64/symbols/ |
libc.so.functions.txt | 998 wcstold
|
/development/ndk/platforms/android-21/arch-x86_64/symbols/ |
libc.so.functions.txt | 998 wcstold
|
/development/ndk/platforms/android-21/include/ |
wchar.h | 138 extern long double wcstold(const wchar_t*, wchar_t**) __NDK_FPABI__;
|
/external/libcxx/include/support/xlocale/ |
xlocale.h | 187 return wcstold(nptr, endptr);
|