Home | History | Annotate | Download | only in i18n

Lines Matching refs:destLength

4222     int32_t destLength;
4245 destLength=src1Length+src2Length-1;
4246 if(destLength>destCapacity) {
4248 return destLength;
4289 return destLength;