Home
last modified time | relevance | path

Searched refs:fmt_count (Results 1 – 1 of 1) sorted by relevance

/PHP-5.4/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp53 int32_t fmt_count = 0; in umsg_format_arg_count() local
54 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() local
62 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 17 milliseconds