Searched refs:prev_str (Results 1 – 1 of 1) sorted by relevance
2490 const char* prev_str = dex_file_->GetStringData(*prev_item); in CheckInterStringIdItem() local2492 if (UNLIKELY(CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(prev_str, str) >= 0)) { in CheckInterStringIdItem()2493 ErrorStringPrintf("Out-of-order string_ids: '%s' then '%s'", prev_str, str); in CheckInterStringIdItem()