HomeSort by relevance Sort by last modified time
    Searched refs:uprv_memcpy (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /external/icu4c/common/
cpputils.h 27 { uprv_memcpy(dst, src, (size_t)(count * sizeof(*src))); }
32 { uprv_memcpy(dst+dstStart, src+srcStart, (size_t)(count * sizeof(*src))); }
36 { uprv_memcpy(dst, src, (size_t)(count * sizeof(*src))); }
41 { uprv_memcpy(dst+dstStart, src+srcStart, (size_t)(count * sizeof(*src))); }
45 { uprv_memcpy(dst, src, (size_t)(count * sizeof(*src))); }
50 { uprv_memcpy(dst+dstStart, src+srcStart, (size_t)(count * sizeof(*src))); }
54 { uprv_memcpy(dst, src, (size_t)(count * sizeof(*src))); }
59 { uprv_memcpy(dst+dstStart, src+srcStart, (size_t)(count * sizeof(*src))); }
65 { uprv_memcpy(dst+dstStart, src+srcStart, (size_t)(count * sizeof(*src))); }
uarrsort.c 63 uprv_memcpy(pv, array+j*itemSize, itemSize);
71 uprv_memcpy(array+i*itemSize, array+(i-1)*itemSize, itemSize);
76 uprv_memcpy(array+i*itemSize, pv, itemSize);
136 uprv_memcpy(px, array+((start+limit)/2)*itemSize, itemSize);
155 uprv_memcpy(pw, array+left*itemSize, itemSize);
156 uprv_memcpy(array+left*itemSize, array+right*itemSize, itemSize);
157 uprv_memcpy(array+right*itemSize, pw, itemSize);
cmemory.h 32 #define uprv_memcpy(dst, src, size) U_STANDARD_CPP_NAMESPACE memcpy(dst, src, size) macro
183 uprv_memcpy(p, LocalPointerBase<T>::ptr, length*sizeof(T));
324 uprv_memcpy(p, ptr, length*sizeof(T));
352 uprv_memcpy(p, ptr, length*sizeof(T));
497 uprv_memcpy(p, ptr, sizeof(H)+length*sizeof(T));
525 uprv_memcpy(p, ptr, sizeof(H)+length*sizeof(T));
charstr.cpp 25 uprv_memcpy(buffer.getAlias(), s.buffer.getAlias(), len+1);
75 uprv_memcpy(buffer.getAlias()+len, s, sLength);
bytestream.cpp 49 uprv_memcpy(outbuf_ + size_, bytes, n);
icudataver.c 72 uprv_memcpy(dataVersionFillin, dataVersion, sizeof(UVersionInfo));
ustr_wcs.c 49 uprv_memcpy(newBuffer, *pBuffer, length*size);
203 uprv_memcpy(dest,intTarget,count*sizeof(wchar_t));
255 uprv_memcpy(dest,src,srcLength*U_SIZEOF_UCHAR);
398 uprv_memcpy(pWStack,pSrc,nulLen*sizeof(wchar_t));
510 uprv_memcpy(dest,src,srcLength*U_SIZEOF_UCHAR);
uloc_tag.c 667 uprv_memcpy(keyBuf, key, keyLen);
690 uprv_memcpy(bcpKeyBuf, key, keyLen);
704 uprv_memcpy(bcpKey, bcpKeyBuf, uprv_min(resultLen, bcpKeyCapacity));
728 uprv_memcpy(bcpKeyBuf, bcpKey, bcpKeyLen);
778 uprv_memcpy(key, resKey, uprv_min(resultLen, keyCapacity));
806 uprv_memcpy(keyBuf, key, keyLen);
878 uprv_memcpy(bcpTypeBuf, type, typeLen);
896 uprv_memcpy(bcpType, bcpTypeBuf, uprv_min(resultLen, bcpTypeCapacity));
924 uprv_memcpy(keyBuf, key, keyLen);
950 uprv_memcpy(bcpTypeBuf, bcpType, bcpTypeLen)
    [all...]
wintz.c 244 uprv_memcpy((char *)&tziKey.standardDate, (char*)&apiTZI.StandardDate,
246 uprv_memcpy((char *)&tziKey.daylightDate, (char*)&apiTZI.DaylightDate,
udatamem.c 35 uprv_memcpy(dest, source, sizeof(UDataMemory));
udataswp.c 73 uprv_memcpy(outData, inData, length);
121 uprv_memcpy(outData, inData, length);
208 uprv_memcpy((char *)outData+stringsLength, inChars+stringsLength, length-stringsLength);
283 uprv_memcpy(outData, inData, headerSize);
utrie2_builder.c 252 uprv_memcpy(trie->index1, other->index1, sizeof(trie->index1));
253 uprv_memcpy(trie->index2, other->index2, other->index2Length*4);
257 uprv_memcpy(trie->data, other->data, other->dataLength*4);
265 uprv_memcpy(trie->map, other->map, (other->dataLength>>UTRIE2_SHIFT_2)*4);
293 uprv_memcpy(trie, other, sizeof(UTrie2));
299 uprv_memcpy(trie->memory, other->memory, other->length);
488 uprv_memcpy(trie->index2+newBlock, trie->index2+trie->index2NullOffset, UTRIE2_INDEX_2_BLOCK_LENGTH*4);
545 uprv_memcpy(data, trie->data, trie->dataLength*4);
552 uprv_memcpy(trie->data+newBlock, trie->data+copyBlock, UTRIE2_DATA_BLOCK_LENGTH*4);
    [all...]
cstring.c 307 uprv_memcpy(dup, src, len);
322 uprv_memcpy(dup, src, n);
ustrenum.cpp 243 uprv_memcpy(result, &USTRENUM_VT, sizeof(USTRENUM_VT));
316 uprv_memcpy(result, &UCHARSTRENUM_VT, sizeof(UCHARSTRENUM_VT));
  /external/icu4c/i18n/
sortkey.cpp 67 uprv_memcpy(fBytes, newValues, fCount);
88 uprv_memcpy(fBytes, other.fBytes, other.fCount);
167 uprv_memcpy(fBytes, other.fBytes, fCount);
346 uprv_memcpy(result, fBytes, fCount);
coleitr.cpp 410 uprv_memcpy((UChar *)coliter->string, othercoliter->string,
445 uprv_memcpy(coliter->CEs, othercoliter->CEs, sizeof(uint32_t) * UCOL_EXPAND_CE_BUFFER_SIZE);
449 uprv_memcpy(coliter->extendCEs, othercoliter->extendCEs, CEsize);
457 uprv_memcpy(coliter->CEs, othercoliter->CEs, CEsize);
ucol_cnt.cpp 114 uprv_memcpy(newElements, oldElements, table->capacity*sizeof(ContractionTable *));
200 uprv_memcpy(CEPointer, table->elements[i]->CEs, size*sizeof(uint32_t));
248 uprv_memcpy(r->codePoints, t->codePoints, sizeof(UChar)*t->size);
249 uprv_memcpy(r->CEs, t->CEs, sizeof(uint32_t)*t->size);
281 //uprv_memcpy(r->elements, t->elements, t->capacity*sizeof(ContractionTable *));
294 uprv_memcpy(r->CEs, t->CEs, t->position*sizeof(uint32_t));
307 uprv_memcpy(r->codePoints, t->codePoints, t->position*sizeof(UChar));
321 uprv_memcpy(r->offsets, t->offsets, t->size*sizeof(int32_t));
ucol_elm.cpp 52 uprv_memcpy(buf, element->cPoints, element->cSize*sizeof(UChar));
67 uprv_memcpy(buf1, element1->cPoints, element1->cSize*sizeof(UChar));
73 uprv_memcpy(buf2, element2->cPoints, element2->cSize*sizeof(UChar));
187 uprv_memcpy(maxet->endExpansionCE + 1, UCA->endExpansionCE,
189 uprv_memcpy(maxet->expansionCESize + 1, UCA->expansionCESize,
266 uprv_memcpy(r->expansions->CEs, t->expansions->CEs, sizeof(uint32_t)*t->expansions->position);
299 uprv_memcpy(r->maxExpansions->endExpansionCE, t->maxExpansions->endExpansionCE, t->maxExpansions->position*sizeof(uint32_t));
311 uprv_memcpy(r->maxExpansions->expansionCESize, t->maxExpansions->expansionCESize, t->maxExpansions->position*sizeof(uint8_t));
336 uprv_memcpy(r->maxJamoExpansions->endExpansionCE, t->maxJamoExpansions->endExpansionCE, t->maxJamoExpansions->position*sizeof(uint32_t));
343 uprv_memcpy(r->maxJamoExpansions->isV, t->maxJamoExpansions->isV, t->maxJamoExpansions->position*sizeof(UBool) (…)
    [all...]
regeximp.h 352 uprv_memcpy(d, s.d, sizeof(d));
  /external/icu4c/test/intltest/
sfwdchit.cpp 53 uprv_memcpy(fStart, s, fLen);
  /external/icu4c/test/perf/usetperf/
bitset.cpp 54 uprv_memcpy(newData, data, len * BYTES_PER_WORD);
  /external/icu4c/tools/genrb/
ustr.c 94 uprv_memcpy(dst->fChars, src->fChars, sizeof(UChar) * src->fLength);
140 uprv_memcpy(dst->fChars + dst->fLength, src->fChars,
160 uprv_memcpy(dst->fChars + dst->fLength, &c,
192 uprv_memcpy(dst->fChars + dst->fLength, src,
  /external/icu4c/test/perf/unisetperf/draft/
trieset.cpp 82 uprv_memcpy((uint16_t *)trie.index+(0xd800>>UTRIE_SHIFT),
  /external/icu4c/tools/icuswap/
icuswap.cpp 316 uprv_memcpy(pkg, basename, len);
494 uprv_memcpy(entryName, outPkgName, inPkgNameLength);
528 uprv_memcpy(outBytes, inBytes, 4);
529 uprv_memcpy(outBytes+offset, inBytes+offset, itemLength);
606 uprv_memcpy(outBytes+table[i].outOffset, inBytes+table[i].inOffset, table[i].length);
627 uprv_memcpy(outBytes+table[i].outOffset, inBytes+table[i].inOffset, table[i].length);
633 uprv_memcpy((uint8_t *)outData+headerSize, outBytes, length);
  /external/icu4c/test/cintltst/
uenumtst.c 227 uprv_memcpy(emptyEnum, &emptyEnumerator, sizeof(UEnumeration));
261 uprv_memcpy(emptyEnum, &emptyPartialEnumerator, sizeof(UEnumeration));

Completed in 978 milliseconds

1 2 3 4 5