Home | History | Annotate | Download | only in common

Lines Matching refs:trimmedLength

2495         int32_t trimmedLength = length;
2496 if(trimmedLength>destCapacity) {
2497 trimmedLength=destCapacity;
2499 us->extract(start32, trimmedLength, dest);
2500 t->chunkOffset = start32+trimmedLength;