fLineCount
int32 fLineCount;
fLineOffsets = new(std::nothrow) int32[fLineCount + 1];
fLineOffsets[fLineCount] = fileSize + 1;
return fLineCount;
return index >= 0 && index < fLineCount
return index >= 0 && index < fLineCount
fLineCount = 1;
fLineCount++;
count = min_c(fLineCount, childCount);
count = (childCount + fLineCount - 1) / fLineCount;
count = (childCount + fLineCount - 1) / fLineCount;
count = min_c(fLineCount, childCount);
return ChildAt(column * fLineCount + row);
return ChildAt(row * fLineCount + column);
fLineCount(lineCount),
if (fLineCount < 1)
fLineCount = 1;
int32 fLineCount;