Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dwchar_l.cpp65 return wcstoull(s, end_ptr, base); in wcstoull_l()
Dstrtol.cpp170 unsigned long long wcstoull(const wchar_t* s, wchar_t** end, int base) { in wcstoull() function
/bionic/tests/
Dwchar_test.cpp597 TEST(wchar, wcstoull) { in TEST() argument
598 TestWcsToInt(wcstoull); in TEST()
602 TestWcsToIntLimits(wcstoull, L"-1", L"18446744073709551616"); in TEST()
857 wcstoull(L"123", nullptr, -1); in TEST()
860 wcstoull(L"123", nullptr, 1); in TEST()
863 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.h111 unsigned long long wcstoull(const wchar_t* _Nonnull __s, wchar_t* __BIONIC_COMPLICATED_NULLNESS * _…
/bionic/libc/tools/
Dposix-2013.txt1166 wcstoull
/bionic/docs/
Dstatus.md251 …f`, `vfwscanf`/`vswscanf`/`vwscanf`, `wcstold_l`/`wcstoll`/`wcstoll_l`/`wcstoull`/`wcstoull_l`, `m…
/bionic/libc/
Dlibc.map.txt1197 wcstoull; # introduced=21
/bionic/tools/versioner/platforms/
Dlibc.map.txt1197 wcstoull; # introduced=21
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_063.S11278 CALL(wcstoull)