Searched refs:charsCopy (Results 1 – 1 of 1) sorted by relevance
74 uint16_t* charsCopy = new uint16_t[mNchars]; in copyText() local75 memcpy(charsCopy, mChars, mNchars * sizeof(uint16_t)); in copyText()76 mChars = charsCopy; in copyText()