Home
last modified time | relevance | path

Searched defs:wcstod (Results 1 – 2 of 2) 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
97 double wcstod(const wchar_t* s, wchar_t** end) { in wcstod() function
/bionic/tests/
Dwchar_test.cpp734 TEST(wchar, wcstod) { in TEST() argument