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