Lines Matching refs:uprv_memcpy
266 uprv_memcpy(localConverter, cnv, sizeof(UConverter)); in ucnv_safeClone()
279 … uprv_memcpy(localConverter->subChars, cnv->subChars, UCNV_ERROR_BUFFER_LENGTH * U_SIZEOF_UCHAR); in ucnv_safeClone()
447 … uprv_memcpy (mySubChar, converter->subChars, converter->subCharLen); /*fills in the subchars */ in ucnv_getSubstChars()
468 uprv_memcpy (converter->subChars, mySubChar, len); /*copies the subchars */ in ucnv_setSubstChars()
556 uprv_memcpy(cnv->subChars, subChars, length8); in ucnv_setSubstString()
888 uprv_memcpy(replay, cnv->preFromU, -cnv->preFromULength*U_SIZEOF_UCHAR); in _fromUnicodeWithCallback()
977 uprv_memcpy(replay, cnv->preFromU, -cnv->preFromULength*U_SIZEOF_UCHAR); in _fromUnicodeWithCallback()
1074 uprv_memcpy(cnv->preFromU, pArgs->source, length*U_SIZEOF_UCHAR); in _fromUnicodeWithCallback()
1333 uprv_memcpy(replay, cnv->preToU, -cnv->preToULength); in _toUnicodeWithCallback()
1422 uprv_memcpy(replay, cnv->preToU, -cnv->preToULength); in _toUnicodeWithCallback()
1521 uprv_memcpy(cnv->preToU, pArgs->source, length); in _toUnicodeWithCallback()
1537 uprv_memcpy(cnv->invalidCharBuffer, cnv->toUBytes, errorInputLength); in _toUnicodeWithCallback()
2730 uprv_memcpy (errBytes, converter->invalidCharBuffer, *len); in ucnv_getInvalidChars()
2756 uprv_memcpy (errChars, converter->invalidUCharBuffer, sizeof(UChar) * (*len)); in ucnv_getInvalidUChars()