Searched refs:num_fill (Results 1 – 1 of 1) sorted by relevance
139 int num_fill = (std::max)(0, int(width_ - (end - beg))); in to_str_() local141 : adjust_ == cnv::adjust::right ? num_fill in to_str_()142 : (num_fill / 2); in to_str_()143 int num_right = num_fill - num_left; in to_str_()