Searched refs:doNotExcludeLineNumbers (Results 1 – 3 of 3) sorted by relevance
51 bool doNotExcludeLineNumbers() const { return m_doNotExcludeLineNumbers; } in doNotExcludeLineNumbers() function166 int newLineFlag = m_currentString.doNotExcludeLineNumbers(); in advancePastNewline()192 …int newLineFlag = (*m_currentString.m_current == '\n') & m_currentString.doNotExcludeLineNumbers(); in advance()
228 if (*m_currentString.m_current++ == '\n' && m_currentString.doNotExcludeLineNumbers()) { in advanceSlowCase()
74117 (WebCore::SegmentedSubstring::doNotExcludeLineNumbers): Added.74119 … (WebCore::SegmentedString::advance): Use doNotExcludeLineNumbers to reverse the sense and fix74123 (WebCore::SegmentedString::advanceSlowCase): Use doNotExcludeLineNumbers.