Home | History | Annotate | Download | only in intltest

Lines Matching defs:column_count

803         int32_t row_count = kERROR_COUNT, column_count = kERROR_COUNT;
807 //const UnicodeString** array2d = theBundle.get2dArray(tag, row_count, column_count, status);
827 column_count=tablerow.getSize();
828 CONFIRM_GE(column_count,1);
830 for (col=0; j<column_count; ++j) {
841 CONFIRM_EQ(column_count,kERROR_COUNT);
842 row_count=column_count=0;
853 col = column_count ? (randi(column_count * 3) - column_count) : (randi(200) - 100);
866 expected_status = (row >= 0 && row < row_count && col >= 0 && col < column_count) ?