Searched refs:IsLeftJustified (Results 1 – 2 of 2) sorted by relevance
487 OptionalFlag IsLeftJustified; // '-' variable504 IsLeftJustified("-"), HasPlusPrefix("+"), HasSpacePrefix(" "), in PrintfSpecifier()519 IsLeftJustified.setPosition(position); in setIsLeftJustified()572 const OptionalFlag &isLeftJustified() const { return IsLeftJustified; } in isLeftJustified()
864 if (IsLeftJustified) os << "-"; in toString()997 if (!IsLeftJustified) in hasValidLeftJustified()