Searched refs:wcstoll (Results 1 – 10 of 10) sorted by relevance
/bionic/libc/bionic/ |
D | wchar_l.cpp | 65 return wcstoll(s, end_ptr, base); in wcstoll_l()
|
D | strtol.cpp | 207 long long wcstoll(const wchar_t* s, wchar_t** end, int base) { in wcstoll() function
|
/bionic/tests/ |
D | wchar_test.cpp | 504 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/ |
D | wchar_h.c | 107 FUNCTION(wcstoll, long long (*f)(const wchar_t*, wchar_t**, int)); in wchar_h()
|
/bionic/libc/include/ |
D | wchar.h | 104 long long wcstoll(const wchar_t* _Nonnull __s, wchar_t* __BIONIC_COMPLICATED_NULLNESS * _Nullable _…
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1163 wcstoll
|
/bionic/docs/ |
D | status.md | 229 …* <wchar.h> `wcstof`, `vfwscanf`/`vswscanf`/`vwscanf`, `wcstold_l`/`wcstoll`/`wcstoll_l`/`wcstoull…
|
/bionic/libc/ |
D | libc.map.txt | 1193 wcstoll; # introduced=21
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1193 wcstoll; # introduced=21
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_063.S | 11276 CALL(wcstoll)
|