Searched refs:wcstod_l (Results 1 – 5 of 5) sorted by relevance
44 double wcstod_l(const wchar_t* s, wchar_t** end_ptr, locale_t) { in wcstod_l() function
101 double wcstod_l(const wchar_t* _Nonnull __s, wchar_t* __BIONIC_COMPLICATED_NULLNESS * _Nullable __e…
1008 TEST(wchar, wcstod_l) { in TEST() argument1010 EXPECT_EQ(1.23, wcstod_l(L"1.23", nullptr, SAFE_LC_GLOBAL_LOCALE)); in TEST()
1439 wcstod_l;