Searched refs:matching_characters (Results 1 – 1 of 1) sorted by relevance
127 size_t matching_characters = mismatch - old_text.begin(); in RecordPercentageMatchHistogram() local128 percent = static_cast<float>(matching_characters) / avg_length * 100; in RecordPercentageMatchHistogram()