Searched refs:strcoll_l (Results 1 - 12 of 12) sorted by relevance
/third_party/musl/src/locale/ |
H A D | strcoll.c | 19 weak_alias(__strcoll_l, strcoll_l);
|
/third_party/musl/porting/liteos_a/user/src/locale/ |
H A D | strcoll.c | 15 weak_alias(__strcoll_l, strcoll_l);
|
/third_party/musl/libc-test/src/api/ |
H A D | string.c | 34 {int(*p)(const char*,const char*,locale_t) = strcoll_l;} in f()
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | string.h | 72 int strcoll_l (const char *, const char *, locale_t);
|
/third_party/musl/porting/linux/user/include/ |
H A D | string.h | 74 int strcoll_l (const char *, const char *, locale_t);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | string.h | 72 int strcoll_l (const char *, const char *, locale_t);
|
/third_party/musl/include/ |
H A D | string.h | 74 int strcoll_l (const char *, const char *, locale_t);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | string.h | 72 int strcoll_l (const char *, const char *, locale_t);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | string.h | 74 int strcoll_l (const char *, const char *, locale_t);
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_string.cpp | 577 c = strcoll_l(s1ALigned, s2ALigned, loc); in BM_function_Strcoll_l()
|
/third_party/rust/crates/libc/src/solid/ |
H A D | mod.rs | 767 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 D | stylo.hpp | 7010 extern int strcoll_l (const char *__s1, const char *__s2, __locale_t __l) [all...] |
Completed in 39 milliseconds