Home
last modified time | relevance | path

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

/third_party/musl/src/locale/
H A Dstrcoll.c19 weak_alias(__strcoll_l, strcoll_l);
/third_party/musl/porting/liteos_a/user/src/locale/
H A Dstrcoll.c15 weak_alias(__strcoll_l, strcoll_l);
/third_party/musl/libc-test/src/api/
H A Dstring.c34 {int(*p)(const char*,const char*,locale_t) = strcoll_l;} in f()
/third_party/musl/porting/liteos_m/user/include/
H A Dstring.h72 int strcoll_l (const char *, const char *, locale_t);
/third_party/musl/porting/linux/user/include/
H A Dstring.h74 int strcoll_l (const char *, const char *, locale_t);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstring.h72 int strcoll_l (const char *, const char *, locale_t);
/third_party/musl/include/
H A Dstring.h74 int strcoll_l (const char *, const char *, locale_t);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstring.h72 int strcoll_l (const char *, const char *, locale_t);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstring.h74 int strcoll_l (const char *, const char *, locale_t);
/third_party/musl/Benchmark/musl/
H A Dlibc_string.cpp577 c = strcoll_l(s1ALigned, s2ALigned, loc); in BM_function_Strcoll_l()
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs767 pub fn strcoll_l(arg1: *const c_char, arg2: *const c_char, arg3: locale_t) -> c_int; in strcoll_l() functions
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp7010 extern int strcoll_l (const char *__s1, const char *__s2, __locale_t __l)
[all...]

Completed in 44 milliseconds