Searched refs:wcstoull (Results 1 – 10 of 10) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/locale/ |
D | wcstoull.c | 13 #define FUNCNAME wcstoull
|
/bionic/libc/bionic/ |
D | wchar_l.cpp | 73 return wcstoull(s, end_ptr, base); in wcstoull_l()
|
/bionic/tests/ |
D | wchar_test.cpp | 502 TEST(wchar, wcstoull) { in TEST() argument 503 TestWcsToInt(wcstoull); in TEST() 507 TestWcsToIntLimits(wcstoull, L"-1", L"18446744073709551616"); in TEST() 758 wcstoull(L"123", nullptr, -1); in TEST() 761 wcstoull(L"123", nullptr, 1); in TEST() 764 wcstoull(L"123", nullptr, 37); in TEST()
|
/bionic/tests/headers/posix/ |
D | wchar_h.c | 109 FUNCTION(wcstoull, unsigned long long (*f)(const wchar_t*, wchar_t**, int)); in wchar_h()
|
/bionic/libc/include/ |
D | wchar.h | 108 unsigned long long wcstoull(const wchar_t* __s, wchar_t** __end_ptr, int __base) __INTRODUCED_IN(21…
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1166 wcstoull
|
/bionic/docs/ |
D | status.md | 171 …f`, `vfwscanf`/`vswscanf`/`vwscanf`, `wcstold_l`/`wcstoll`/`wcstoll_l`/`wcstoull`/`wcstoull_l`, `m…
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1199 wcstoull; # introduced=21
|
/bionic/libc/ |
D | libc.map.txt | 1199 wcstoull; # introduced=21
|
D | Android.bp | 407 "upstream-openbsd/lib/libc/locale/wcstoull.c",
|