Home | History | Annotate | Download | only in cintltst

Lines Matching refs:column_count

1606     int32_t column_count=0;
1820 row_count = kERROR_COUNT, column_count = kERROR_COUNT;
1839 column_count=ures_getSize(tableRow);
1840 CONFIRM_INT_GE(column_count,1);
1842 for (col=0; j<column_count; ++j) {
1860 CONFIRM_INT_EQ(column_count,kERROR_COUNT);
1861 row_count=column_count=0;
1870 col = column_count ? (randi(column_count * 3) - column_count) : (randi(200) - 100);
1887 expected_status = (row >= 0 && row < row_count && col >= 0 && col < column_count) ?