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* _Nonnull __s, wchar_t* __BIONIC_COMPLICATED_NULLNESS * _Nullable __e…
923 TEST(wchar, wcstod_l) { in TEST() argument925 EXPECT_EQ(1.23, wcstod_l(L"1.23", nullptr, LC_GLOBAL_LOCALE)); in TEST()
1439 wcstod_l;