Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/locale/
Dwcstoull.c13 #define FUNCNAME wcstoull
/bionic/libc/bionic/
Dwchar_l.cpp73 return wcstoull(s, end_ptr, base); in wcstoull_l()
/bionic/tests/
Dwchar_test.cpp502 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/
Dwchar_h.c109 FUNCTION(wcstoull, unsigned long long (*f)(const wchar_t*, wchar_t**, int)); in wchar_h()
/bionic/libc/include/
Dwchar.h108 unsigned long long wcstoull(const wchar_t* __s, wchar_t** __end_ptr, int __base) __INTRODUCED_IN(21…
/bionic/libc/tools/
Dposix-2013.txt1166 wcstoull
/bionic/docs/
Dstatus.md171 …f`, `vfwscanf`/`vswscanf`/`vwscanf`, `wcstold_l`/`wcstoll`/`wcstoll_l`/`wcstoull`/`wcstoull_l`, `m…
/bionic/tools/versioner/platforms/
Dlibc.map.txt1199 wcstoull; # introduced=21
/bionic/libc/
Dlibc.map.txt1199 wcstoull; # introduced=21
DAndroid.bp407 "upstream-openbsd/lib/libc/locale/wcstoull.c",