Searched refs:wcstod (Results 1 – 13 of 13) sorted by relevance
/bionic/libc/bionic/ |
D | wcstod.cpp | 37 float_type wcstod(const wchar_t* str, wchar_t** end, float_type strtod_fn(const char*, char**)) { in wcstod() function 94 return wcstod<float>(s, end, strtof); in wcstof() 97 double wcstod(const wchar_t* s, wchar_t** end) { in wcstod() function 98 return wcstod<double>(s, end, strtod); in wcstod() 102 return wcstod<long double>(s, end, strtold); in wcstold()
|
/bionic/libc/include/ |
D | wchar.h | 112 double wcstod(const wchar_t*, wchar_t**);
|
/bionic/tests/ |
D | wchar_test.cpp | 734 TEST(wchar, wcstod) { in TEST() argument 735 CheckWcsToFloat(wcstod); in TEST()
|
/bionic/libc/stdio/ |
D | vfwscanf.c | 696 double res = wcstod(buf, &p); in __vfwscanf()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1157 wcstod
|
/bionic/libc/ |
D | libc.mips64.map | 1099 wcstod;
|
D | libc.arm64.map | 1099 wcstod;
|
D | libc.x86_64.map | 1099 wcstod;
|
D | libc.mips.map | 1159 wcstod;
|
D | libc.x86.map | 1157 wcstod;
|
D | libc.map.txt | 1186 wcstod;
|
D | libc.arm.map | 1161 wcstod;
|
D | Android.bp | 1413 "bionic/wcstod.cpp",
|