Home | History | Annotate | Download | only in common

Lines Matching defs:destSize

85     uint32_t                destSize;           /* output text capacity */
148 ubidi_writeReordered(pTransform->pBidi, pTransform->dest, pTransform->destSize,
203 pTransform->dest, pTransform->destSize,
258 pTransform->srcLength, pTransform->dest, pTransform->destSize,
309 if (pTransform->destSize < pTransform->srcLength) {
438 UChar *dest, int32_t destSize,
457 CHECK_LEN(dest, destSize, pErrorCode);
483 updateSrc(pBiDiTransform, src, srcLength, destSize > srcLength ? destSize : srcLength, pErrorCode);
494 pBiDiTransform->destSize = destSize;
511 if (destSize < srcLength) {
525 pBiDiTransform->destSize = 0;