Lines Matching refs:prev_str
1714 const char* prev_str = dex_file_->GetStringData(*prev_item);1716 if (UNLIKELY(CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(prev_str, str) >= 0)) {1717 ErrorStringPrintf("Out-of-order string_ids: '%s' then '%s'", prev_str, str);