Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/locale/
Dwcstoumax.c14 #define FUNCNAME wcstoumax
/bionic/tests/
Dinttypes_test.cpp106 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/
Dinttypes.h263 uintmax_t wcstoumax(const wchar_t* __restrict, wchar_t** __restrict, int) __INTRODUCED_IN(21);
/bionic/libc/stdio/
Dvfwscanf.c657 res = wcstoumax(buf, NULL, base); in __vfwscanf()
/bionic/libc/tools/
Dposix-2013.txt1167 wcstoumax
/bionic/libc/
Dlibc.mips64.map1112 wcstoumax; # introduced=21
Dlibc.x86_64.map1112 wcstoumax; # introduced=21
Dlibc.arm64.map1112 wcstoumax; # introduced=21
Dlibc.x86.map1170 wcstoumax; # introduced=21
Dlibc.mips.map1172 wcstoumax; # introduced=21
Dlibc.arm.map1174 wcstoumax; # introduced=21
Dlibc.map.txt1199 wcstoumax; # introduced=21
DAndroid.bp408 "upstream-openbsd/lib/libc/locale/wcstoumax.c",