Searched refs:this_line (Results 1 – 6 of 6) sorted by relevance
81 const LineNumber this_line = i->lineNumber(); in deleteMatch() local82 if ( this_line == line ) { in deleteMatch()87 if ( this_line < line ) in deleteMatch()
468 QByteArray this_line = blob.mid( beginning, end - beginning ); in doGetLines() local470 list.append( codec_->toUnicode( this_line ) ); in doGetLines()511 QByteArray this_line = blob.mid( beginning, end - beginning ); in doGetExpandedLines() local512 QString conv_line = codec_->toUnicode( this_line ); in doGetExpandedLines()
1178 QString this_line = logData->getExpandedLineString( line ); in convertCoordToFilePos() local1179 const int length = this_line.length(); in convertCoordToFilePos()