Home
last modified time | relevance | path

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

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/chat_helpers/
H A Dmessage_field.cpp636 } else if (IsAlmostLinkEnd(ch)) { in parse()
638 while (endTest < end && IsAlmostLinkEnd(*endTest)) { in parse()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/text/
H A Dtext.h231 [[nodiscard]] bool IsAlmostLinkEnd(QChar ch);
H A Dtext_entity.cpp1783 } else if (IsAlmostLinkEnd(ch)) { in ParseEntities()
1785 while (endTest < end && IsAlmostLinkEnd(*endTest)) { in ParseEntities()
H A Dtext.cpp3415 bool IsAlmostLinkEnd(QChar ch) { in IsAlmostLinkEnd() function