Searched refs:wcstol_l (Results 1 – 5 of 5) sorted by relevance
60 long wcstol_l(const wchar_t* s, wchar_t** end_ptr, int base, locale_t) { in wcstol_l() function
103 long wcstol_l(const wchar_t* _Nonnull __s, wchar_t* __BIONIC_COMPLICATED_NULLNESS * _Nullable __end…
939 TEST(wchar, wcstol_l) { in TEST() argument941 EXPECT_EQ(123L, wcstol_l(L"123", nullptr, 10, LC_GLOBAL_LOCALE)); in TEST()
1441 wcstol_l;