Home | History | Annotate | Download | only in cintltst

Lines Matching defs:row

1603     int32_t i,j,row,col, len;
1833 for(row=0; row<row_count; ++row){
1835 tableRow=ures_getByIndex(array2d, row, tableRow, &status);
1838 /*confirm the resourcetype of each table row is an array*/
1846 u_uastrcpy(element, itoa1(row, buf));
1870 row = row_count ? (randi(row_count * 3) - row_count) : (randi(200) - 100);
1878 tableRow=ures_getByIndex(array2d, row, tableRow, &status);
1888 expected_status = (row >= 0 && row < row_count && col >= 0 && col < column_count) ?
1895 u_uastrcpy(element, itoa1(row, buf));