Searched refs:ft_cnt (Results 1 – 2 of 2) sorted by relevance
257 const int32_t ft_cnt = UPRV_LENGTHOF(ftarray); in test_Formattable() local258 Formattable ft_arr( ftarray, ft_cnt ); in test_Formattable()272 if (res_cnt == ft_cnt) { in test_Formattable()291 …rln(UnicodeString("*** FT getArray count res_cnt=") + res_cnt + UnicodeString("ft_cnt=") + ft_cnt); in test_Formattable()307 for(i = 0; i < ft_cnt; ++i) { in test_Formattable()
1061 const int32_t ft_cnt = sizeof(ftarray) / sizeof(Formattable); in testFormat() local1062 Formattable ft_arr( ftarray, ft_cnt ); in testFormat()