Searched refs:wcstoul (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/locale/ |
D | wcstoul.c | 13 #define FUNCNAME wcstoul
|
/bionic/tests/ |
D | wchar_test.cpp | 412 TEST(wchar, wcstoul) { in TEST() argument 413 ASSERT_EQ(123UL, wcstoul(L"123", NULL, 0)); in TEST() 417 ASSERT_EQ(123ULL, wcstoul(L"123", NULL, 0)); in TEST() 625 wcstoul(L"123", NULL, -1); in TEST() 628 wcstoul(L"123", NULL, 1); in TEST() 631 wcstoul(L"123", NULL, 37); in TEST()
|
/bionic/libc/include/ |
D | wchar.h | 144 extern unsigned long wcstoul(const wchar_t*, wchar_t**, int);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1165 wcstoul
|
/bionic/libc/ |
D | libc.map | 1308 wcstoul;
|
D | Android.mk | 385 upstream-openbsd/lib/libc/locale/wcstoul.c \
|