Searched refs:TotalWidth (Results 1 – 4 of 4) sorted by relevance
63 unsigned TotalWidth = 0; in columnWidthWithTabs() local68 return TotalWidth + columnWidth(Tail, Encoding); in columnWidthWithTabs()69 TotalWidth += columnWidth(Tail.substr(0, TabPos), Encoding); in columnWidthWithTabs()71 TotalWidth += TabWidth - (TotalWidth + StartColumn) % TabWidth; in columnWidthWithTabs()
296 Format.TotalWidth = Columns - 1; // Width of the N-1 spaces. in precomputeFormattingInfos()299 Format.TotalWidth += Format.ColumnSizes[i]; in precomputeFormattingInfos()313 if (Format.TotalWidth > Style.ColumnLimit && Columns > 1) in precomputeFormattingInfos()324 if (Format.TotalWidth <= RemainingCharacters || Format.Columns == 1) { in getColumnFormat()
899 unsigned TotalWidth; member
677 static constexpr storage_type TotalWidth = 0 variable681 static_assert(TotalWidth <= StorageBitSize, "Too short type for FPOptions");