Lines Matching full:array2d
1608 UResourceBundle* array2d=NULL;
1818 array2d=ures_getByKey(theBundle, tag, array2d, &status);
1824 CONFIRM_INT_EQ(ures_getType(array2d), URES_ARRAY);
1825 row_count=ures_getSize(array2d);
1830 tableRow=ures_getByIndex(array2d, row, tableRow, &status);
1870 array2d=ures_getByKey(theBundle, tag, array2d, &status);
1873 tableRow=ures_getByIndex(array2d, row, tableRow, &status);
1991 ures_close(array2d);