Searched refs:wcstol (Results 1 – 10 of 10) sorted by relevance
/aosp12/bionic/libc/upstream-openbsd/lib/libc/locale/ |
H A D | wcstol.c | 13 #define FUNCNAME wcstol
|
/aosp12/bionic/libc/bionic/ |
H A D | wchar_l.cpp | 61 return wcstol(s, end_ptr, base); in wcstol_l()
|
/aosp12/bionic/tests/ |
H A D | wchar_test.cpp | 478 TEST(wchar, wcstol) { in TEST() argument 479 TestWcsToInt(wcstol); in TEST() 484 TestWcsToIntLimits(wcstol, L"-9223372036854775809", L"9223372036854775808"); in TEST() 486 TestWcsToIntLimits(wcstol, L"-2147483649", L"2147483648"); in TEST() 732 wcstol(L"123", nullptr, -1); in TEST() 735 wcstol(L"123", nullptr, 1); in TEST() 738 wcstol(L"123", nullptr, 37); in TEST()
|
/aosp12/bionic/tests/headers/posix/ |
H A D | wchar_h.c | 105 FUNCTION(wcstol, long (*f)(const wchar_t*, wchar_t**, int)); in wchar_h()
|
/aosp12/bionic/libc/include/ |
H A D | wchar.h | 102 long wcstol(const wchar_t* __s, wchar_t** __end_ptr, int __base);
|
/aosp12/bionic/libc/tools/ |
H A D | posix-2013.txt | 1162 wcstol
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 1192 wcstol;
|
H A D | Android.bp | 490 "upstream-openbsd/lib/libc/locale/wcstol.c",
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 1192 wcstol;
|
/aosp12/bionic/benchmarks/linker_relocation/gen/ |
H A D | liblinker_reloc_bench_063.S | 11272 CALL(wcstol)
|