Home
last modified time | relevance | path

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

/aosp12/bionic/libc/upstream-openbsd/lib/libc/locale/
H A Dwcstoul.c13 #define FUNCNAME wcstoul
/aosp12/bionic/libc/bionic/
H A Dwchar_l.cpp69 return wcstoul(s, end_ptr, base); in wcstoul_l()
/aosp12/bionic/tests/
H A Dwchar_test.cpp490 TEST(wchar, wcstoul) { in TEST() argument
491 TestWcsToInt(wcstoul); in TEST()
496 TestWcsToIntLimits(wcstoul, L"-1", L"18446744073709551616"); in TEST()
498 TestWcsToIntLimits(wcstoul, L"-1", L"4294967296"); in TEST()
756 wcstoul(L"123", nullptr, -1); in TEST()
759 wcstoul(L"123", nullptr, 1); in TEST()
762 wcstoul(L"123", nullptr, 37); in TEST()
/aosp12/bionic/tests/headers/posix/
H A Dwchar_h.c108 FUNCTION(wcstoul, unsigned long (*f)(const wchar_t*, wchar_t**, int)); in wchar_h()
/aosp12/bionic/libc/include/
H A Dwchar.h106 unsigned long wcstoul(const wchar_t* __s, wchar_t** __end_ptr, int __base);
/aosp12/bionic/libc/tools/
H A Dposix-2013.txt1165 wcstoul
/aosp12/bionic/libc/
H A Dlibc.map.txt1198 wcstoul;
H A DAndroid.bp493 "upstream-openbsd/lib/libc/locale/wcstoul.c",
/aosp12/bionic/tools/versioner/platforms/
H A Dlibc.map.txt1198 wcstoul;
/aosp12/bionic/benchmarks/linker_relocation/gen/
H A Dliblinker_reloc_bench_063.S11274 CALL(wcstoul)