Home
last modified time | relevance | path

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

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/codegen/codegen/lang/
H A Dparsed_file.cpp50 static const QChar TextCommandLangTag(0x0020); in PrepareCommandString() local
52 result[1] = TextCommandLangTag; in PrepareCommandString()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/text/
H A Dtext.h34 TextCommandLangTag = 0x20, enumerator
H A Dtext.cpp232 case TextCommandLangTag: in textSkipCommand()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/lang/
H A Dlang_tag.cpp872 …if (ch + kTagReplacementSize <= e && (ch + 1)->unicode() == TextCommandLangTag && *(ch + 3) == Tex… in FindTagReplacementPosition()
H A Dlang_instance.cpp137 _currentTagReplacer[1] = TextCommandLangTag; in readTag()