Home
last modified time | relevance | path

Searched refs:wcstoul (Results 1 - 9 of 9) sorted by relevance

/third_party/musl/libc-test/src/functional/
H A Dwcstol.c25 TEST(ul, wcstoul(L"4294967295", 0, 0), 4294967295UL, "max 32bit unsigned %lu != %lu"); in main()
34 TEST(ul, wcstoul(s=L"4294967296", &c, 0), 4294967295UL, "uncaught overflow %lu != %lu"); in main()
37 TEST(ul, wcstoul(s=L"-1", &c, 0), -1UL, "rejected negative %lu != %lu"); in main()
40 TEST(ul, wcstoul(s=L"-2", &c, 0), -2UL, "rejected negative %lu != %lu"); in main()
43 TEST(ul, wcstoul(s=L"-2147483648", &c, 0), -2147483648UL, "rejected negative %lu != %lu"); in main()
46 TEST(ul, wcstoul(s=L"-2147483649", &c, 0), -2147483649UL, "rejected negative %lu != %lu"); in main()
56 TEST(ul, wcstoul(s=L"18446744073709551616", &c, 0), 18446744073709551615UL, "uncaught overflow %lu != %lu"); in main()
59 TEST(ul, wcstoul(s=L"-1", &c, 0), -1UL, "rejected negative %lu != %lu"); in main()
62 TEST(ul, wcstoul(s=L"-2", &c, 0), -2UL, "rejected negative %lu != %lu"); in main()
65 TEST(ul, wcstoul( in main()
[all...]
/third_party/musl/src/time/
H A Dwcsftime.c30 width = wcstoul(f, &p, 10); in __wcsftime_l()
/third_party/musl/src/stdlib/
H A Dwcstol.c63 unsigned long wcstoul(const wchar_t *restrict s, wchar_t **restrict p, int base) in wcstoul() function
/third_party/musl/libc-test/src/api/
H A Dwchar.c69 {unsigned long(*p)(const wchar_t*restrict,wchar_t**restrict,int) = wcstoul;} in f()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dwchar.h101 unsigned long wcstoul (const wchar_t *__restrict, wchar_t **__restrict, int);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dwchar.h101 unsigned long wcstoul (const wchar_t *__restrict, wchar_t **__restrict, int);
/third_party/musl/porting/uniproton/kernel/include/
H A Dwchar.h101 unsigned long wcstoul (const wchar_t *__restrict, wchar_t **__restrict, int);
/third_party/musl/include/
H A Dwchar.h101 unsigned long wcstoul (const wchar_t *__restrict, wchar_t **__restrict, int);
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp522 extern unsigned long int wcstoul (const wchar_t *__restrict __nptr,
14064 using ::wcstoul;
23183 { return __gnu_cxx::__stoa(&std::wcstoul, "stoul", __str.c_str(),
[all...]

Completed in 38 milliseconds