Home
last modified time | relevance | path

Searched refs:TextCommandLinkText (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.h31 TextCommandLinkText = 0x0C, enumerator
H A Dtext.cpp167 …return result.append(TextCommand).append(QChar(TextCommandLinkText)).append(QChar(int(url.size()))… in textcmdStartLink()
222 case TextCommandLinkText: { in textSkipCommand()
731 case TextCommandLinkText: { in readCommand()
H A Dtext_entity.cpp1531 return (*(start + commandOffset + 1) != TextCommandLinkText); in textcmdStartsLink()