Home | History | Annotate | Download | only in cintltst

Lines Matching full:array2d

1612     UResourceBundle* array2d=NULL;
1822 array2d=ures_getByKey(theBundle, tag, array2d, &status);
1828 CONFIRM_INT_EQ(ures_getType(array2d), URES_ARRAY);
1829 row_count=ures_getSize(array2d);
1834 tableRow=ures_getByIndex(array2d, row, tableRow, &status);
1874 array2d=ures_getByKey(theBundle, tag, array2d, &status);
1877 tableRow=ures_getByIndex(array2d, row, tableRow, &status);
1995 ures_close(array2d);