Searched refs:wcstol_l (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/bionic/ |
D | wchar_l.cpp | 60 long wcstol_l(const wchar_t* s, wchar_t** end_ptr, int base, locale_t) { in wcstol_l() function
|
/bionic/libc/include/ |
D | wchar.h | 103 long wcstol_l(const wchar_t* __s, wchar_t** __end_ptr, int __base, locale_t __l) __INTRODUCED_IN(28…
|
/bionic/tests/ |
D | wchar_test.cpp | 913 TEST(wchar, wcstol_l) { in TEST() argument 914 EXPECT_EQ(123L, wcstol_l(L"123", nullptr, 10, LC_GLOBAL_LOCALE)); in TEST()
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1443 wcstol_l;
|
/bionic/libc/ |
D | libc.map.txt | 1443 wcstol_l;
|