Searched defs:newChars (Results 1 – 7 of 7) sorted by relevance
434 char[] newChars = new char[chars.length()]; in toLowerCase() local482 char[] newChars = new char[chars.length()]; in toUpperCase() local
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
145 char[] newChars=new char[newCapacity]; in ensureCapacity() local
141 char[] newChars=new char[newCapacity]; in ensureCapacity() local
166 char[] newChars = new char[chars.length()]; in charSequenceToUpperCase() local