Searched refs:wcstoull (Results 1 - 9 of 9) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | wcstoull.c | 36 TEST(ull, wcstoull(s = L"250068492", &c, 10), 250068492ULL, "expect unsigned %llu != %llu"); in wcstoull_0100() 49 TEST(ull, wcstoull(s = L"7b06af00", &c, 16), 2064035584ULL, "expect unsigned %llu != %llu"); in wcstoull_0200() 62 TEST(ull, wcstoull(s = L"1100011011110101010001100000", &c, 2), 208622688ULL, "expect unsigned %llu != %llu"); in wcstoull_0300() 75 TEST(ull, wcstoull(s = L"0x6fffff", &c, 0), 7340031ULL, "expect unsigned %llu != %llu"); in wcstoull_0400() 89 TEST(ull, wcstoull(s = L"18446744073709551616", &c, 0), 18446744073709551615ULL, "uncaught overflow %llu != %llu"); in wcstoull_0500() 105 TEST(ull, wcstoull(s = L"-1", &c, 0), -1ULL, "rejected negative %llu != %llu"); in wcstoull_0600() 121 TEST(ull, wcstoull(s = L"-2", &c, 0), -2ULL, "rejected negative %llu != %llu"); in wcstoull_0700() 137 TEST(ull, wcstoull(s = L"-9223372036854775808", &c, 0), -9223372036854775808ULL, "rejected negative %llu != %llu"); in wcstoull_0800()
|
/third_party/musl/src/stdlib/ |
H A D | wcstol.c | 53 unsigned long long wcstoull(const wchar_t *restrict s, wchar_t **restrict p, int base) in wcstoull() function 80 return wcstoull(s, p, base); in wcstoumax()
|
/third_party/skia/third_party/externals/expat/expat/xmlwf/ |
H A D | xmltchar.h | 59 # define tcstoull wcstoull
|
/third_party/musl/libc-test/src/api/ |
H A D | wchar.c | 70 {unsigned long long(*p)(const wchar_t*restrict,wchar_t**restrict,int) = wcstoull;} in f()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | wchar.h | 104 unsigned long long wcstoull (const wchar_t *__restrict, wchar_t **__restrict, int);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | wchar.h | 104 unsigned long long wcstoull (const wchar_t *__restrict, wchar_t **__restrict, int);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | wchar.h | 104 unsigned long long wcstoull (const wchar_t *__restrict, wchar_t **__restrict, int);
|
/third_party/musl/include/ |
H A D | wchar.h | 104 unsigned long long wcstoull (const wchar_t *__restrict, wchar_t **__restrict, int);
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 539 extern unsigned long long int wcstoull (const wchar_t *__restrict __nptr, 14120 using ::wcstoull; 14128 using ::__gnu_cxx::wcstoull; 14149 using std::wcstoull; 23193 { return __gnu_cxx::__stoa(&std::wcstoull, "stoull", __str.c_str(), [all...] |
Completed in 39 milliseconds