Searched defs:newChars (Results 1 – 5 of 5) sorted by relevance
74 auto newChars = static_cast<char16_t *> (uprv_malloc(sizeof(char16_t) * capacity)); in operator =() local288 auto newChars = static_cast<char16_t *> (uprv_malloc(sizeof(char16_t) * newCapacity)); in prepareForInsertHelper() local
75 auto newChars = static_cast<char16_t *> (uprv_malloc(sizeof(char16_t) * capacity)); in operator =() local309 …auto newChars = static_cast<char16_t *> (uprv_malloc(sizeof(char16_t) * static_cast<size_t>(newCap… in prepareForInsertHelper() local
141 char[] newChars=new char[newCapacity]; in ensureCapacity() local
145 char[] newChars=new char[newCapacity]; in ensureCapacity() local