Searched refs:wcstoumax (Results 1 – 11 of 11) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/locale/ |
D | wcstoumax.c | 14 #define FUNCNAME wcstoumax
|
/bionic/tests/ |
D | inttypes_test.cpp | 106 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()
|
D | wchar_test.cpp | 527 TEST(wchar, wcstoumax) { in TEST() argument 528 TestWcsToInt(wcstoumax); in TEST() 532 TestWcsToIntLimits(wcstoumax, L"-1", L"18446744073709551616"); in TEST()
|
/bionic/tests/headers/posix/ |
D | inttypes_h.c | 49 FUNCTION(wcstoumax, uintmax_t (*f)(const wchar_t*, wchar_t**, int)); in inttypes_h()
|
/bionic/libc/include/ |
D | inttypes.h | 263 uintmax_t wcstoumax(const wchar_t* __s, wchar_t** __end_ptr, int __base) __INTRODUCED_IN(21);
|
/bionic/libc/stdio/ |
D | vfwscanf.c | 584 res = wcstoumax(buf, NULL, base); in __vfwscanf()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1167 wcstoumax
|
/bionic/docs/ |
D | status.md | 179 * <inttypes.h> `wcstoimax`, `wcstoumax`.
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1201 wcstoumax; # introduced=21
|
/bionic/libc/ |
D | libc.map.txt | 1201 wcstoumax; # introduced=21
|
D | Android.bp | 495 "upstream-openbsd/lib/libc/locale/wcstoumax.c",
|