Searched refs:wcstoll (Results 1 – 10 of 10) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/locale/ |
D | wcstoll.c | 13 #define FUNCNAME wcstoll
|
/bionic/libc/bionic/ |
D | wchar_l.cpp | 65 return wcstoll(s, end_ptr, base); in wcstoll_l()
|
/bionic/tests/ |
D | wchar_test.cpp | 494 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/ |
D | wchar_h.c | 107 FUNCTION(wcstoll, long long (*f)(const wchar_t*, wchar_t**, int)); in wchar_h()
|
/bionic/libc/include/ |
D | wchar.h | 104 long long wcstoll(const wchar_t* __s, wchar_t** __end_ptr, int __base) __INTRODUCED_IN(21);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1163 wcstoll
|
/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 | 1195 wcstoll; # introduced=21
|
/bionic/libc/ |
D | libc.map.txt | 1195 wcstoll; # introduced=21
|
D | Android.bp | 404 "upstream-openbsd/lib/libc/locale/wcstoll.c",
|