Home
last modified time | relevance | path

Searched refs:ar1 (Results 1 – 5 of 5) sorted by relevance

/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_vb_bridgetest.vb164 Private Shared Function compareSequence( ar1 As Array, ar2 As Array) As Boolean
165 Debug.Assert( Not (ar1 Is Nothing) And Not (ar2 Is Nothing) )
166 Dim t1 As Type = ar1.GetType()
169 if ( Not(ar1.Rank = 1 And ar2.Rank = 1 _
170 And ar1.Length = ar2.Length And t1.GetElementType().Equals(t2.GetElementType())))
174 Dim len As Integer = ar1.Length
179 If (compareData(ar1.GetValue(i), ar2.GetValue(i)) = False)
H A Dcli_cpp_bridgetest.cxx135 static bool compareSequence(Array* ar1, Array* ar2)
137 Debug::Assert(ar1 != 0 && ar2 != 0);
138 Type* t1 = ar1->GetType();
141 if (!(ar1->Rank == 1 && ar2->Rank == 1
142 && ar1->Length == ar2->Length && t1->GetElementType() == t2->GetElementType()))
146 int len = ar1->Length;
150 if (compareData(ar1->GetValue(i), ar2->GetValue(i)) == false)
H A Dcli_cs_bridgetest.cs114 static bool compareSequence(Array ar1, Array ar2) in compareSequence() argument
116 Debug.Assert(ar1 != null && ar2 != null); in compareSequence()
117 Type t1 = ar1.GetType(); in compareSequence()
120 if (!(ar1.Rank == 1 && ar2.Rank == 1 in compareSequence()
121 && ar1.Length == ar2.Length && t1.GetElementType() == t2.GetElementType())) in compareSequence()
125 int len = ar1.Length; in compareSequence()
130 if (compareData(ar1.GetValue(i), ar2.GetValue(i)) == false) in compareSequence()
/trunk/main/extensions/test/ole/StarBasic_OleClient/
H A Doleclient.bas610 Function equalArrays(ar1, ar2)
613 len1 = UBound(ar1) - LBound(ar1) + 1
621 If ar1(counter) <> ar2(counter) Then
/trunk/extras/l10n/source/kid/
H A Dlocalize.sdf22393 helpcontent2 source\text\sdraw\main0210.xhp 0 help par_idN105D1 0 kid 9ar1]m‖\<link href=\"text/…

Completed in 1126 milliseconds