Searched refs:wcstoul (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/bionic/ |
D | wchar_l.cpp | 61 return wcstoul(s, end_ptr, base); in wcstoul_l()
|
D | strtol.cpp | 162 unsigned long wcstoul(const wchar_t* s, wchar_t** end, int base) { in wcstoul() function
|
/bionic/tests/ |
D | wchar_test.cpp | 577 TEST(wchar, wcstoul) { in TEST() argument 578 TestWcsToInt(wcstoul); in TEST() 583 TestWcsToIntLimits(wcstoul, L"-1", L"18446744073709551616"); in TEST() 585 TestWcsToIntLimits(wcstoul, L"-1", L"4294967296"); in TEST() 845 wcstoul(L"123", nullptr, -1); in TEST() 848 wcstoul(L"123", nullptr, 1); in TEST() 851 wcstoul(L"123", nullptr, 37); in TEST()
|
/bionic/tests/headers/posix/ |
D | wchar_h.c | 108 FUNCTION(wcstoul, unsigned long (*f)(const wchar_t*, wchar_t**, int)); in wchar_h()
|
/bionic/libc/include/ |
D | wchar.h | 109 unsigned long wcstoul(const wchar_t* _Nonnull __s, wchar_t* __BIONIC_COMPLICATED_NULLNESS * _Nullab…
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1165 wcstoul
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1196 wcstoul;
|
/bionic/libc/ |
D | libc.map.txt | 1196 wcstoul;
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_063.S | 11274 CALL(wcstoul)
|