Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/
H A Dmessage_box_view.cc48 bool IsParagraphSeparator(base::char16 c) { in IsParagraphSeparator() function
62 if (IsParagraphSeparator(text[i])) { in SplitStringIntoParagraphs()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/
H A Dmessage_box_view.cc49 bool IsParagraphSeparator(base::char16 c) { in IsParagraphSeparator() function
63 if (IsParagraphSeparator(text[i])) { in SplitStringIntoParagraphs()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/text/
H A Dtext.cpp123 bool IsParagraphSeparator(QChar ch) { in IsParagraphSeparator() function
3100 if (!IsParagraphSeparator(_text.at(from))) { in adjustSelection()
3101 while (from > 0 && !IsParagraphSeparator(_text.at(from - 1))) { in adjustSelection()
3106 if (IsParagraphSeparator(_text.at(to))) { in adjustSelection()
3109 while (to < _text.size() && !IsParagraphSeparator(_text.at(to))) { in adjustSelection()