Searched refs:LeftJustified (Results 1 – 1 of 1) sorted by relevance
124 const bool LeftJustified = *Cur == '-'; in vappend() local125 if (LeftJustified) in vappend()149 CHECK(!((Precision >= 0 || LeftJustified) && *Cur != 's')); in vappend()176 CHECK(!HaveWidth || LeftJustified); in vappend()177 appendString(LeftJustified ? -Width : Width, Precision, in vappend()