Searched refs:trimmedLength (Results 1 – 1 of 1) sorted by relevance
2161 int32_t trimmedLength = length; in unistrTextExtract() local2162 if(trimmedLength>destCapacity) { in unistrTextExtract()2163 trimmedLength=destCapacity; in unistrTextExtract()2165 us->extract(start32, trimmedLength, dest); in unistrTextExtract()2166 t->chunkOffset = start32+trimmedLength; in unistrTextExtract()