Searched refs:fLineCount (Results 1 – 4 of 4) sorted by relevance
38 fLineCount(0) in SourceFile()95 fLineCount = 1; in Init()98 fLineCount++; in Init()102 fLineOffsets = new(std::nothrow) int32[fLineCount + 1]; in Init()115 fLineOffsets[fLineCount] = fileSize + 1; in Init()124 return fLineCount; in CountLines()131 return index >= 0 && index < fLineCount in LineAt()139 return index >= 0 && index < fLineCount in LineLengthAt()
54 fLineCount(lineCount), in GroupView()64 if (fLineCount < 1) in GroupView()65 fLineCount = 1; in GroupView()342 count = min_c(fLineCount, childCount); in _RowCount()344 count = (childCount + fLineCount - 1) / fLineCount; in _RowCount()356 count = (childCount + fLineCount - 1) / fLineCount; in _ColumnCount()358 count = min_c(fLineCount, childCount); in _ColumnCount()368 return ChildAt(column * fLineCount + row); in _ChildAt()370 return ChildAt(row * fLineCount + column); in _ChildAt()
48 int32 fLineCount; variable
42 int32 fLineCount; variable