Searched refs:wcstoul_l (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/bionic/ |
D | wchar_l.cpp | 68 unsigned long wcstoul_l(const wchar_t* s, wchar_t** end_ptr, int base, locale_t) { in wcstoul_l() function
|
/bionic/libc/include/ |
D | wchar.h | 107 unsigned long wcstoul_l(const wchar_t* __s, wchar_t** __end_ptr, int __base, locale_t __l) __INTROD…
|
/bionic/tests/ |
D | wchar_test.cpp | 925 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/ |
D | libc.map.txt | 1444 wcstoul_l;
|
/bionic/libc/ |
D | libc.map.txt | 1444 wcstoul_l;
|