Lines Matching refs:NewArray
1105 char* non_one_byte = NewArray<char>(3 * length + 1);1106 char* one_byte = NewArray<char>(length + 1);