Searched refs:strcoll_l (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/bionic/ |
D | string_l.cpp | 32 int strcoll_l(const char* s1, const char* s2, locale_t) { in strcoll_l() function
|
/bionic/tests/headers/posix/ |
D | string_h.c | 50 FUNCTION(strcoll_l, int (*f)(const char*, const char*, locale_t)); in string_h()
|
/bionic/libc/include/ |
D | string.h | 123 int strcoll_l(const char* __lhs, const char* __rhs, locale_t __l) __attribute_pure__ __INTRODUCED_I…
|
/bionic/tests/ |
D | string_test.cpp | 1617 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/ |
D | posix-2013.txt | 996 strcoll_l
|
/bionic/docs/ |
D | status.md | 188 * <string.h> `strcoll_l`/`strxfrm_l`, `stpcpy`/`stpncpy`.
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1004 strcoll_l; # introduced=21
|
/bionic/libc/ |
D | libc.map.txt | 1004 strcoll_l; # introduced=21
|