Home | History | Annotate | Download | only in cintltst

Lines Matching full:tablerow

1834                 UResourceBundle *tableRow=NULL;
1835 tableRow=ures_getByIndex(array2d, row, tableRow, &status);
1839 CONFIRM_INT_EQ(ures_getType(tableRow), URES_ARRAY);
1840 column_count=ures_getSize(tableRow);
1850 arrayItem1=ures_getNextResource(tableRow, arrayItem1, &status);
1857 ures_close(tableRow);
1877 UResourceBundle *tableRow=NULL;
1878 tableRow=ures_getByIndex(array2d, row, tableRow, &status);
1881 t=(UChar*)ures_getStringByIndex(tableRow, col, &len, &status);
1886 ures_close(tableRow);