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