Home | History | Annotate | Download | only in common

Lines Matching refs:trimmedLength

2136         int32_t trimmedLength = length;
2137 if(trimmedLength>destCapacity) {
2138 trimmedLength=destCapacity;
2140 us->extract(start32, trimmedLength, dest);