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

  /external/webkit/Source/JavaScriptCore/icu/unicode/
ustring.h 756 u_memmove(UChar *dest, const UChar *src, int32_t count);
    [all...]
urename.h 228 #define u_memmove u_memmove_3_2 macro
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ustring.h 756 u_memmove(UChar *dest, const UChar *src, int32_t count);
    [all...]
urename.h 228 #define u_memmove u_memmove_3_2 macro
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ustring.h 756 u_memmove(UChar *dest, const UChar *src, int32_t count);
    [all...]
urename.h 228 #define u_memmove u_memmove_3_2 macro
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
ustring.h 756 u_memmove(UChar *dest, const UChar *src, int32_t count);
    [all...]
urename.h 228 #define u_memmove u_memmove_3_2 macro
    [all...]
  /external/icu4c/common/unicode/
ustring.h 762 u_memmove(UChar *dest, const UChar *src, int32_t count);
    [all...]
urename.h 331 #define u_memmove U_ICU_ENTRY_POINT_RENAME(u_memmove) macro
    [all...]
  /external/icu4c/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...]
  /external/icu4c/tools/gencase/
store.c 497 u_memmove(p+UGENCASE_UNFOLD_WIDTH, p+UGENCASE_UNFOLD_WIDTH*2, (unfoldRows-i)*UGENCASE_UNFOLD_WIDTH);
    [all...]
  /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...]

Completed in 69 milliseconds