Searched defs:padding_spaces (Results 1 – 2 of 2) sorted by relevance
/llvm-project/libc/src/stdio/printf_core/ | ||
H A D | char_converter.h | 24 size_t padding_spaces = convert_char() local |
H A D | string_converter.h | 40 size_t padding_spaces = to_conv.min_width > static_cast<int>(string_len) convert_string() local |