Searched refs:ft_cnt (Results 1 – 4 of 4) sorted by relevance
258 const int32_t ft_cnt = LENGTHOF(ftarray); in test_Formattable() local259 Formattable ft_arr( ftarray, ft_cnt ); in test_Formattable()273 if (res_cnt == ft_cnt) { in test_Formattable()292 …rln(UnicodeString("*** FT getArray count res_cnt=") + res_cnt + UnicodeString("ft_cnt=") + ft_cnt); in test_Formattable()308 for(i = 0; i < ft_cnt; ++i) { in test_Formattable()
1062 const int32_t ft_cnt = sizeof(ftarray) / sizeof(Formattable); in testFormat() local1063 Formattable ft_arr( ftarray, ft_cnt ); in testFormat()