Lines Matching defs:count

239             int32_t i, count;
241 array = obj.getArray(count);
243 for (i=0; i<count; ++i) stream << array[i] << ( (i==(count-1)) ? "" : ", " );
327 int32_t count = 4;
329 form->format(testArgs, count, result, fieldpos, success);
358 } else if (parseCount != count) {
359 errln("MSG count not %d as expected. Got %d", count, parseCount);
1124 int32_t count;
1130 Formattable* fmt_arr = msg.parse( source, count, err );
1132 errln("*** MSG parse (ustring, count, err) error.");
1134 logln("MSG parse -- count: %d", count);
1135 if (count != 2) {
1136 errln("*** MSG parse (ustring, count, err) count err.");
1142 logln("MSG parse (ustring, count, err) tested.");
1144 errln("*** MSG parse (ustring, count, err) result err.");
1152 fmt_arr = msg.parse( source, pp, count );
1154 errln("*** MSG parse (ustring, parsepos., count) error.");
1156 logln("MSG parse -- count: %d", count);
1157 if (count != 2) {
1158 errln("*** MSG parse (ustring, parsepos., count) count err.");
1164 logln("MSG parse (ustring, parsepos., count) tested.");
1166 errln("*** MSG parse (ustring, parsepos., count) result err.");
1179 logln("MSG parse -- count: %d", count);
1180 fmta.getArray(count);
1181 if (count != 2) {
1182 errln("*** MSG parse (ustring, Formattable, parsepos ) count err.");
1210 int32_t count, countCmp;
1211 const Format** formats = msg.getFormats(count);
1222 if (!formats || !formatsCmp || (count <= 0) || (count != countCmp)) {
1229 for (i = 0; i < count; i++) {
1246 if (!formatsChg || (countChg != count)) {
1253 for (i = 0; i < count; i++) {
1567 int32_t count = 0;
1568 Formattable* parseResult = fmt->parse(result, count, ec);
1569 if (count != 1) {
1570 errln((UnicodeString)"parse returned " + count + " args");
1584 int count = pattern.countParts();
1585 for (int i = count; i > 0;) {
1756 int32_t count = 0;
1758 count = en->count(status);
1760 errln("FAIL: Unable to get format name enumeration count.");
1762 for (int32_t i = 0; i < count; i++) {