Home
last modified time | relevance | path

Searched refs:canBreakEntity (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_entity.cpp1432 …bool canBreakEntity = (entityType == EntityType::Pre || entityType == EntityType::Code); // #TODO … in CutPart() local
1443 goodCanBreakEntity = canBreakEntity; in CutPart()
1446 if (inEntity && !canBreakEntity) { in CutPart()