Searched defs:left_justify (Results 1 – 2 of 2) sorted by relevance
336 #define APPEND_PADDED_S(s, slen, width, left_justify) do { \ in malloc_vsnprintf() argument405 bool left_justify = false; in malloc_vsnprintf() local
130 inline FormattedString left_justify(StringRef Str, unsigned Width) { in left_justify() function