Home
last modified time | relevance | path

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

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/utils/
H A Ddiffer.cpp287 const int previousDiffCount = previousDiff.text.count(); in moveWhitespaceIntoEqualities() local
289 && previousDiffCount in moveWhitespaceIntoEqualities()
290 && isWhitespace(previousDiff.text.at(previousDiffCount - 1))) { in moveWhitespaceIntoEqualities()