Searched refs:wcstoull (Results 1 - 8 of 8) sorted by relevance

/external/libcxx/include/support/android/
H A Dlocale_bionic.h180 return wcstoull(nptr, endptr, base);
/external/libcxx/include/support/win32/
H A Dsupport.h50 #define wcstoull _wcstoui64 macro
/external/bison/lib/
H A Dstrtol.c87 # define strtol wcstoull
/external/ltrace/testsuite/ltrace.minor/
H A Dwchar.exp129 { wchar_t *ptr = NULL; wcstoull(wbuf, &ptr, 10); }
200 {{^wcstoull\("1234•", "•", 10\).*= 1234} == 1}
/external/libcxx/test/depr/depr.c.headers/
H A Dwchar_h.pass.cpp73 static_assert((std::is_same<decltype(wcstoull(L"", (wchar_t**)0, 0)), unsigned long long>::value), "");
/external/libcxx/test/strings/c.strings/
H A Dcwchar.pass.cpp73 static_assert((std::is_same<decltype(std::wcstoull(L"", (wchar_t**)0, 0)), unsigned long long>::value), "");
/external/libcxx/src/
H A Dstring.cpp175 return as_integer_helper<unsigned long long>( func, s, idx, base, wcstoull );
/external/ltrace/etc/
H A Dlibc.so.conf515 ullong wcstoull(wstring_t, +wstring_t*, int);

Completed in 205 milliseconds