Searched refs:myLen (Results 1 – 2 of 2) sorted by relevance
223 const size_t myLen = size(); in append() local225 if (myLen == 0) { in append()233 ->editResize((myLen+otherLen+1)*sizeof(char16_t)); in append()236 memcpy(str+myLen, other, (otherLen+1)*sizeof(char16_t)); in append()245 const size_t myLen = size(); in append() local246 if (myLen == 0) { in append()254 ->editResize((myLen+otherLen+1)*sizeof(char16_t)); in append()257 memcpy(str+myLen, chrs, otherLen*sizeof(char16_t)); in append()258 str[myLen+otherLen] = 0; in append()272 const size_t myLen = size(); in insert() local[all …]
365 const size_t myLen = bytes(); in real_append() local368 ->editResize(myLen+otherLen+1); in real_append()372 str += myLen; in real_append()