Home
last modified time | relevance | path

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

/dports/textproc/sigil/Sigil-1.8.0/src/Misc/
H A DXHTMLHighlighter2.cpp164 if (Utility::SubstringRef(pos, pos+3, text) == "-->") { in highlightBlock()
381 if (Utility::SubstringRef(pos, pos+2, text) == "/*") { in highlightBlock()
402 if (Utility::SubstringRef(pos, pos+2, text) == "*/") { in highlightBlock()
420 if (Utility::SubstringRef(pos, pos+4, text) == "<!--") { in highlightBlock()
424 else if (Utility::SubstringRef(pos, pos+9, text) == "<!DOCTYPE") { in highlightBlock()
H A DUtility.h100 static QStringRef SubstringRef(int start_index, int end_index, const QString &string);
H A DUtility.cpp300 QStringRef Utility::SubstringRef(int start_index, int end_index, const QString &string) in SubstringRef() function in Utility
/dports/textproc/sigil/Sigil-1.8.0/src/Parsers/
H A DQuickParser.cpp145 return Utility::SubstringRef(m_pos, m_next, m_source); in parseML()
153 return Utility::SubstringRef(m_pos, m_next, m_source); in parseML()
158 return Utility::SubstringRef(m_pos, m_next, m_source); in parseML()
167 return Utility::SubstringRef(m_pos, m_next, m_source); in parseML()
H A DTagLister.cpp346 return Utility::SubstringRef(m_pos, m_next, m_source); in parseML()
354 return Utility::SubstringRef(m_pos, m_next, m_source); in parseML()
359 return Utility::SubstringRef(m_pos, m_next, m_source); in parseML()
368 return Utility::SubstringRef(m_pos, m_next, m_source); in parseML()
/dports/textproc/pageedit/PageEdit-1.2.0/
H A DUtility.h70 static QStringRef SubstringRef(int start_index, int end_index, const QString &string);
H A DUtility.cpp197 QStringRef Utility::SubstringRef(int start_index, int end_index, const QString &string) in SubstringRef() function in Utility