Home
last modified time | relevance | path

Searched refs:wcstoul_l (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/bionic/
Dwchar_l.cpp68 unsigned long wcstoul_l(const wchar_t* s, wchar_t** end_ptr, int base, locale_t) { in wcstoul_l() function
/bionic/libc/include/
Dwchar.h107 unsigned long wcstoul_l(const wchar_t* __s, wchar_t** __end_ptr, int __base, locale_t __l) __INTROD…
/bionic/tests/
Dwchar_test.cpp925 TEST(wchar, wcstoul_l) { in TEST() argument
926 EXPECT_EQ(123UL, wcstoul_l(L"123", nullptr, 10, LC_GLOBAL_LOCALE)); in TEST()
930 EXPECT_EQ(123ULL, wcstoul_l(L"123", nullptr, 10, LC_GLOBAL_LOCALE)); in TEST()
/bionic/tools/versioner/platforms/
Dlibc.map.txt1444 wcstoul_l;
/bionic/libc/
Dlibc.map.txt1444 wcstoul_l;