Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtfsmalls.cpp258 const int32_t ft_cnt = UPRV_LENGTHOF(ftarray); in test_Formattable() local
259 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()
Dtmsgfmt.cpp1064 const int32_t ft_cnt = UPRV_LENGTHOF(ftarray); in testFormat() local
1065 Formattable ft_arr( ftarray, ft_cnt ); in testFormat()