Searched refs:IsLeftJustified (Results 1 – 2 of 2) sorted by relevance
527 OptionalFlag IsLeftJustified; // '-' variable544 IsLeftJustified("-"), HasPlusPrefix("+"), HasSpacePrefix(" "), in PrintfSpecifier()559 IsLeftJustified.setPosition(position); in setIsLeftJustified()612 const OptionalFlag &isLeftJustified() const { return IsLeftJustified; } in isLeftJustified()
985 if (IsLeftJustified) os << "-"; in toString()1134 if (!IsLeftJustified) in hasValidLeftJustified()