HomeSort by relevance Sort by last modified time
    Searched full:u_memcpy (Results 1 - 25 of 35) sorted by null

1 2

  /external/icu4c/common/
ucnvdisp.c 68 u_memcpy(displayName, name, uprv_min(length, displayNameCapacity)*U_SIZEOF_UCHAR);
ucharstriebuilder.cpp 336 u_memcpy(newUChars+(newCapacity-ucharsLength),
360 u_memcpy(uchars+(ucharsCapacity-ucharsLength), s, length);
unistr_case.cpp 114 u_memcpy(oldStackBuffer, fUnion.fStackBuffer, fShortLength);
unormcmp.cpp 350 u_memcpy(fold1, p, length);
395 u_memcpy(fold2, p, length);
usprep.cpp 457 u_memcpy(parseError->preContext,rules+start,limit-start);
468 u_memcpy(parseError->postContext,rules+start,limit-start);
ustrcase.c 840 u_memcpy(fold1, p, length);
885 u_memcpy(fold2, p, length);
locdispnames.cpp 333 u_memcpy(dest, s, copyLength);
utext.cpp 623 u_memcpy(fold1, p, length);
649 u_memcpy(fold2, p, length);
738 u_memcpy(fold1, p, length);
761 u_memcpy(fold2, p, length);
    [all...]
unistr.cpp     [all...]
ustring.c 1113 u_memcpy(UChar *dest, const UChar *src, int32_t count) { function
    [all...]
normalizer2impl.cpp 152 u_memcpy(limit, s, length);
    [all...]
  /external/icu4c/i18n/
coleitr.cpp 189 u_memcpy(string, source.getBuffer(), length);
240 u_memcpy(buffer, string.getBuffer(), length);
298 u_memcpy(string, sourceText.getBuffer(), length);
366 u_memcpy(buffer, temp, length);
ucol_res.cpp 571 u_memcpy(buffer, ucaRules, uprv_min(UCAlen, bufferLen));
574 u_memcpy(buffer+UCAlen, rules, uprv_min(len, bufferLen-UCAlen));
    [all...]
uspoof.cpp 701 u_memcpy(dest, result, resultLen);
ucol_tok.cpp 222 u_memcpy(parseError->preContext,rules+start,stop-start);
232 u_memcpy(parseError->postContext,rules+start,stop-start);
843 u_memcpy(src->extraCurrent, tempStuff.getBuffer(), len);
    [all...]
uregex.cpp 144 u_memcpy(patBuf, pattern, actualPatLen);
678 u_memcpy(dest, &regexp->fText[startIx], copyLength);
    [all...]
  /external/icu4c/test/cintltst/
bocu1tst.c 996 u_memcpy(text+length, strings[i].s, strings[i].length);
1004 u_memcpy(text+length, strings[i].s, strings[i].length);
1006 u_memcpy(text+length, strings[i].s, strings[i].length);
1017 u_memcpy(text+length, strings[i].s, strings[i].length);
custrtst.c 119 log_verbose("Testing u_memcpy() and u_memcmp()\n");
128 u_memcpy(temp,dataTable[i][j], 7);
131 log_err("an error occured in u_memcpy()\n");
133 log_err("an error occured in u_memcpy() or u_memcmp()\n");
155 u_memcpy(temp,nullTemp, 7);
157 log_err("an error occured in u_memcpy() or u_memcmp()\n");
    [all...]
cucdtst.c     [all...]
  /external/icu4c/common/unicode/
urename.h 332 #define u_memcpy U_ICU_ENTRY_POINT_RENAME(u_memcpy) macro
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 227 #define u_memcpy u_memcpy_3_2 macro
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 227 #define u_memcpy u_memcpy_3_2 macro
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h 227 #define u_memcpy u_memcpy_3_2 macro
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 227 #define u_memcpy u_memcpy_3_2 macro
    [all...]
  /external/icu4c/test/intltest/
tsmthred.cpp 996 u_memcpy(lines[lineNum].buff, bufferU, buflen);
    [all...]

Completed in 1022 milliseconds

1 2