Searched refs:strxfrm_l (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/bionic/ |
D | string_l.cpp | 40 size_t strxfrm_l(char* dst, const char* src, size_t n, locale_t) { in strxfrm_l() function
|
/bionic/tests/headers/posix/ |
D | string_h.c | 71 FUNCTION(strxfrm_l, size_t (*f)(char*, const char*, size_t, locale_t)); in string_h()
|
/bionic/libc/include/ |
D | string.h | 124 size_t strxfrm_l(char* __dst, const char* __src, size_t __n, locale_t __l) __INTRODUCED_IN(21);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1033 strxfrm_l
|
/bionic/tests/ |
D | string_test.cpp | 1648 ASSERT_EQ(strxfrm_l(dst1, src1, 0, LC_GLOBAL_LOCALE), 3U); in TEST() 1650 ASSERT_EQ(strxfrm_l(dst1, src1, sizeof(dst1), LC_GLOBAL_LOCALE), 3U); in TEST()
|
/bionic/docs/ |
D | status.md | 188 * <string.h> `strcoll_l`/`strxfrm_l`, `stpcpy`/`stpncpy`.
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1047 strxfrm_l; # introduced=21
|
/bionic/libc/ |
D | libc.map.txt | 1047 strxfrm_l; # introduced=21
|