HomeSort by relevance Sort by last modified time
    Searched refs:ft_cnt (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/icu/source/test/intltest/
tfsmalls.cpp 258 const int32_t ft_cnt = LENGTHOF(ftarray); local
259 Formattable ft_arr( ftarray, ft_cnt );
273 if (res_cnt == ft_cnt) {
292 it_errln(UnicodeString("*** FT getArray count res_cnt=") + res_cnt + UnicodeString("ft_cnt=") + ft_cnt);
308 for(i = 0; i < ft_cnt; ++i) {
tmsgfmt.cpp 827 const int32_t ft_cnt = sizeof(ftarray) / sizeof(Formattable); local
828 Formattable ft_arr( ftarray, ft_cnt );
    [all...]
  /external/icu4c/test/intltest/
tfsmalls.cpp 258 const int32_t ft_cnt = LENGTHOF(ftarray); local
259 Formattable ft_arr( ftarray, ft_cnt );
273 if (res_cnt == ft_cnt) {
292 it_errln(UnicodeString("*** FT getArray count res_cnt=") + res_cnt + UnicodeString("ft_cnt=") + ft_cnt);
308 for(i = 0; i < ft_cnt; ++i) {
tmsgfmt.cpp 1036 const int32_t ft_cnt = sizeof(ftarray) \/ sizeof(Formattable); local
    [all...]

Completed in 30 milliseconds