Home
last modified time | relevance | path

Searched refs:length (Results 176 – 200 of 1544) sorted by path

12345678910>>...62

/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Dexcept.cxx125 size_t length() const in length() function in CPPU_CURRENT_NAMESPACE::__type_info
358 bytesNeeded += align16( typeInfo->length() ); in RaiseInfo()
386 memcpy(p, typeInfo, typeInfo->length() ); in RaiseInfo()
388 p += align16( typeInfo->length() ); in RaiseInfo()
/trunk/main/bridges/source/jni_uno/
H A Djni_bridge.cxx349 ustr->length = len; in java_exc_occured()
422 ustr->length = len; in get_stack_trace()
H A Djni_helper.h52 ustr->length = len; in jstring_to_ustring()
74 jstring jstr = jni->NewString( (jchar const *) ustr->buffer, ustr->length ); in ustring_to_jstring()
/trunk/main/bridges/test/java_uno/equals/
H A DTestEquals.java73 && (url.length() == prefix.length() in toFileUrl()
74 || url.charAt(prefix.length()) != '/')) { in toFileUrl()
75 url = url.substring(0, prefix.length()) + "//" in toFileUrl()
76 + url.substring(prefix.length()); in toFileUrl()
/trunk/main/chart2/qa/
H A DTestCaseOldAPI.java550 for( int i = 0; i < aServices.length; ++i ) in testChartType()
918 assure( "Data size differs", aData.length == aReadData.length ); in testData()
919 for( int i=0; i<aReadData.length; ++i ) in testData()
921 assure( "Data size differs", aData[i].length == aReadData[i].length ); in testData()
922 for( int j=0; j<aReadData[i].length; ++j ) in testData()
926 … "Column Description size differs", aColumnDescriptions.length == aReadColumnDescriptions.length ); in testData()
927 for( int i=0; i<aReadColumnDescriptions.length; ++i ) in testData()
930 … assure( "Row Description size differs", aRowDescriptions.length == aReadRowDescriptions.length ); in testData()
931 for( int i=0; i<aReadRowDescriptions.length; ++i ) in testData()
/trunk/main/cli_ure/qa/climaker/
H A DClimakerTestCase.java45 if (testProgram == null || testProgram.length() == 0) in checkGeneratedCLITypes()
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx732 return new System::String((__wchar_t*) data->buffer, 0, data->length); in mapUnoString()
1561 *cli_data= new System::String((__wchar_t*) sVal->buffer,0, sVal->length); in map_to_cli()
1855 arString[i]= new System::String( (__wchar_t *) &aStr->buffer, 0, aStr->length); in map_to_cli()
/trunk/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.cxx205 sal_uInt32 length = 3+ m_typeName.getLength() + strlen(prefix); in dumpInclude() local
208 length += m_name.getLength() + 1; in dumpInclude()
210 OStringBuffer tmpBuf(length); in dumpInclude()
225 length = 1 + typeName.getLength() + strlen(prefix); in dumpInclude()
227 length += m_name.getLength() + 1; in dumpInclude()
229 tmpBuf.ensureCapacity(length); in dumpInclude()
/trunk/main/codemaker/source/codemaker/
H A Dglobal.cxx84 sal_uInt32 length = destination.getLength(); in createFileNameFromType() local
87 if (length == 0) in createFileNameFromType()
89 length++; in createFileNameFromType()
93 length += prefix.getLength() + type.getLength() + postfix.getLength(); in createFileNameFromType()
101 length++; in createFileNameFromType()
105 OStringBuffer nameBuffer(length); in createFileNameFromType()
135 nameBuffer = OStringBuffer(length); in createFileNameFromType()
/trunk/main/codemaker/source/cppumaker/
H A Dcpputype.cxx320 sal_uInt32 length = 3 + m_typeName.getLength() + strlen(prefix); in dumpHeaderDefine() local
323 length += m_name.getLength() + 1; in dumpHeaderDefine()
325 OStringBuffer tmpBuf(length); in dumpHeaderDefine()
/trunk/main/codemaker/source/cunomaker/
H A Dcunotype.cxx263 sal_uInt32 length = 3 + m_typeName.getLength() + strlen(prefix); in dumpHeaderDefine() local
266 length += m_name.getLength() + 1; in dumpHeaderDefine()
268 OStringBuffer tmpBuf(length); in dumpHeaderDefine()
313 sal_uInt32 length = 3+ m_typeName.getLength() + strlen(prefix); in dumpInclude() local
316 length += m_name.getLength() + 1; in dumpInclude()
318 OStringBuffer tmpBuf(length); in dumpInclude()
333 length = 1 + typeName.getLength() + strlen(prefix); in dumpInclude()
335 length += m_name.getLength() + 1; in dumpInclude()
337 tmpBuf.ensureCapacity(length); in dumpInclude()
/trunk/main/codemaker/source/idlmaker/
H A Didltype.cxx156 sal_uInt32 length = 3 + m_typeName.getLength() + strlen(prefix); in dumpHeaderDefine() local
158 OStringBuffer tmpBuf(length); in dumpHeaderDefine()
179 sal_uInt32 length = 3+ m_typeName.getLength() + strlen(prefix); in dumpInclude() local
181 OStringBuffer tmpBuf(length); in dumpInclude()
191 length = 1 + typeName.getLength() + strlen(prefix); in dumpInclude()
193 tmpBuf.ensureCapacity(length); in dumpInclude()
/trunk/main/codemaker/test/javamaker/src/test/java/test/codemaker/javamaker/
H A DJavamaker_Test.java171 assertTrue(s.a1.length == 0); in testEmptyStruct2()
172 assertTrue(s.a2.length == 0); in testEmptyStruct2()
173 assertTrue(s.a3.length == 0); in testEmptyStruct2()
174 assertTrue(s.a4.length == 0); in testEmptyStruct2()
175 assertTrue(s.a5.length == 0); in testEmptyStruct2()
176 assertTrue(s.a6.length == 0); in testEmptyStruct2()
177 assertTrue(s.a7.length == 0); in testEmptyStruct2()
178 assertTrue(s.a8.length == 0); in testEmptyStruct2()
179 assertTrue(s.a9.length == 0); in testEmptyStruct2()
288 assertTrue(s.a1.length == 2); in testFullStruct2()
[all …]
/trunk/main/codemaker/test/javamaker/src/test/java/test/codemaker/javamaker/java15/
H A DJava15Javamaker_Test.java63 assertTrue(s.member.member1.member1.length == 1); in testStruct()
/trunk/main/comphelper/qa/complex/comphelper/
H A DMap.java95 for ( int i=0; i<_keys.length; ++i ) in impl_putAll()
103 for ( int i=0; i<_keys.length; ++i ) in impl_ceckContent()
136 for ( int i=_keys.length-1; i>=0; --i ) in impl_checkMappings()
151 for ( int i=0; i<_keys.length; ++i ) in impl_checkMappings()
217 Object[] components = new Object[ serviceNames.length ]; in testComplexKeyTypes()
218 for ( int i=0; i<serviceNames.length; ++i ) in testComplexKeyTypes()
418 for ( int i=0; i<_expectedElements.length; ++i ) in impl_verifyEnumerationContent()
427 for ( int i=0; i<_expectedElements.length; ++i ) in impl_verifyEnumerationContent()
439 for ( int j=0; j<_expectedElements.length; ++j ) in impl_verifyEnumerationContent()
463 final Pair< ?, ? >[] paired = new Pair< ?, ? >[ keys.length ]; in testEnumerations()
[all …]
H A DSequenceOutputStreamUnitTest.java136 xSeekableInStream.readBytes ( pBytesRead, pBytesRead[0].length + 1 ); in test()
/trunk/main/configmgr/source/
H A Dvalueparser.cxx101 rtl::OString(text.begin, text.length).toInt32(); in parseValue()
120 rtl::OString(text.begin, text.length).toInt32(); in parseValue()
135 rtl::OString(text.begin, text.length).toInt64(); in parseValue()
142 *value = rtl::OString(text.begin, text.length).toDouble(); in parseValue()
157 if ((text.length & 1) != 0) { in parseValue()
161 for (sal_Int32 i = 0; i != text.length;) { in parseValue()
197 if (text.length != 0) { in parseListValue()
200 t.begin, t.length, sep.begin, sep.length); in parseListValue()
213 t.begin += i + sep.length; in parseListValue()
214 t.length -= i + sep.length; in parseListValue()
[all …]
H A Dwritemodfile.cxx66 rtl::OUString const & text, sal_Int32 offset, sal_Int32 length) in convertToUtf8() argument
69 offset <= text.getLength() && text.getLength() - offset >= length); in convertToUtf8()
72 &s.pData, text.pData->buffer + offset, length, in convertToUtf8()
111 void writeData(oslFileHandle handle, char const * begin, sal_Int32 length) { in writeData() argument
112 OSL_ASSERT(length >= 0); in writeData()
114 if ((osl_writeFile(handle, begin, static_cast< sal_uInt32 >(length), &n) != in writeData()
116 n != static_cast< sal_uInt32 >(length)) in writeData()
373 handle, typeNames[type].begin, typeNames[type].length); in writeNode()
418 handle, typeNames[type].begin, typeNames[type].length); in writeNode()
H A Dxcsparser.cxx372 buf.insert(0, s.begin, s.length); in handleComponentSchema()
386 buf.append(s.begin, s.length); in handleComponentSchema()
536 if (attrSeparator.length == 0) { in handlePropValue()
547 attrSeparator.begin, attrSeparator.length); in handlePropValue()
H A Dxcuparser.cxx296 buf.insert(0, s.begin, s.length); in handleComponentData()
310 buf.append(s.begin, s.length); in handleComponentData()
479 if (s.length == 0) { in handlePropValue()
487 separator = rtl::OString(s.begin, s.length); in handlePropValue()
568 if (s.length == 0) { in handleLocpropValue()
576 separator = rtl::OString(s.begin, s.length); in handleLocpropValue()
H A Dxmldata.cxx81 text.begin + i + 1, text.length - (i + 1)). in parseType()
86 text.begin + i + 1, text.length - (i + 1)). in parseType()
91 text.begin + i + 1, text.length - (i + 1)). in parseType()
96 text.begin + i + 1, text.length - (i + 1)). in parseType()
101 text.begin + i + 1, text.length - (i + 1)). in parseType()
106 text.begin + i + 1, text.length - (i + 1)). in parseType()
111 text.begin + i + 1, text.length - (i + 1)). in parseType()
123 text.begin + i + 1, text.length - (i + 1)). in parseType()
128 text.begin + i + 1, text.length - (i + 1)). in parseType()
133 text.begin + i + 1, text.length - (i + 1)). in parseType()
[all …]
/trunk/main/connectivity/inc/connectivity/
H A DBlobHelper.hxx38 …virtual ::sal_Int64 SAL_CALL length( ) throw (::com::sun::star::sdbc::SQLException, ::com::sun::s…
39 …::Sequence< ::sal_Int8 > SAL_CALL getBytes( ::sal_Int64 pos, ::sal_Int32 length ) throw (::com::su…
H A Dparameters.hxx242 … const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream>& x, sal_Int32 length);
243 … const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream>& x, sal_Int32 length);
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/
H A DEventLogger.java221 for (int i = 0; i < arguments.length; i++) { in impl_log()
226 message.substring(position + placeholder.length()); in impl_log()
H A DOArrayEnumeration.java40 return position < elements.length; in hasMoreElements()
48 if (position < elements.length) { in nextElement()

Completed in 237 milliseconds

12345678910>>...62