Searched refs:fmt_count (Results 1 – 1 of 1) sorted by relevance
53 int32_t fmt_count = 0; in umsg_format_arg_count() local54 MessageFormatAdapter::getArgTypeList(*(const MessageFormat*)fmt, fmt_count); in umsg_format_arg_count()55 return fmt_count; in umsg_format_arg_count()60 int fmt_count = 0; in umsg_format_helper() local62 MessageFormatAdapter::getArgTypeList(*(const MessageFormat*)fmt, fmt_count); in umsg_format_helper()63 Formattable* fargs = new Formattable[fmt_count ? fmt_count : 1]; in umsg_format_helper()65 for(int32_t i = 0; i < fmt_count; ++i) { in umsg_format_helper()122 ((const MessageFormat*)fmt)->format(fargs, fmt_count, resultStr, fieldPosition, *status); in umsg_format_helper()
Completed in 8 milliseconds