Searched refs:wcstod_l (Results 1 – 5 of 5) sorted by relevance
52 double wcstod_l(const wchar_t* s, wchar_t** end_ptr, locale_t) { in wcstod_l() function
98 double wcstod_l(const wchar_t* __s, wchar_t** __end_ptr, locale_t __l) __INTRODUCED_IN(28);
905 TEST(wchar, wcstod_l) { in TEST() argument906 EXPECT_EQ(1.23, wcstod_l(L"1.23", nullptr, LC_GLOBAL_LOCALE)); in TEST()
1441 wcstod_l;