Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/locale/
Dwcstoull.c13 #define FUNCNAME wcstoull
/bionic/libc/include/
Dwchar.h119 unsigned long long wcstoull(const wchar_t*, wchar_t**, int) __INTRODUCED_IN(21);
/bionic/libc/bionic/
Dwchar.cpp229 return wcstoull(nptr, endptr, base); in wcstoull_l()
/bionic/tests/
Dwchar_test.cpp421 TEST(wchar, wcstoull) { in TEST() argument
642 wcstoull(L"123", NULL, -1); in TEST()
645 wcstoull(L"123", NULL, 1); in TEST()
648 wcstoull(L"123", NULL, 37); in TEST()
/bionic/libc/tools/
Dposix-2013.txt1166 wcstoull
/bionic/libc/
Dlibc.mips64.map1110 wcstoull; # introduced=21
Dlibc.arm64.map1110 wcstoull; # introduced=21
Dlibc.x86_64.map1110 wcstoull; # introduced=21
Dlibc.mips.map1170 wcstoull; # introduced=21
Dlibc.x86.map1168 wcstoull; # introduced=21
Dlibc.map.txt1197 wcstoull; # introduced=21
Dlibc.arm.map1172 wcstoull; # introduced=21
DAndroid.bp407 "upstream-openbsd/lib/libc/locale/wcstoull.c",