Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/locale/
Dwcstoul.c13 #define FUNCNAME wcstoul
/bionic/libc/bionic/
Dwchar_l.cpp69 return wcstoul(s, end_ptr, base); in wcstoul_l()
/bionic/tests/
Dwchar_test.cpp482 TEST(wchar, wcstoul) { in TEST() argument
483 TestWcsToInt(wcstoul); in TEST()
488 TestWcsToIntLimits(wcstoul, L"-1", L"18446744073709551616"); in TEST()
490 TestWcsToIntLimits(wcstoul, L"-1", L"4294967296"); in TEST()
746 wcstoul(L"123", nullptr, -1); in TEST()
749 wcstoul(L"123", nullptr, 1); in TEST()
752 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.h106 unsigned long wcstoul(const wchar_t* __s, wchar_t** __end_ptr, int __base);
/bionic/libc/tools/
Dposix-2013.txt1165 wcstoul
/bionic/tools/versioner/platforms/
Dlibc.map.txt1198 wcstoul;
/bionic/libc/
Dlibc.map.txt1198 wcstoul;
DAndroid.bp406 "upstream-openbsd/lib/libc/locale/wcstoul.c",