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