Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/locale/
Dwcstoul.c13 #define FUNCNAME wcstoul
/bionic/tests/
Dwchar_test.cpp412 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/
Dwchar.h144 extern unsigned long wcstoul(const wchar_t*, wchar_t**, int);
/bionic/libc/tools/
Dposix-2013.txt1165 wcstoul
/bionic/libc/
Dlibc.map1308 wcstoul;
DAndroid.mk385 upstream-openbsd/lib/libc/locale/wcstoul.c \