Home
last modified time | relevance | path

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

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/text/
H A Dtext_entity.h369 [[nodiscard]] QString TagWithAdded(const QString &tag, const QString &added);
H A Dtext_entity.cpp2059 QString TagWithAdded(const QString &tag, const QString &added) { in TagWithAdded() function
2245 updateCurrent(entity.offset(), TagWithAdded(current, tag)); in ConvertEntitiesToTextTags()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/widgets/
H A Dinput_fields.cpp3268 const auto id = TextUtilities::TagWithAdded(existing.id, tag); in addMarkdownTag()