Lines Matching refs:col
329 int32_t count, row=0, col=0;
363 col=0;
369 expected+=itoa(col, buf);
370 col++;
374 CONFIRM_EQ(col, rowbundle.getSize());
540 int32_t count, row=0, col=0;
575 col=0;
579 temp = ures_getByIndex(rowbundle, col, temp, &err);
581 UnicodeString bla2 = ures_getUnicodeStringByIndex(rowbundle, col, &err);
584 expected+=itoa(col, buf);
585 col++;
591 CONFIRM_EQ(col, ures_getSize(rowbundle));
653 int32_t i,j,row,col, actual_bundle;
852 for (col=0; j<column_count; ++j) {
856 expected_string += itoa(col,buf);
875 col = column_count ? (randi(column_count * 3) - column_count) : (randi(200) - 100);
882 UnicodeString t=tablerow.getStringEx(col, status);
888 expected_status = (row >= 0 && row < row_count && col >= 0 && col < column_count) ?
896 expected_string += itoa(col,buf);