Searched refs:ft_arr (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | tfsmalls.cpp | 259 Formattable ft_arr( ftarray, ft_cnt ); in test_Formattable() local 261 if ((ft_arr[0].getType() == Formattable::kDate) && (ft_arr[0].getDate() == 1.0) in test_Formattable() 262 && (ft_arr[1].getType() == Formattable::kDouble) && (ft_arr[1].getDouble() == 2.0) in test_Formattable() 263 && (ft_arr[2].getType() == Formattable::kLong) && (ft_arr[2].getLong() == (int32_t)3) in test_Formattable() 264 && (ft_arr[3].getType() == Formattable::kString) && (ft_arr[3].getString(temp) == ucs) in test_Formattable() 265 && (ft_arr[4].getType() == Formattable::kString) && (ft_arr[4].getString(temp) == *ucs_ptr) ) { in test_Formattable() 272 const Formattable* res_array = ft_arr.getArray( res_cnt ); in test_Formattable() 282 res_array = ft_arr.getArray( res_cnt, status = U_ZERO_ERROR); in test_Formattable() 322 ft_arr.setArray( ftarr1, ftarr1_cnt ); in test_Formattable() 323 if ((ft_arr[0].getType() == Formattable::kLong) && (ft_arr[0].getLong() == (int32_t)1)) { in test_Formattable() [all …]
|
D | tmsgfmt.cpp | 1063 Formattable ft_arr( ftarray, ft_cnt ); in testFormat() local 1094 ft_arr, in testFormat()
|
/external/icu/icu4c/source/test/intltest/ |
D | tfsmalls.cpp | 259 Formattable ft_arr( ftarray, ft_cnt ); in test_Formattable() local 261 if ((ft_arr[0].getType() == Formattable::kDate) && (ft_arr[0].getDate() == 1.0) in test_Formattable() 262 && (ft_arr[1].getType() == Formattable::kDouble) && (ft_arr[1].getDouble() == 2.0) in test_Formattable() 263 && (ft_arr[2].getType() == Formattable::kLong) && (ft_arr[2].getLong() == (int32_t)3) in test_Formattable() 264 && (ft_arr[3].getType() == Formattable::kString) && (ft_arr[3].getString(temp) == ucs) in test_Formattable() 265 && (ft_arr[4].getType() == Formattable::kString) && (ft_arr[4].getString(temp) == *ucs_ptr) ) { in test_Formattable() 272 const Formattable* res_array = ft_arr.getArray( res_cnt ); in test_Formattable() 282 res_array = ft_arr.getArray( res_cnt, status = U_ZERO_ERROR); in test_Formattable() 322 ft_arr.setArray( ftarr1, ftarr1_cnt ); in test_Formattable() 323 if ((ft_arr[0].getType() == Formattable::kLong) && (ft_arr[0].getLong() == (int32_t)1)) { in test_Formattable() [all …]
|
D | tmsgfmt.cpp | 1063 Formattable ft_arr( ftarray, ft_cnt ); in testFormat() local 1094 ft_arr, in testFormat()
|