Searched refs:wcstoimax (Results 1 - 8 of 8) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/stdlib/ |
H A D | wcstoimax.c | 34 * @tc.desc : Test wcstoimax to get numeric part in wide string 41 intmax_t result = wcstoimax(L" +123x", &end, 10); in wcstoimax_0100() 43 t_error("%s wcstoimax get result is %d are not want 123\n", __func__, result); in wcstoimax_0100() 46 t_error("%s wcstoimax get end is %ls are not want x\n", __func__, end); in wcstoimax_0100() 52 * @tc.desc : Test the result of the wcstoimax method when the incoming parameter is empty 58 intmax_t result = wcstoimax(NULL, NULL, 0); in wcstoimax_0200()
|
/third_party/musl/src/stdlib/ |
H A D | wcstol.c | 73 intmax_t wcstoimax(const wchar_t *restrict s, wchar_t **restrict p, int base) in wcstoimax() function
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | inttypes.h | 22 intmax_t wcstoimax(const wchar_t *__restrict, wchar_t **__restrict, int);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | inttypes.h | 22 intmax_t wcstoimax(const wchar_t *__restrict, wchar_t **__restrict, int);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | inttypes.h | 22 intmax_t wcstoimax(const wchar_t *__restrict, wchar_t **__restrict, int);
|
/third_party/musl/include/ |
H A D | inttypes.h | 22 intmax_t wcstoimax(const wchar_t *__restrict, wchar_t **__restrict, int);
|
/third_party/musl/libc-test/src/api/ |
H A D | inttypes.c | 261 {intmax_t(*p)(const wchar_t*restrict,wchar_t**restrict,int) = wcstoimax;} in g()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 27 milliseconds