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