Searched refs:ar1 (Results 1 – 5 of 5) sorted by relevance
164 Private Shared Function compareSequence( ar1 As Array, ar2 As Array) As Boolean165 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.Length179 If (compareData(ar1.GetValue(i), ar2.GetValue(i)) = False)
135 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)
114 static bool compareSequence(Array ar1, Array ar2) in compareSequence() argument116 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()
610 Function equalArrays(ar1, ar2)613 len1 = UBound(ar1) - LBound(ar1) + 1621 If ar1(counter) <> ar2(counter) Then
22393 helpcontent2 source\text\sdraw\main0210.xhp 0 help par_idN105D1 0 kid 9ar1]m‖\<link href=\"text/…
Completed in 973 milliseconds