Searched refs:_arShort (Results 1 – 6 of 6) sorted by relevance
77 private short[]_arShort; field in cs_testobj.BridgeTestObject463 _arShort = val; in setSequenceShort()554 _arShort = aSeqShort; in setSequencesInOut()591 aSeqShort = _arShort; in setSequencesOut()
434 Dim _arShort() As Short = New Short() {}435 seqShortRet = xBT2.setSequenceShort(_arShort)436 bRet = check( compareData(seqShortRet, _arShort), "sequence test") And bRet
769 Int16 _arShort[] = new Int16[0];770 Int16 seqShortRet[] = xBT2->setSequenceShort(_arShort);771 bRet = check( compareData(seqShortRet, _arShort), "sequence test") && bRet;
819 short[] _arShort = new short[0]; in performSequenceTest()820 short[] seqShortRet = xBT2.setSequenceShort(_arShort); in performSequenceTest()821 bRet = check( compareData(seqShortRet, _arShort), "sequence test") && bRet; in performSequenceTest()
135 Sequence<sal_Int16> _arShort; member in bridge_object::Test_Impl731 _arShort = aSeq; in setSequenceShort()857 _arShort = aSeqShort; in setSequencesInOut()895 aSeqShort = _arShort; in setSequencesOut()
645 sal_Int16 _arShort[] = { -0x8000, 1, 0x7FFF }; in performTest() local694 Sequence<sal_Int16> arShort(_arShort, 3); in performTest()
Completed in 75 milliseconds