Home
last modified time | relevance | path

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

/aosp12/bionic/tests/
H A 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()
H A Dwchar_test.cpp527 TEST(wchar, wcstoumax) { in TEST() argument
528 TestWcsToInt(wcstoumax); in TEST()
532 TestWcsToIntLimits(wcstoumax, L"-1", L"18446744073709551616"); in TEST()
/aosp12/bionic/libc/upstream-openbsd/lib/libc/locale/
H A Dwcstoumax.c14 #define FUNCNAME wcstoumax
/aosp12/bionic/tests/headers/posix/
H A Dinttypes_h.c49 FUNCTION(wcstoumax, uintmax_t (*f)(const wchar_t*, wchar_t**, int)); in inttypes_h()
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/
H A Dinttypes.h312 #define wcstoumax _wcstoui64 macro
/aosp12/bionic/libc/include/
H A Dinttypes.h263 uintmax_t wcstoumax(const wchar_t* __s, wchar_t** __end_ptr, int __base) __INTRODUCED_IN(21);
/aosp12/bionic/libc/stdio/
H A Dvfwscanf.c584 res = wcstoumax(buf, NULL, base); in __vfwscanf()
/aosp12/bionic/libc/tools/
H A Dposix-2013.txt1167 wcstoumax
/aosp12/bionic/docs/
H A Dstatus.md179 * <inttypes.h> `wcstoimax`, `wcstoumax`.
/aosp12/bionic/libc/
H A Dlibc.map.txt1201 wcstoumax; # introduced=21
H A DAndroid.bp495 "upstream-openbsd/lib/libc/locale/wcstoumax.c",
/aosp12/bionic/tools/versioner/platforms/
H A Dlibc.map.txt1201 wcstoumax; # introduced=21