Home
last modified time | relevance | path

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

/bionic/tests/
Dinttypes_test.cpp108 TEST(inttypes, wcstoumax) { in TEST() argument
110 EXPECT_EQ(123U, wcstoumax(L" +123x", &end, 10)); in TEST()
182 wcstoumax(L"123", nullptr, -1); in TEST()
185 wcstoumax(L"123", nullptr, 1); in TEST()
188 wcstoumax(L"123", nullptr, 37); in TEST()
Dwchar_test.cpp614 TEST(wchar, wcstoumax) { in TEST() argument
615 TestWcsToInt(wcstoumax); in TEST()
619 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/bionic/
Dstrtol.cpp178 uintmax_t wcstoumax(const wchar_t* s, wchar_t** end, int base) { in wcstoumax() function
/bionic/libc/include/
Dinttypes.h335 uintmax_t wcstoumax(const wchar_t* _Nonnull __s, wchar_t* _Nullable * _Nullable __end_ptr, int __ba…
/bionic/libc/stdio/
Dvfwscanf.cpp550 res = wcstoumax(buf, NULL, base); in __vfwscanf()
/bionic/libc/tools/
Dposix-2013.txt1167 wcstoumax
/bionic/docs/
Dstatus.md236 * <inttypes.h> `wcstoimax`, `wcstoumax`.
/bionic/libc/
Dlibc.map.txt1199 wcstoumax; # introduced=21
/bionic/tools/versioner/platforms/
Dlibc.map.txt1199 wcstoumax; # introduced=21