Home
last modified time | relevance | path

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

/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Controls/
H A DWidgetTextInput.cpp801 Core::WString pre_selection, selection, post_selection; in FormatText() local
802 GetLineSelection(pre_selection, selection, post_selection, line.content, line_begin); in FormatText()
828 if (!post_selection.Empty()) in FormatText()
829 text_element->AddLine(line_position, post_selection); in FormatText()
956 …re::WString& pre_selection, Core::WString& selection, Core::WString& post_selection, const Core::W… in GetLineSelection() argument
970 post_selection = line.Substring(selection_begin_index + selection_length - line_begin); in GetLineSelection()
H A DWidgetTextInput.h171 …re::WString& pre_selection, Core::WString& selection, Core::WString& post_selection, const Core::W…