Searched refs:ftarray (Results 1 – 2 of 2) sorted by relevance
250 const Formattable ftarray[] = in test_Formattable() local258 const int32_t ft_cnt = UPRV_LENGTHOF(ftarray); in test_Formattable()259 Formattable ft_arr( ftarray, ft_cnt ); in test_Formattable()276 if (res_array[i] != ftarray[i]) { in test_Formattable()309 pf = ftarray[i].clone(); in test_Formattable()310 if(pf == (ftarray + i) || *pf != ftarray[i]) { in test_Formattable()
1060 const Formattable ftarray[] = in testFormat() local1064 const int32_t ft_cnt = UPRV_LENGTHOF(ftarray); in testFormat()1065 Formattable ft_arr( ftarray, ft_cnt ); in testFormat()