Searched refs:wcstoumax (Results 1 – 13 of 13) 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() 150 wcstoumax(L"123", NULL, -1); in TEST() 153 wcstoumax(L"123", NULL, 1); in TEST() 156 wcstoumax(L"123", NULL, 37); in TEST()
|
/bionic/libc/include/ |
D | inttypes.h | 263 uintmax_t wcstoumax(const wchar_t* __restrict, wchar_t** __restrict, int) __INTRODUCED_IN(21);
|
/bionic/libc/stdio/ |
D | vfwscanf.c | 657 res = wcstoumax(buf, NULL, base); in __vfwscanf()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1167 wcstoumax
|
/bionic/libc/ |
D | libc.mips64.map | 1112 wcstoumax; # introduced=21
|
D | libc.x86_64.map | 1112 wcstoumax; # introduced=21
|
D | libc.arm64.map | 1112 wcstoumax; # introduced=21
|
D | libc.x86.map | 1170 wcstoumax; # introduced=21
|
D | libc.mips.map | 1172 wcstoumax; # introduced=21
|
D | libc.arm.map | 1174 wcstoumax; # introduced=21
|
D | libc.map.txt | 1199 wcstoumax; # introduced=21
|
D | Android.bp | 408 "upstream-openbsd/lib/libc/locale/wcstoumax.c",
|