HomeSort by relevance Sort by last modified time
    Searched full:u_memmove (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/icu/source/test/cintltst/
custrtst.c 160 log_verbose("Testing u_memmove()\n");
164 u_memmove(temp + 1, temp, 7);
166 log_err("an error occured in u_memmove()\n");
170 log_err("an error occured in u_memmove()\n");
    [all...]
  /external/icu/icu4c/source/test/cintltst/
custrtst.c 156 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");
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 319 #define u_memmove U_ICU_ENTRY_POINT_RENAME(u_memmove) macro
    [all...]
ustring.h 767 u_memmove(UChar *dest, const UChar *src, int32_t count);
    [all...]
  /external/icu/icu4c/source/common/
locdispnames.cpp 747 u_memmove(dest, dest+(haveLang?langPos:restPos), length);
    [all...]
ustring.cpp 1122 u_memmove(UChar *dest, const UChar *src, int32_t count) { function
    [all...]
uts46.cpp 625 u_memmove(s+writeIndex+1, s+writeIndex, length-writeIndex);
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h 331 #define u_memmove U_ICU_ENTRY_POINT_RENAME(u_memmove) macro
    [all...]
ustring.h 762 u_memmove(UChar *dest, const UChar *src, int32_t count);
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ustring.c 1118 u_memmove(UChar *dest, const UChar *src, int32_t count) { function
    [all...]
uts46.cpp 621 u_memmove(s+writeIndex+1, s+writeIndex, length-writeIndex);
    [all...]

Completed in 256 milliseconds