Home
last modified time | relevance | path

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

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/text/
H A Dtext.h236 [[nodiscard]] bool IsReplacedBySpace(QChar ch);
H A Dtext_entity.cpp1900 } else if (IsReplacedBySpace(*ch)) { in ApplyServerCleaning()
H A Dtext.cpp3462 bool IsReplacedBySpace(QChar ch) { in IsReplacedBySpace() function
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/chat_helpers/
H A Dmessage_field.cpp340 && !IsReplacedBySpace(code)) { in HasSendText()