Searched refs:myLen (Results 1 – 2 of 2) sorted by relevance
218 const size_t myLen = size(); in append() local220 if (myLen == 0) { in append()228 ->editResize((myLen+otherLen+1)*sizeof(char16_t)); in append()231 memcpy(str+myLen, other, (otherLen+1)*sizeof(char16_t)); in append()240 const size_t myLen = size(); in append() local241 if (myLen == 0) { in append()249 ->editResize((myLen+otherLen+1)*sizeof(char16_t)); in append()252 memcpy(str+myLen, chrs, otherLen*sizeof(char16_t)); in append()253 str[myLen+otherLen] = 0; in append()267 const size_t myLen = size(); in insert() local[all …]
363 const size_t myLen = bytes(); in real_append() local366 ->editResize(myLen+otherLen+1); in real_append()370 str += myLen; in real_append()