Searched refs:left_justified (Results 1 – 1 of 1) sorted by relevance
144 bool left_justified = *cur == '-'; in VSNPrintf() local145 if (left_justified) in VSNPrintf()170 CHECK(!((precision >= 0 || left_justified) && *cur != 's')); in VSNPrintf()201 CHECK(!have_width || left_justified); in VSNPrintf()202 result += AppendString(&buff, buff_end, left_justified ? -width : width, in VSNPrintf()