Home
last modified time | relevance | path

Searched refs:wcstoul (Results 1 – 16 of 16) 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/
Dlibc.mips64.map1116 wcstoul;
Dlibc.x86_64.map1116 wcstoul;
Dlibc.arm64.map1116 wcstoul;
Dlibc.x86.brillo.map1175 wcstoul;
Dlibc.mips.brillo.map1177 wcstoul;
Dlibc.arm.brillo.map1179 wcstoul;
Dlibc.mips.map1177 wcstoul;
Dlibc.x86.map1175 wcstoul;
Dlibc.arm.map1179 wcstoul;
Dlibc.map.txt1204 wcstoul;
DAndroid.mk427 upstream-openbsd/lib/libc/locale/wcstoul.c \
DAndroid.bp447 "upstream-openbsd/lib/libc/locale/wcstoul.c",
/bionic/libc/tools/
Dposix-2013.txt1165 wcstoul