Searched refs:editWidth (Results 1 – 1 of 1) sorted by relevance
58 int editWidth{edit.width.value_or(0)}; in EditBOZOutput() local62 editWidth = std::max(1, editWidth); in EditBOZOutput()71 if (editWidth > 0 && leadingSpaces + subTotal > editWidth) { in EditBOZOutput()72 return io.EmitRepeated('*', editWidth); in EditBOZOutput()144 int editWidth{edit.width.value_or(0)}; in EditIntegerOutput() local150 editWidth = std::max(1, editWidth); in EditIntegerOutput()159 if (editWidth > 0 && leadingSpaces + subTotal > editWidth) { in EditIntegerOutput()263 bool noLeadingSpaces{editWidth == 0}; in EditEorDOutput()355 int width{editWidth > 0 ? editWidth : totalLength}; in EditEorDOutput()464 int width{editWidth > 0 ? editWidth : totalLength}; in EditFOutput()[all …]