Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/locale/
Dwcstoumax.c14 #define FUNCNAME wcstoumax
/bionic/tests/
Dinttypes_test.cpp106 TEST(inttypes, wcstoumax) { in TEST() argument
108 EXPECT_EQ(123U, wcstoumax(L" +123x", &end, 10)); in TEST()
180 wcstoumax(L"123", nullptr, -1); in TEST()
183 wcstoumax(L"123", nullptr, 1); in TEST()
186 wcstoumax(L"123", nullptr, 37); in TEST()
Dwchar_test.cpp527 TEST(wchar, wcstoumax) { in TEST() argument
528 TestWcsToInt(wcstoumax); in TEST()
532 TestWcsToIntLimits(wcstoumax, L"-1", L"18446744073709551616"); in TEST()
/bionic/tests/headers/posix/
Dinttypes_h.c49 FUNCTION(wcstoumax, uintmax_t (*f)(const wchar_t*, wchar_t**, int)); in inttypes_h()
/bionic/libc/include/
Dinttypes.h263 uintmax_t wcstoumax(const wchar_t* __s, wchar_t** __end_ptr, int __base) __INTRODUCED_IN(21);
/bionic/libc/stdio/
Dvfwscanf.c584 res = wcstoumax(buf, NULL, base); in __vfwscanf()
/bionic/libc/tools/
Dposix-2013.txt1167 wcstoumax
/bionic/docs/
Dstatus.md179 * <inttypes.h> `wcstoimax`, `wcstoumax`.
/bionic/tools/versioner/platforms/
Dlibc.map.txt1201 wcstoumax; # introduced=21
/bionic/libc/
Dlibc.map.txt1201 wcstoumax; # introduced=21
DAndroid.bp495 "upstream-openbsd/lib/libc/locale/wcstoumax.c",