Lines Matching refs:tableRow
1829 UResourceBundle *tableRow=NULL;
1830 tableRow=ures_getByIndex(array2d, row, tableRow, &status);
1834 CONFIRM_INT_EQ(ures_getType(tableRow), URES_ARRAY);
1835 column_count=ures_getSize(tableRow);
1845 arrayItem1=ures_getNextResource(tableRow, arrayItem1, &status);
1852 ures_close(tableRow);
1872 UResourceBundle *tableRow=NULL;
1873 tableRow=ures_getByIndex(array2d, row, tableRow, &status);
1876 t=(UChar*)ures_getStringByIndex(tableRow, col, &len, &status);
1881 ures_close(tableRow);