Searched refs:ft_cnt (Results 1 – 2 of 2) sorted by relevance
258 const int32_t ft_cnt = UPRV_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()
1064 const int32_t ft_cnt = UPRV_LENGTHOF(ftarray); in testFormat() local1065 Formattable ft_arr( ftarray, ft_cnt ); in testFormat()