Home
last modified time | relevance | path

Searched refs:combined_chars (Results 1 – 1 of 1) sorted by relevance

/art/compiler/
Dimage_writer.cc543 std::vector<uint16_t> combined_chars(total_length, 0U); in ProcessStrings() local
549 SubstringComparator(&combined_chars))); in ProcessStrings()
555 combined_chars[num_chars++] = s->CharAt(j); in ProcessStrings()
567 if (combined_chars[it->first + j] != s->CharAt(j)) { in ProcessStrings()
590 array->SetWithoutChecks<false>(i, combined_chars[i]); in ProcessStrings()