Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/locale/
Dwcstol.c13 #define FUNCNAME wcstol
/bionic/tests/
Dwchar_test.cpp400 TEST(wchar, wcstol) { in TEST() argument
401 ASSERT_EQ(123L, wcstol(L"123", NULL, 0)); in TEST()
405 ASSERT_EQ(123LL, wcstol(L"123", NULL, 0)); in TEST()
601 wcstol(L"123", NULL, -1); in TEST()
604 wcstol(L"123", NULL, 1); in TEST()
607 wcstol(L"123", NULL, 37); in TEST()
/bionic/libc/include/
Dwchar.h141 extern long wcstol(const wchar_t*, wchar_t**, int);
/bionic/libc/tools/
Dposix-2013.txt1162 wcstol
/bionic/libc/
Dlibc.map1302 wcstol;
DAndroid.mk381 upstream-openbsd/lib/libc/locale/wcstol.c \