Home
last modified time | relevance | path

Searched refs:lbound3 (Results 1 – 3 of 3) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/test/ole/AxTestComponents/
H A DBasic.cpp774 long lbound3; in printMulArray() local
834 hr= SafeArrayGetLBound( val, 3, &lbound3); in printMulArray()
836 long length3= ubound3 - lbound3 +1; in printMulArray()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/test/ole/AxTestComponents/
H A DBasic.cpp774 long lbound3; in printMulArray() local
834 hr= SafeArrayGetLBound( val, 3, &lbound3); in printMulArray()
836 long length3= ubound3 - lbound3 +1; in printMulArray()
/dports/lang/mono/mono-5.10.1.57/mono/tests/
H A Dlibtest.c5040 long lbound1, ubound1, lbound2, ubound2, lbound3, ubound3; in mono_test_marshal_safearray_in_byval_3dim_vt_bstr() local
5063 SafeArrayGetLBound (safearray, 3, &lbound3); in mono_test_marshal_safearray_in_byval_3dim_vt_bstr()
5066 if ((lbound3 != 0) || (ubound3 != 2)) in mono_test_marshal_safearray_in_byval_3dim_vt_bstr()
5073 for (k= lbound3; k <= ubound3; k++) { in mono_test_marshal_safearray_in_byval_3dim_vt_bstr()
5167 long lbound1, ubound1, lbound2, ubound2, lbound3, ubound3; in mono_test_marshal_safearray_in_out_byref_3dim_vt_bstr() local
5195 SafeArrayGetLBound (*safearray, 3, &lbound3); in mono_test_marshal_safearray_in_out_byref_3dim_vt_bstr()
5198 if ((lbound3 != 0) || (ubound3 != 2)) in mono_test_marshal_safearray_in_out_byref_3dim_vt_bstr()
5205 for (k= lbound3; k <= ubound3; k++) { in mono_test_marshal_safearray_in_out_byref_3dim_vt_bstr()
5390 SafeArrayGetLBound (safearray, 3, &lbound3); in mono_test_marshal_safearray_in_out_byval_3dim_vt_bstr()
5393 if ((lbound3 != 0) || (ubound3 != 2)) in mono_test_marshal_safearray_in_out_byval_3dim_vt_bstr()
[all …]