Searched refs:u_memmove (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | ustring.h | 767 u_memmove(UChar *dest, const UChar *src, int32_t count);
|
D | urename.h | 322 #define u_memmove U_ICU_ENTRY_POINT_RENAME(u_memmove) macro
|
/external/icu/icu4c/source/common/ |
D | locdispnames.cpp | 747 u_memmove(dest, dest+(haveLang?langPos:restPos), length); in uloc_getDisplayName()
|
D | ustring.cpp | 1122 u_memmove(UChar *dest, const UChar *src, int32_t count) { in u_memmove() function
|
D | uts46.cpp | 617 u_memmove(s+writeIndex+1, s+writeIndex, length-writeIndex); in mapDevChars()
|
/external/icu/icu4c/source/test/cintltst/ |
D | custrtst.c | 159 u_memmove(temp + 1, temp, 7); in TestStringFunctions()
|