Home
last modified time | relevance | path

Searched refs:wcstoul (Results 1 – 9 of 9) sorted by relevance

/bionic/libc/bionic/
Dwchar_l.cpp61 return wcstoul(s, end_ptr, base); in wcstoul_l()
Dstrtol.cpp162 unsigned long wcstoul(const wchar_t* s, wchar_t** end, int base) { in wcstoul() function
/bionic/tests/
Dwchar_test.cpp577 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/
Dwchar_h.c108 FUNCTION(wcstoul, unsigned long (*f)(const wchar_t*, wchar_t**, int)); in wchar_h()
/bionic/libc/include/
Dwchar.h109 unsigned long wcstoul(const wchar_t* _Nonnull __s, wchar_t* __BIONIC_COMPLICATED_NULLNESS * _Nullab…
/bionic/libc/tools/
Dposix-2013.txt1165 wcstoul
/bionic/tools/versioner/platforms/
Dlibc.map.txt1196 wcstoul;
/bionic/libc/
Dlibc.map.txt1196 wcstoul;
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_063.S11274 CALL(wcstoul)