Searched refs:trimmedLength (Results 1 – 1 of 1) sorted by relevance
2143 int32_t trimmedLength = length; in unistrTextExtract() local2144 if(trimmedLength>destCapacity) { in unistrTextExtract()2145 trimmedLength=destCapacity; in unistrTextExtract()2147 us->extract(start32, trimmedLength, dest); in unistrTextExtract()2148 t->chunkOffset = start32+trimmedLength; in unistrTextExtract()