Searched refs:u_memmove (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dustring.h767 u_memmove(UChar *dest, const UChar *src, int32_t count);
H A Durename.h319 #define u_memmove U_ICU_ENTRY_POINT_RENAME(u_memmove) macro
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Dustring.h762 u_memmove(UChar *dest, const UChar *src, int32_t count);
H A Durename.h331 #define u_memmove U_ICU_ENTRY_POINT_RENAME(u_memmove) macro
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Dustring.h762 u_memmove(UChar *dest, const UChar *src, int32_t count);
H A Durename.h331 #define u_memmove U_ICU_ENTRY_POINT_RENAME(u_memmove) macro
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Dustring.h762 u_memmove(UChar *dest, const UChar *src, int32_t count);
H A Durename.h331 #define u_memmove U_ICU_ENTRY_POINT_RENAME(u_memmove) macro
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dlocdispnames.cpp747 u_memmove(dest, dest+(haveLang?langPos:restPos), length);
H A Dustring.cpp1122 u_memmove(UChar *dest, const UChar *src, int32_t count) { function
H A Duts46.cpp625 u_memmove(s+writeIndex+1, s+writeIndex, length-writeIndex);
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dcustrtst.c156 log_verbose("Testing u_memmove()\n");
160 u_memmove(temp + 1, temp, 7);
162 log_err("an error occured in u_memmove()\n");
166 log_err("an error occured in u_memmove()\n");

Completed in 349 milliseconds