Home
last modified time | relevance | path

Searched refs:array2d (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Drestsnew.cpp827 ResourceBundle array2d=theBundle.get(tag, status); in testTag() local
835 UResType bundleType=array2d.getType(); in testTag()
838 row_count=array2d.getSize(); in testTag()
842 ResourceBundle tablerow=array2d.get(row, status); in testTag()
878 ResourceBundle array2d=theBundle.get(tag, status); in testTag() local
880 ResourceBundle tablerow=array2d.get(row, status); in testTag()
/external/icu/icu4c/source/test/cintltst/
Dcreststn.c1611 UResourceBundle* array2d=NULL; in testTag() local
1821 array2d=ures_getByKey(theBundle, tag, array2d, &status); in testTag()
1827 CONFIRM_INT_EQ(ures_getType(array2d), URES_ARRAY); in testTag()
1828 row_count=ures_getSize(array2d); in testTag()
1833 tableRow=ures_getByIndex(array2d, row, tableRow, &status); in testTag()
1873 array2d=ures_getByKey(theBundle, tag, array2d, &status); in testTag()
1876 tableRow=ures_getByIndex(array2d, row, tableRow, &status); in testTag()
1994 ures_close(array2d); in testTag()