Searched refs:wcstoumax (Results 1 – 7 of 7) sorted by relevance
/bionic/tests/ |
D | inttypes_test.cpp | 47 TEST(inttypes, wcstoumax) { in TEST() argument 48 ASSERT_EQ(123U, wcstoumax(L"123", NULL, 10)); in TEST() 89 wcstoumax(L"123", NULL, -1); in TEST() 92 wcstoumax(L"123", NULL, 1); in TEST() 95 wcstoumax(L"123", NULL, 37); in TEST()
|
/bionic/libc/upstream-openbsd/lib/libc/locale/ |
D | wcstoumax.c | 14 #define FUNCNAME wcstoumax
|
/bionic/libc/include/ |
D | inttypes.h | 263 uintmax_t wcstoumax(const wchar_t * __restrict,
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | vfwscanf.c | 657 res = wcstoumax(buf, NULL, base); in __vfwscanf()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1167 wcstoumax
|
/bionic/libc/ |
D | libc.map | 1311 wcstoumax;
|
D | Android.mk | 387 upstream-openbsd/lib/libc/locale/wcstoumax.c \
|