Home
last modified time | relevance | path

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

/external/tesseract/ccutil/
Delst2.cpp316 cycle_pt = next; in forward()
357 cycle_pt = prev; in backward()
506 if (current == cycle_pt) in exchange()
507 cycle_pt = other_it->cycle_pt; in exchange()
508 if (other_it->current == other_it->cycle_pt) in exchange()
509 other_it->cycle_pt = cycle_pt; in exchange()
574 if (temp_it.current == cycle_pt) in extract_sublist()
577 if (temp_it.current == other_it->cycle_pt) in extract_sublist()
Delst.cpp334 cycle_pt = next; in forward()
498 if (current == cycle_pt) in exchange()
499 cycle_pt = other_it->cycle_pt; in exchange()
500 if (other_it->current == other_it->cycle_pt) in exchange()
501 other_it->cycle_pt = cycle_pt; in exchange()
566 if (temp_it.current == cycle_pt) in extract_sublist()
569 if (temp_it.current == other_it->cycle_pt) in extract_sublist()
Dclst.cpp366 cycle_pt = next; in forward()
533 if (current == cycle_pt) in exchange()
534 cycle_pt = other_it->cycle_pt; in exchange()
535 if (other_it->current == other_it->cycle_pt) in exchange()
536 other_it->cycle_pt = cycle_pt; in exchange()
599 if (temp_it.current == cycle_pt) in extract_sublist()
602 if (temp_it.current == other_it->cycle_pt) in extract_sublist()
Delst.h217 ELIST_LINK *cycle_pt; //point we are cycling variable
330 cycle_pt = NULL; //await explicit set in set_to_list()
388 cycle_pt = new_element; in add_after_then_move()
482 cycle_pt = new_element; in add_before_then_move()
620 cycle_pt = prev->next; in add_list_before()
667 ex_current_was_cycle_pt = (current == cycle_pt) ? TRUE : FALSE; in extract()
717 cycle_pt = current; in mark_cycle_pt()
783 return ((list->empty ()) || ((current == cycle_pt) && started_cycling)); in cycled_list()
Dclst.h172 CLIST_LINK *cycle_pt; //point we are cycling variable
285 cycle_pt = NULL; //await explicit set in set_to_list()
346 cycle_pt = new_element; in add_after_then_move()
446 cycle_pt = new_element; in add_before_then_move()
587 cycle_pt = prev->next; in add_list_before()
634 ex_current_was_cycle_pt = (current == cycle_pt) ? TRUE : FALSE; in extract()
684 cycle_pt = current; in mark_cycle_pt()
750 return ((list->empty ()) || ((current == cycle_pt) && started_cycling)); in cycled_list()
Delst2.h186 ELIST2_LINK *cycle_pt; //point we are cycling variable
302 cycle_pt = NULL; //await explicit set in set_to_list()
364 cycle_pt = new_element; in add_after_then_move()
467 cycle_pt = new_element; in add_before_then_move()
618 cycle_pt = prev->next; in add_list_before()
666 ex_current_was_cycle_pt = (current == cycle_pt) ? TRUE : FALSE; in extract()
739 cycle_pt = current; in mark_cycle_pt()
805 return ((list->empty ()) || ((current == cycle_pt) && started_cycling)); in cycled_list()