Searched refs:wcstoumax (Results 1 – 10 of 10) sorted by relevance
/bionic/tests/ |
D | inttypes_test.cpp | 108 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()
|
D | wchar_test.cpp | 614 TEST(wchar, wcstoumax) { in TEST() argument 615 TestWcsToInt(wcstoumax); in TEST() 619 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/bionic/ |
D | strtol.cpp | 178 uintmax_t wcstoumax(const wchar_t* s, wchar_t** end, int base) { in wcstoumax() function
|
/bionic/libc/include/ |
D | inttypes.h | 335 uintmax_t wcstoumax(const wchar_t* _Nonnull __s, wchar_t* _Nullable * _Nullable __end_ptr, int __ba…
|
/bionic/libc/stdio/ |
D | vfwscanf.cpp | 550 res = wcstoumax(buf, NULL, base); in __vfwscanf()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1167 wcstoumax
|
/bionic/docs/ |
D | status.md | 236 * <inttypes.h> `wcstoimax`, `wcstoumax`.
|
/bionic/libc/ |
D | libc.map.txt | 1199 wcstoumax; # introduced=21
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1199 wcstoumax; # introduced=21
|