Searched refs:repeated_set (Results 1 – 3 of 3) sorted by relevance
1673 int blobcount, repeated_set; in find_repeated_chars() local1694 if (box_it.data()->repeated_set() != 0 && !box_it.data()->joined_to_prev()) { in find_repeated_chars()1696 repeated_set = box_it.data()->repeated_set(); in find_repeated_chars()1699 while (!search_it.at_first() && search_it.data()->repeated_set() == repeated_set) { in find_repeated_chars()
1424 int repeated_set; in fill_heights() local1449 if (has_rep_chars && blob->repeated_set() != 0) { in fill_heights()1450 repeated_set = blob->repeated_set(); in fill_heights()1452 while (!blob_it.at_first() && blob_it.data()->repeated_set() == repeated_set) { in fill_heights()
271 int repeated_set() const { in ELISTIZEH()