Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DLinkText.cpp505 int copy_start_index = 0; in MarkLinks() local
517 …std::copy(raw_text_start_it + copy_start_index, raw_text_start_it + link_start_index, std::back_in… in MarkLinks()
529 copy_start_index = link_end_index; in MarkLinks()
537 … std::copy(raw_text_start_it + copy_start_index, raw_text.end(), std::back_inserter(marked_text)); in MarkLinks()