Home | History | Annotate | Download | only in intltest

Lines Matching defs:row_count

808         int32_t row_count = kERROR_COUNT, column_count = kERROR_COUNT;
812 //const UnicodeString** array2d = theBundle.get2dArray(tag, row_count, column_count, status);
821 row_count=array2d.getSize();
822 CONFIRM_GE(row_count,1);
824 for(row=0; row<row_count; ++row){
845 CONFIRM_EQ(row_count,kERROR_COUNT);
847 row_count=column_count=0;
857 row = row_count ? (randi(row_count * 3) - row_count) : (randi(200) - 100);
871 expected_status = (row >= 0 && row < row_count && col >= 0 && col < column_count) ?