Home | History | Annotate | Download | only in cintltst

Lines Matching refs:col

1603     int32_t i,j,row,col, len;
1843 for (col=0; j<column_count; ++j) {
1848 u_uastrcpy(element, itoa1(col, buf));
1871 col = column_count ? (randi(column_count * 3) - column_count) : (randi(200) - 100);
1881 t=(UChar*)ures_getStringByIndex(tableRow, col, &len, &status);
1888 expected_status = (row >= 0 && row < row_count && col >= 0 && col < column_count) ?
1897 u_uastrcpy(element, itoa1(col, buf));