Home
last modified time | relevance | path

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

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/text/
H A Dtext.h190 …uint16 countBlockLength(const TextBlocks::const_iterator &i, const TextBlocks::const_iterator &e) …
H A Dtext.cpp3142 uint16 String::countBlockLength(const String::TextBlocks::const_iterator &i, const String::TextBloc… in countBlockLength() function in Ui::Text::String
3197 auto rangeTo = qMin(selection.to, uint16(blockFrom + countBlockLength(i, e))); in enumerateText()