Home | History | Annotate | Download | only in intltest

Lines Matching refs:row

326     int32_t count, row=0, col=0;
347 row=0;
351 row=count;
357 expected+=itoa(row, buf);
358 ResourceBundle rowbundle=bundle.get(row, err);
365 expected+=itoa(row, buf);
537 int32_t count, row=0, col=0;
559 row=0;
563 row=count;
569 expected+=itoa(row, buf);
570 rowbundle=ures_getByIndex(bundle, row, rowbundle, &err);
580 expected+=itoa(row, buf);
636 int32_t i,j,row,col, actual_bundle;
824 for(row=0; row<row_count; ++row){
825 ResourceBundle tablerow=array2d.get(row, status);
828 //confirm the resourcetype of each table row is an array
838 expected_string += itoa(row,buf);
857 row = row_count ? (randi(row_count * 3) - row_count) : (randi(200) - 100);
863 ResourceBundle tablerow=array2d.get(row, status);
871 expected_status = (row >= 0 && row < row_count && col >= 0 && col < column_count) ?
878 expected_string += itoa(row,buf);