Home
last modified time | relevance | path

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

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/text/
H A Dtext.cpp356 bool _lastSkipped = false; // did we skip current char member in Ui::Text::Parser
451 _lastSkipped = false; in createBlock()
455 _lastSkipped = true; in createBlock()
764 if (_lastSkipped || _emoji || ++_diacs > kMaxDiacAfterSymbol) { in parseCurrentChar()
802 _lastSkipped = skip; in parseCurrentChar()