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

  /external/icu4c/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/icu4c/common/unicode/
urename.h 323 #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/icu4c/common/
locdispnames.cpp 711 u_memmove(dest, dest+(haveLang?langPos:restPos), length);
ustring.cpp 1122 u_memmove(UChar *dest, const UChar *src, int32_t count) { function
    [all...]
uts46.cpp 629 u_memmove(s+writeIndex+1, s+writeIndex, length-writeIndex);
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 228 #define u_memmove u_memmove_3_2 macro
    [all...]
ustring.h 756 u_memmove(UChar *dest, const UChar *src, int32_t count);
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 228 #define u_memmove u_memmove_3_2 macro
    [all...]
ustring.h 756 u_memmove(UChar *dest, const UChar *src, int32_t count);
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h 228 #define u_memmove u_memmove_3_2 macro
    [all...]
ustring.h 756 u_memmove(UChar *dest, const UChar *src, int32_t count);
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 228 #define u_memmove u_memmove_3_2 macro
    [all...]
ustring.h 756 u_memmove(UChar *dest, const UChar *src, int32_t count);
    [all...]

Completed in 1507 milliseconds