Lines Matching refs:array2d
1613 UResourceBundle* array2d=NULL;
1823 array2d=ures_getByKey(theBundle, tag, array2d, &status);
1829 CONFIRM_INT_EQ(ures_getType(array2d), URES_ARRAY);
1830 row_count=ures_getSize(array2d);
1835 tableRow=ures_getByIndex(array2d, row, tableRow, &status);
1875 array2d=ures_getByKey(theBundle, tag, array2d, &status);
1878 tableRow=ures_getByIndex(array2d, row, tableRow, &status);
1996 ures_close(array2d);