Home
last modified time | relevance | path

Searched refs:wcstoumax (Results 1 – 7 of 7) sorted by relevance

/bionic/tests/
Dinttypes_test.cpp47 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/
Dwcstoumax.c14 #define FUNCNAME wcstoumax
/bionic/libc/include/
Dinttypes.h263 uintmax_t wcstoumax(const wchar_t * __restrict,
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dvfwscanf.c657 res = wcstoumax(buf, NULL, base); in __vfwscanf()
/bionic/libc/tools/
Dposix-2013.txt1167 wcstoumax
/bionic/libc/
Dlibc.map1311 wcstoumax;
DAndroid.mk387 upstream-openbsd/lib/libc/locale/wcstoumax.c \