Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dwchar_l.cpp65 return wcstoll(s, end_ptr, base); in wcstoll_l()
Dstrtol.cpp207 long long wcstoll(const wchar_t* s, wchar_t** end, int base) { in wcstoll() function
/bionic/tests/
Dwchar_test.cpp504 TEST(wchar, wcstoll) { in TEST() argument
505 TestWcsToInt(wcstoll); in TEST()
509 TestWcsToIntLimits(wcstoll, L"-9223372036854775809", L"9223372036854775808"); in TEST()
748 wcstoll(L"123", nullptr, -1); in TEST()
751 wcstoll(L"123", nullptr, 1); in TEST()
754 wcstoll(L"123", nullptr, 37); in TEST()
/bionic/tests/headers/posix/
Dwchar_h.c107 FUNCTION(wcstoll, long long (*f)(const wchar_t*, wchar_t**, int)); in wchar_h()
/bionic/libc/include/
Dwchar.h104 long long wcstoll(const wchar_t* _Nonnull __s, wchar_t* __BIONIC_COMPLICATED_NULLNESS * _Nullable _…
/bionic/libc/tools/
Dposix-2013.txt1163 wcstoll
/bionic/docs/
Dstatus.md229 …* <wchar.h> `wcstof`, `vfwscanf`/`vswscanf`/`vwscanf`, `wcstold_l`/`wcstoll`/`wcstoll_l`/`wcstoull…
/bionic/libc/
Dlibc.map.txt1193 wcstoll; # introduced=21
/bionic/tools/versioner/platforms/
Dlibc.map.txt1193 wcstoll; # introduced=21
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_063.S11276 CALL(wcstoll)