Home
last modified time | relevance | path

Searched refs:strcoll_l (Results 1 – 8 of 8) sorted by relevance

/bionic/libc/bionic/
Dstring_l.cpp32 int strcoll_l(const char* s1, const char* s2, locale_t) { in strcoll_l() function
/bionic/tests/headers/posix/
Dstring_h.c50 FUNCTION(strcoll_l, int (*f)(const char*, const char*, locale_t)); in string_h()
/bionic/libc/include/
Dstring.h123 int strcoll_l(const char* __lhs, const char* __rhs, locale_t __l) __attribute_pure__ __INTRODUCED_I…
/bionic/tests/
Dstring_test.cpp1617 ASSERT_TRUE(strcoll_l("aab", "aac", LC_GLOBAL_LOCALE) < 0); in TEST()
1618 ASSERT_TRUE(strcoll_l("aab", "aab", LC_GLOBAL_LOCALE) == 0); in TEST()
1619 ASSERT_TRUE(strcoll_l("aac", "aab", LC_GLOBAL_LOCALE) > 0); in TEST()
/bionic/libc/tools/
Dposix-2013.txt996 strcoll_l
/bionic/docs/
Dstatus.md188 * <string.h> `strcoll_l`/`strxfrm_l`, `stpcpy`/`stpncpy`.
/bionic/tools/versioner/platforms/
Dlibc.map.txt1004 strcoll_l; # introduced=21
/bionic/libc/
Dlibc.map.txt1004 strcoll_l; # introduced=21