Searched refs:wmemmove (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/upstream-freebsd/lib/libc/string/ |
D | wmemmove.c | 43 wmemmove(wchar_t *d, const wchar_t *s, size_t n) in wmemmove() function
|
/bionic/libc/arch-arm64/generic/bionic/ |
D | memmove.S | 87 ENTRY(wmemmove) 150 END(wmemmove)
|
/bionic/tests/headers/posix/ |
D | wchar_h.c | 118 FUNCTION(wmemmove, wchar_t* (*f)(wchar_t*, const wchar_t*, size_t)); in wchar_h()
|
/bionic/tests/ |
D | wchar_test.cpp | 593 EXPECT_EQ(wstr, wmemmove(wstr, const_wstr, NUM_WCHARS(sizeof(const_wstr)))); in TEST() 596 EXPECT_EQ(wstr+5, wmemmove(wstr+5, wstr, NUM_WCHARS(sizeof(const_wstr)) - 6)); in TEST() 1187 TEST(wchar, wmemmove) { in TEST() argument 1189 ASSERT_EQ(dst, wmemmove(dst, L"hello", 5)); in TEST()
|
/bionic/libc/include/ |
D | wchar.h | 119 wchar_t* wmemmove(wchar_t* __dst, const wchar_t* __src, size_t __n);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1181 wmemmove
|
/bionic/libc/ |
D | Android.bp | 345 "upstream-freebsd/lib/libc/string/wmemmove.c", 351 "upstream-freebsd/lib/libc/string/wmemmove.c", 881 "arch-arm64/generic/bionic/wmemmove.S",
|
D | libc.map.txt | 1213 wmemmove;
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1213 wmemmove;
|