Home
last modified time | relevance | path

Searched refs:mblen (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/multibyte/
H A Dmblen.c23 * @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 Dmblen.c3 int mblen(const char *s, size_t n) in mblen() function
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdlib.h71 int mblen (const char *, size_t);
/third_party/musl/porting/liteos_m/user/include/
H A Dstdlib.h70 int mblen (const char *, size_t);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdlib.h73 int mblen (const char *, size_t);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdlib.h71 int mblen (const char *, size_t);
/third_party/musl/libc-test/src/api/
H A Dstdlib.c48 {int(*p)(const char*,size_t) = mblen;} in f()
/third_party/musl/src/misc/
H A Dgetopt_long.c78 if (cnt==1 && longonly && arg-start == mblen(start, MB_LEN_MAX)) { in __getopt_long_core()
/third_party/musl/porting/linux/user/include/
H A Dstdlib.h72 int mblen (const char *, size_t);
/third_party/musl/include/
H A Dstdlib.h73 int mblen (const char *, size_t);
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs573 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 Dstylo.hpp6724 extern int mblen (const char *__s, size_t __n) throw ();
6835 using ::mblen;
9656 using std::mblen;
[all...]

Completed in 31 milliseconds