Searched refs:array2d (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/photo/src/ |
D | arrays.hpp | 57 Array2d(const Array2d& array2d): in Array2d() 58 a(array2d.a), n1(array2d.n1), n2(array2d.n2), needToDeallocArray(false) in Array2d() 60 if (array2d.needToDeallocArray) in Array2d() 120 Array2d<T> array2d(a + i*n2*n3, n2, n3); in operator []() local 121 return array2d; in operator []()
|
/external/icu/icu4c/source/test/intltest/ |
D | restsnew.cpp | 810 ResourceBundle array2d=theBundle.get(tag, status); in testTag() local 818 UResType bundleType=array2d.getType(); in testTag() 821 row_count=array2d.getSize(); in testTag() 825 ResourceBundle tablerow=array2d.get(row, status); in testTag() 861 ResourceBundle array2d=theBundle.get(tag, status); in testTag() local 863 ResourceBundle tablerow=array2d.get(row, status); in testTag()
|
/external/icu/icu4c/source/test/cintltst/ |
D | creststn.c | 1608 UResourceBundle* array2d=NULL; in testTag() local 1818 array2d=ures_getByKey(theBundle, tag, array2d, &status); in testTag() 1824 CONFIRM_INT_EQ(ures_getType(array2d), URES_ARRAY); in testTag() 1825 row_count=ures_getSize(array2d); in testTag() 1830 tableRow=ures_getByIndex(array2d, row, tableRow, &status); in testTag() 1870 array2d=ures_getByKey(theBundle, tag, array2d, &status); in testTag() 1873 tableRow=ures_getByIndex(array2d, row, tableRow, &status); in testTag() 1991 ures_close(array2d); in testTag()
|