Home
last modified time | relevance | path

Searched refs:len1 (Results 1 – 17 of 17) sorted by relevance

/trunk/main/extensions/test/ole/StarBasic_OleClient/
H A Doleclient.bas68 Dim len1, len2 variable
353 len1 = UBound(outArray) - LBound(outArray) +1
354 If len1 <> 0 Then
361 len1 = UBound(outArray) - LBound(outArray) +1
362 If len1 <> 2 Or outArray(0) <> inLong2 Or outArray(1) <> inLong3 Then
611 Dim len1 variable
613 len1 = UBound(ar1) - LBound(ar1) + 1
615 If len1 <> len2 Then
620 FOr counter = 0 To len1 - 1
/trunk/main/i18npool/source/collator/
H A Dchaptercollator.cxx62 ChapterCollator::compareSubstring( const OUString& str1, sal_Int32 off1, sal_Int32 len1, in compareSubstring() argument
65 if( len1 <= 1 || len2 <= 1 || ! cclass.is() ) in compareSubstring()
66 return CollatorImpl::compareSubstring( str1, off1, len1, str2, off2, len2 ); in compareSubstring()
69 for (i1 = len1; i1 && (cclass->getCharacterType(str1, off1+i1-1, nLocale) & DIGIT); i1--) ; in compareSubstring()
80 OUString s1 = str1.copy(off1+i1, len1-i1), s2 = str2.copy(off2+i2, len2-i2); in compareSubstring()
H A DcollatorImpl.cxx58 CollatorImpl::compareSubstring( const OUString& str1, sal_Int32 off1, sal_Int32 len1, in compareSubstring() argument
62 return cachedItem->xC->compareSubstring(str1, off1, len1, str2, off2, len2); in compareSubstring()
66 for (int i = 0; i < len1 && i < len2; i++) in compareSubstring()
69 return len1 == len2 ? 0 : (len1 < len2 ? -1 : 1); in compareSubstring()
H A Dcollator_unicode.cxx58 Collator_Unicode::compareSubstring( const OUString& str1, sal_Int32 off1, sal_Int32 len1, in compareSubstring() argument
61 …return collator->compare(reinterpret_cast<const UChar *>(str1.getStr()) + off1, len1, reinterpret_… in compareSubstring()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/i18n/
H A D_XTransliteration.java326 private boolean testSubstring(String str1, int p1, int len1, in testSubstring() argument
333 res = oObj.compareSubstring(str1, p1, len1, str2, p2, len2); in testSubstring()
345 log.println("('" + str1 + "', " + p1 + ", " + len1 + ", '" + in testSubstring()
350 res = oObj.compareSubstring(str2, p2, len2, str1, p1, len1); in testSubstring()
363 str1 + "', " + p1 + ", " + len1 + ")"); in testSubstring()
/trunk/main/i18npool/source/transliteration/
H A Dtransliteration_commonclass.cxx86 const OUString& str1, sal_Int32 off1, sal_Int32 len1, in compareSubstring() argument
95 Sequence <sal_Int32> offset1(2*len1); in compareSubstring()
98 OUString in_str1 = this->transliterate(str1, off1, len1, offset1); in compareSubstring()
H A Dtransliteration_caseignore.cxx121 const ::rtl::OUString& str1, sal_Int32 off1, sal_Int32 len1, in compareSubstring() argument
126 return compare(str1, off1, len1, nMatch1, str2, off2, len2, nMatch2); in compareSubstring()
H A DtransliterationImpl.cxx542 const OUString& str1, sal_Int32 off1, sal_Int32 len1, in compareSubstring() argument
547 return caseignore->compareSubstring(str1, off1, len1, str2, off2, len2); in compareSubstring()
551 OUString in_str1 = this->transliterate(str1, off1, len1, offset); in compareSubstring()
/trunk/main/unotools/source/i18n/
H A Dcollatorwrapper.cxx88 const ::rtl::OUString& s1, sal_Int32 off1, sal_Int32 len1, in compareSubstring() argument
95 s1, off1, len1, s2, off2, len2); in compareSubstring()
/trunk/main/i18npool/inc/
H A Dchaptercollator.hxx42 sal_Int32 SAL_CALL compareSubstring( const rtl::OUString& s1, sal_Int32 off1, sal_Int32 len1,
H A Dtransliteration_caseignore.hxx52 const rtl::OUString& s1, sal_Int32 off1, sal_Int32 len1,
H A Dcollator_unicode.hxx47 sal_Int32 SAL_CALL compareSubstring( const rtl::OUString& s1, sal_Int32 off1, sal_Int32 len1,
H A DcollatorImpl.hxx55 …irtual sal_Int32 SAL_CALL compareSubstring(const rtl::OUString& s1, sal_Int32 off1, sal_Int32 len1,
H A Dtransliteration_commonclass.hxx95 …compareSubstring( const rtl::OUString& s1, sal_Int32 off1, sal_Int32 len1, const rtl::OUString& s2…
H A DtransliterationImpl.hxx102 …rtual sal_Int32 SAL_CALL compareSubstring( const rtl::OUString& s1, sal_Int32 off1, sal_Int32 len1,
/trunk/main/unotools/inc/unotools/
H A Dcollatorwrapper.hxx58 const ::rtl::OUString& s1, sal_Int32 off1, sal_Int32 len1,
/trunk/main/nss/
H A Dnss_win.patch1910 if (!(len1 == (uint64_t)0U)) {
1915 - uint64_t len2 = len1 - (uint64_t)1U;
1916 + len2 = len1 - (uint64_t)1U;
1942 uint64_t rem16 = len1 & (uint64_t)0xfU;
1979 Hacl_Standalone_Poly1305_32_poly1305_complete(st, input, len1, k1);
2036 uint32_t len1)
2041 if (!((uint64_t)len1 == (uint64_t)0U))
2042 Hacl_Impl_Poly1305_32_poly1305_process_last_block(st, m, (uint64_t)len1);

Completed in 51 milliseconds