Home
last modified time | relevance | path

Searched refs:wcstoll_l (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/bionic/
Dwchar_l.cpp64 long long wcstoll_l(const wchar_t* s, wchar_t** end_ptr, int base, locale_t) { in wcstoll_l() function
/bionic/tests/
Dwchar_test.cpp770 wcstoll_l(L"123", nullptr, -1, LC_GLOBAL_LOCALE); in TEST()
773 wcstoll_l(L"123", nullptr, 1, LC_GLOBAL_LOCALE); in TEST()
776 wcstoll_l(L"123", nullptr, 37, LC_GLOBAL_LOCALE); in TEST()
921 TEST(wchar, wcstoll_l) { in TEST() argument
922 EXPECT_EQ(123LL, wcstoll_l(L"123", nullptr, 10, LC_GLOBAL_LOCALE)); in TEST()
/bionic/libc/include/
Dwchar.h125 long long wcstoll_l(const wchar_t* __s, wchar_t** __end_ptr, int __base, locale_t __l) __INTRODUCED…
/bionic/docs/
Dstatus.md171 …* <wchar.h> `wcstof`, `vfwscanf`/`vswscanf`/`vwscanf`, `wcstold_l`/`wcstoll`/`wcstoll_l`/`wcstoull…
/bionic/tools/versioner/platforms/
Dlibc.map.txt1196 wcstoll_l; # introduced=21
/bionic/libc/
Dlibc.map.txt1196 wcstoll_l; # introduced=21