Home
last modified time | relevance | path

Searched refs:wcstoll (Results 1 – 10 of 10) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/locale/
Dwcstoll.c13 #define FUNCNAME wcstoll
/bionic/libc/bionic/
Dwchar_l.cpp65 return wcstoll(s, end_ptr, base); in wcstoll_l()
/bionic/tests/
Dwchar_test.cpp494 TEST(wchar, wcstoll) { in TEST() argument
495 TestWcsToInt(wcstoll); in TEST()
499 TestWcsToIntLimits(wcstoll, L"-9223372036854775809", L"9223372036854775808"); in TEST()
734 wcstoll(L"123", nullptr, -1); in TEST()
737 wcstoll(L"123", nullptr, 1); in TEST()
740 wcstoll(L"123", nullptr, 37); in TEST()
/bionic/tests/headers/posix/
Dwchar_h.c107 FUNCTION(wcstoll, long long (*f)(const wchar_t*, wchar_t**, int)); in wchar_h()
/bionic/libc/include/
Dwchar.h104 long long wcstoll(const wchar_t* __s, wchar_t** __end_ptr, int __base) __INTRODUCED_IN(21);
/bionic/libc/tools/
Dposix-2013.txt1163 wcstoll
/bionic/docs/
Dstatus.md171 …* <wchar.h> `wcstof`, `vfwscanf`/`vswscanf`/`vwscanf`, `wcstold_l`/`wcstoll`/`wcstoll_l`/`wcstoull…
/bionic/tools/versioner/platforms/
Dlibc.map.txt1195 wcstoll; # introduced=21
/bionic/libc/
Dlibc.map.txt1195 wcstoll; # introduced=21
DAndroid.bp404 "upstream-openbsd/lib/libc/locale/wcstoll.c",