Home | History | Annotate | Download | only in i18n

Lines Matching refs:fmt_count

768                 int32_t fmt_count;
769 fmt.getFormats(fmt_count);
770 *total_currency_symbol_count += fmt_count;
890 int32_t fmt_count;
891 const UnicodeString* formats = fmt.getFormats(fmt_count);
892 for (int i = 0; i < fmt_count; ++i) {