Searched refs:pad_and_justify (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/io/ |
D | uprntf_p.cpp | 238 written = handler->pad_and_justify(context, info, s, len); in u_printf_string_handler() 272 written = handler->pad_and_justify(context, info, s, len); in u_printf_char_handler() 349 return handler->pad_and_justify(context, info, result, resultLen); in u_printf_double_handler() 416 return handler->pad_and_justify(context, info, result, resultLen); in u_printf_integer_handler() 452 return handler->pad_and_justify(context, info, result, len); in u_printf_hex_handler() 487 return handler->pad_and_justify(context, info, result, len); in u_printf_octal_handler() 540 return handler->pad_and_justify(context, info, result, resultLen); in u_printf_uinteger_handler() 557 return handler->pad_and_justify(context, info, result, len); in u_printf_pointer_handler() 677 return handler->pad_and_justify(context, info, result, resultLen); in u_printf_scientific_handler() 752 return handler->pad_and_justify(context, info, result, resultLen); in u_printf_percent_handler() [all …]
|
D | uprintf.h | 68 u_printf_pad_and_justify_stream *pad_and_justify; member
|