Searched refs:wcstoul_l (Results 1 – 5 of 5) sorted by relevance
68 unsigned long wcstoul_l(const wchar_t* s, wchar_t** end_ptr, int base, locale_t) { in wcstoul_l() function
107 unsigned long wcstoul_l(const wchar_t* _Nonnull __s, wchar_t* __BIONIC_COMPLICATED_NULLNESS * _Null…
955 TEST(wchar, wcstoul_l) { in TEST() argument957 EXPECT_EQ(123UL, wcstoul_l(L"123", nullptr, 10, LC_GLOBAL_LOCALE)); in TEST()
1442 wcstoul_l;