Searched refs:wcstol (Results 1 – 10 of 10) sorted by relevance
/bionic/libc/bionic/ |
D | wchar_l.cpp | 53 return wcstol(s, end_ptr, base); in wcstol_l()
|
D | strtol.cpp | 146 long wcstol(const wchar_t* s, wchar_t** end, int base) { in wcstol() function
|
/bionic/tests/ |
D | wchar_test.cpp | 565 TEST(wchar, wcstol) { in TEST() argument 566 TestWcsToInt(wcstol); in TEST() 571 TestWcsToIntLimits(wcstol, L"-9223372036854775809", L"9223372036854775808"); in TEST() 573 TestWcsToIntLimits(wcstol, L"-2147483649", L"2147483648"); in TEST() 821 wcstol(L"123", nullptr, -1); in TEST() 824 wcstol(L"123", nullptr, 1); in TEST() 827 wcstol(L"123", nullptr, 37); in TEST()
|
/bionic/tests/headers/posix/ |
D | wchar_h.c | 105 FUNCTION(wcstol, long (*f)(const wchar_t*, wchar_t**, int)); in wchar_h()
|
/bionic/libc/include/ |
D | wchar.h | 105 long wcstol(const wchar_t* _Nonnull __s, wchar_t* __BIONIC_COMPLICATED_NULLNESS * _Nullable __end_p…
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1162 wcstol
|
/bionic/docs/ |
D | status.md | 90 scanf/wscanf family, and `0b` prefixes with base 0 in the strtol/wcstol
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1190 wcstol;
|
/bionic/libc/ |
D | libc.map.txt | 1190 wcstol;
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_063.S | 11272 CALL(wcstol)
|