Searched refs:wcstoull (Results 1 – 10 of 10) sorted by relevance
/bionic/libc/bionic/ |
D | wchar_l.cpp | 65 return wcstoull(s, end_ptr, base); in wcstoull_l()
|
D | strtol.cpp | 170 unsigned long long wcstoull(const wchar_t* s, wchar_t** end, int base) { in wcstoull() function
|
/bionic/tests/ |
D | wchar_test.cpp | 597 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/ |
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 | 111 unsigned long long wcstoull(const wchar_t* _Nonnull __s, wchar_t* __BIONIC_COMPLICATED_NULLNESS * _…
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1166 wcstoull
|
/bionic/docs/ |
D | status.md | 251 …f`, `vfwscanf`/`vswscanf`/`vwscanf`, `wcstold_l`/`wcstoll`/`wcstoll_l`/`wcstoull`/`wcstoull_l`, `m…
|
/bionic/libc/ |
D | libc.map.txt | 1197 wcstoull; # introduced=21
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1197 wcstoull; # introduced=21
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_063.S | 11278 CALL(wcstoull)
|