Searched refs:wcstoul (Results 1 – 12 of 12) sorted by relevance
/third_party/musl/libc-test/src/functional/ |
D | wcstol.c | 25 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… 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(s=L"-9223372036854775808", &c, 0), -9223372036854775808UL, "rejected negative %lu… in main() [all …]
|
/third_party/musl/src/time/ |
D | wcsftime.c | 30 width = wcstoul(f, &p, 10); in __wcsftime_l()
|
/third_party/musl/src/stdlib/ |
D | wcstol.c | 64 unsigned long wcstoul(const wchar_t *restrict s, wchar_t **restrict p, int base) in wcstoul() function
|
/third_party/musl/libc-test/src/api/ |
D | wchar.c | 69 {unsigned long(*p)(const wchar_t*restrict,wchar_t**restrict,int) = wcstoul;} in f()
|
/third_party/boost/boost/compatibility/cpp_c_headers/ |
D | cwchar | 122 using ::wcstoul;
|
/third_party/musl/include/ |
D | wchar.h | 99 unsigned long wcstoul (const wchar_t *__restrict, wchar_t **__restrict, int);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | wchar.h | 99 unsigned long wcstoul (const wchar_t *__restrict, wchar_t **__restrict, int);
|
/third_party/musl/ndk_musl_include/ |
D | wchar.h | 99 unsigned long wcstoul (const wchar_t *__restrict, wchar_t **__restrict, int);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | wchar.h | 101 unsigned long wcstoul (const wchar_t *__restrict, wchar_t **__restrict, int);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | wchar.h | 101 unsigned long wcstoul (const wchar_t *__restrict, wchar_t **__restrict, int);
|
/third_party/musl/ |
D | libc.map.txt | 1924 wcstoul;
|
/third_party/NuttX/ |
D | ReleaseNotes | 13884 wcstold(), wcstoul(), wcstoll() functions. Add mbsnrtowcs() and
|