Searched refs:IsLeftJustified (Results 1 – 2 of 2) sorted by relevance
526 OptionalFlag IsLeftJustified; // '-' variable543 IsLeftJustified("-"), HasPlusPrefix("+"), HasSpacePrefix(" "), in PrintfSpecifier()558 IsLeftJustified.setPosition(position); in setIsLeftJustified()611 const OptionalFlag &isLeftJustified() const { return IsLeftJustified; } in isLeftJustified()
983 if (IsLeftJustified) os << "-"; in toString()1132 if (!IsLeftJustified) in hasValidLeftJustified()