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