Searched refs:wcstoul (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/locale/ |
D | wcstoul.c | 13 #define FUNCNAME wcstoul
|
/bionic/libc/bionic/ |
D | wchar_l.cpp | 69 return wcstoul(s, end_ptr, base); in wcstoul_l()
|
/bionic/tests/ |
D | wchar_test.cpp | 482 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/ |
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 | 106 unsigned long wcstoul(const wchar_t* __s, wchar_t** __end_ptr, int __base);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1165 wcstoul
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1198 wcstoul;
|
/bionic/libc/ |
D | libc.map.txt | 1198 wcstoul;
|
D | Android.bp | 406 "upstream-openbsd/lib/libc/locale/wcstoul.c",
|