Searched defs:wcstod (Results 1 – 2 of 2) sorted by relevance
37 float_type wcstod(const wchar_t* str, wchar_t** end, float_type strtod_fn(const char*, char**)) { in wcstod() function97 double wcstod(const wchar_t* s, wchar_t** end) { in wcstod() function
734 TEST(wchar, wcstod) { in TEST() argument