Searched refs:IsLeftJustified (Results 1 – 2 of 2) sorted by relevance
515 OptionalFlag IsLeftJustified; // '-' variable532 IsLeftJustified("-"), HasPlusPrefix("+"), HasSpacePrefix(" "), in PrintfSpecifier()547 IsLeftJustified.setPosition(position); in setIsLeftJustified()600 const OptionalFlag &isLeftJustified() const { return IsLeftJustified; } in isLeftJustified()
916 if (IsLeftJustified) os << "-"; in toString()1053 if (!IsLeftJustified) in hasValidLeftJustified()