Home
last modified time | relevance | path

Searched refs:ftarray (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dtfsmalls.cpp250 const Formattable ftarray[] = in test_Formattable() local
258 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()
Dtmsgfmt.cpp1060 const Formattable ftarray[] = in testFormat() local
1064 const int32_t ft_cnt = UPRV_LENGTHOF(ftarray); in testFormat()
1065 Formattable ft_arr( ftarray, ft_cnt ); in testFormat()