Searched refs:IsLeftJustified (Results 1 – 2 of 2) sorted by relevance
502 OptionalFlag IsLeftJustified; // '-' variable519 IsLeftJustified("-"), HasPlusPrefix("+"), HasSpacePrefix(" "), in PrintfSpecifier()534 IsLeftJustified.setPosition(position); in setIsLeftJustified()587 const OptionalFlag &isLeftJustified() const { return IsLeftJustified; } in isLeftJustified()
914 if (IsLeftJustified) os << "-"; in toString()1047 if (!IsLeftJustified) in hasValidLeftJustified()