Home | History | Annotate | Download | only in intltest

Lines Matching refs:column_count

808         int32_t row_count = kERROR_COUNT, column_count = kERROR_COUNT;
812 //const UnicodeString** array2d = theBundle.get2dArray(tag, row_count, column_count, status);
832 column_count=tablerow.getSize();
833 CONFIRM_GE(column_count,1);
835 for (col=0; j<column_count; ++j) {
846 CONFIRM_EQ(column_count,kERROR_COUNT);
847 row_count=column_count=0;
858 col = column_count ? (randi(column_count * 3) - column_count) : (randi(200) - 100);
871 expected_status = (row >= 0 && row < row_count && col >= 0 && col < column_count) ?