Searched refs:mblen (Results 1 - 12 of 12) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/multibyte/ |
H A D | mblen.c | 23 * @tc.desc : Verify mblen process success when wide string is not null. 37 size_t ret = mblen(src, ARRY_MAX); in mblen_0100() 43 * @tc.desc : Verify mblen process success when wide string is null. 48 size_t ret = mblen(NULL, ARRY_MAX); in mblen_0200()
|
/third_party/musl/src/multibyte/ |
H A D | mblen.c | 3 int mblen(const char *s, size_t n) in mblen() function
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | stdlib.h | 71 int mblen (const char *, size_t);
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | stdlib.h | 70 int mblen (const char *, size_t);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | stdlib.h | 73 int mblen (const char *, size_t);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | stdlib.h | 71 int mblen (const char *, size_t);
|
/third_party/musl/libc-test/src/api/ |
H A D | stdlib.c | 48 {int(*p)(const char*,size_t) = mblen;} in f()
|
/third_party/musl/src/misc/ |
H A D | getopt_long.c | 78 if (cnt==1 && longonly && arg-start == mblen(start, MB_LEN_MAX)) { in __getopt_long_core()
|
/third_party/musl/porting/linux/user/include/ |
H A D | stdlib.h | 72 int mblen (const char *, size_t);
|
/third_party/musl/include/ |
H A D | stdlib.h | 73 int mblen (const char *, size_t);
|
/third_party/rust/crates/libc/src/solid/ |
H A D | mod.rs | 573 pub fn mblen(arg1: *const c_char, arg2: size_t) -> c_int; in mblen() functions
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 6724 extern int mblen (const char *__s, size_t __n) throw (); 6835 using ::mblen; 9656 using std::mblen; [all...] |
Completed in 31 milliseconds