Searched refs:wcstof_l (Results 1 – 5 of 5) sorted by relevance
56 float wcstof_l(const wchar_t* s, wchar_t** end_ptr, locale_t) { in wcstof_l() function
100 float wcstof_l(const wchar_t* _Nonnull __s, wchar_t* __BIONIC_COMPLICATED_NULLNESS * _Nullable __en…
931 TEST(wchar, wcstof_l) { in TEST() argument933 EXPECT_EQ(1.23f, wcstof_l(L"1.23", nullptr, LC_GLOBAL_LOCALE)); in TEST()
1440 wcstof_l;