Home
last modified time | relevance | path

Searched refs:wcstod (Results 1 – 13 of 13) sorted by relevance

/bionic/libc/bionic/
Dwcstod.cpp37 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/
Dwchar.h112 double wcstod(const wchar_t*, wchar_t**);
/bionic/tests/
Dwchar_test.cpp734 TEST(wchar, wcstod) { in TEST() argument
735 CheckWcsToFloat(wcstod); in TEST()
/bionic/libc/stdio/
Dvfwscanf.c696 double res = wcstod(buf, &p); in __vfwscanf()
/bionic/libc/tools/
Dposix-2013.txt1157 wcstod
/bionic/libc/
Dlibc.mips64.map1099 wcstod;
Dlibc.arm64.map1099 wcstod;
Dlibc.x86_64.map1099 wcstod;
Dlibc.mips.map1159 wcstod;
Dlibc.x86.map1157 wcstod;
Dlibc.map.txt1186 wcstod;
Dlibc.arm.map1161 wcstod;
DAndroid.bp1413 "bionic/wcstod.cpp",