Searched refs:wcstoimax (Results 1 – 11 of 11) sorted by relevance
/bionic/tests/ |
D | inttypes_test.cpp | 100 TEST(inttypes, wcstoimax) { in TEST() argument 102 EXPECT_EQ(123, wcstoimax(L" +123x", &end, 10)); in TEST() 168 wcstoimax(L"123", nullptr, -1); in TEST() 171 wcstoimax(L"123", nullptr, 1); in TEST() 174 wcstoimax(L"123", nullptr, 37); in TEST()
|
D | wchar_test.cpp | 510 TEST(wchar, wcstoimax) { in TEST() argument 511 TestWcsToInt(wcstoimax); in TEST() 515 TestWcsToIntLimits(wcstoimax, L"-9223372036854775809", in TEST()
|
/bionic/libc/upstream-openbsd/lib/libc/locale/ |
D | wcstoimax.c | 14 #define FUNCNAME wcstoimax
|
/bionic/tests/headers/posix/ |
D | inttypes_h.c | 48 FUNCTION(wcstoimax, intmax_t (*f)(const wchar_t*, wchar_t**, int)); in inttypes_h()
|
/bionic/libc/include/ |
D | inttypes.h | 262 intmax_t wcstoimax(const wchar_t* __s, wchar_t** __end_ptr, int __base) __INTRODUCED_IN(21);
|
/bionic/libc/stdio/ |
D | vfwscanf.c | 582 res = wcstoimax(buf, NULL, base); in __vfwscanf()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1159 wcstoimax
|
/bionic/docs/ |
D | status.md | 179 * <inttypes.h> `wcstoimax`, `wcstoumax`.
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1190 wcstoimax; # introduced=21
|
/bionic/libc/ |
D | libc.map.txt | 1190 wcstoimax; # introduced=21
|
D | Android.bp | 466 "upstream-openbsd/lib/libc/locale/wcstoimax.c",
|