Searched refs:IsLeftJustified (Results 1 – 2 of 2) sorted by relevance
513 OptionalFlag IsLeftJustified; // '-' variable530 IsLeftJustified("-"), HasPlusPrefix("+"), HasSpacePrefix(" "), in PrintfSpecifier()545 IsLeftJustified.setPosition(position); in setIsLeftJustified()598 const OptionalFlag &isLeftJustified() const { return IsLeftJustified; } in isLeftJustified()
918 if (IsLeftJustified) os << "-"; in toString()1055 if (!IsLeftJustified) in hasValidLeftJustified()