Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dwchar_l.cpp61 return wcstol(s, end_ptr, base); in wcstol_l()
Dstrtol.cpp199 long wcstol(const wchar_t* s, wchar_t** end, int base) { in wcstol() function
/bionic/tests/
Dwchar_test.cpp480 TEST(wchar, wcstol) { in TEST() argument
481 TestWcsToInt(wcstol); in TEST()
486 TestWcsToIntLimits(wcstol, L"-9223372036854775809", L"9223372036854775808"); in TEST()
488 TestWcsToIntLimits(wcstol, L"-2147483649", L"2147483648"); in TEST()
736 wcstol(L"123", nullptr, -1); in TEST()
739 wcstol(L"123", nullptr, 1); in TEST()
742 wcstol(L"123", nullptr, 37); in TEST()
/bionic/tests/headers/posix/
Dwchar_h.c105 FUNCTION(wcstol, long (*f)(const wchar_t*, wchar_t**, int)); in wchar_h()
/bionic/libc/include/
Dwchar.h102 long wcstol(const wchar_t* _Nonnull __s, wchar_t* __BIONIC_COMPLICATED_NULLNESS * _Nullable __end_p…
/bionic/libc/tools/
Dposix-2013.txt1162 wcstol
/bionic/docs/
Dstatus.md68 scanf/wscanf family, and `0b` prefixes with base 0 in the strtol/wcstol
/bionic/libc/
Dlibc.map.txt1190 wcstol;
/bionic/tools/versioner/platforms/
Dlibc.map.txt1190 wcstol;
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_063.S11272 CALL(wcstol)