Searched refs:pad_and_justify (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/io/ |
D | uprntf_p.c | 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() [all …]
|
D | uprintf.h | 66 u_printf_pad_and_justify_stream *pad_and_justify; member
|