Lines Matching refs:pad_and_justify
232 written = handler->pad_and_justify(context, info, s, len); in u_printf_string_handler()
265 written = handler->pad_and_justify(context, info, s, len); in u_printf_char_handler()
342 return handler->pad_and_justify(context, info, result, resultLen); in u_printf_double_handler()
409 return handler->pad_and_justify(context, info, result, resultLen); in u_printf_integer_handler()
444 return handler->pad_and_justify(context, info, result, len); in u_printf_hex_handler()
478 return handler->pad_and_justify(context, info, result, len); in u_printf_octal_handler()
531 return handler->pad_and_justify(context, info, result, resultLen); in u_printf_uinteger_handler()
547 return handler->pad_and_justify(context, info, result, len); in u_printf_pointer_handler()
667 return handler->pad_and_justify(context, info, result, resultLen); in u_printf_scientific_handler()
742 return handler->pad_and_justify(context, info, result, resultLen); in u_printf_percent_handler()
768 written = handler->pad_and_justify(context, info, arg, len); in u_printf_ustring_handler()
788 written = handler->pad_and_justify(context, info, &arg, 1); in u_printf_uchar_handler()
940 return handler->pad_and_justify(context, info, result, resultLen); in u_printf_spellout_handler()