Searched refs:wcstoll_l (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/bionic/ |
D | wchar_l.cpp | 64 long long wcstoll_l(const wchar_t* s, wchar_t** end_ptr, int base, locale_t) { in wcstoll_l() function
|
/bionic/tests/ |
D | wchar_test.cpp | 770 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/ |
D | wchar.h | 125 long long wcstoll_l(const wchar_t* __s, wchar_t** __end_ptr, int __base, locale_t __l) __INTRODUCED…
|
/bionic/docs/ |
D | status.md | 171 …* <wchar.h> `wcstof`, `vfwscanf`/`vswscanf`/`vwscanf`, `wcstold_l`/`wcstoll`/`wcstoll_l`/`wcstoull…
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1196 wcstoll_l; # introduced=21
|
/bionic/libc/ |
D | libc.map.txt | 1196 wcstoll_l; # introduced=21
|