/aoo42x/main/extensions/test/ole/StarBasic_OleClient/ |
H A D | oleclient.bas | 68 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
|
/aoo42x/main/i18npool/source/collator/ |
H A D | chaptercollator.cxx | 62 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 D | collatorImpl.cxx | 58 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 D | collator_unicode.cxx | 58 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()
|
/aoo42x/main/qadevOOo/tests/java/ifc/i18n/ |
H A D | _XTransliteration.java | 326 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()
|
/aoo42x/main/i18npool/source/transliteration/ |
H A D | transliteration_commonclass.cxx | 86 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 D | transliteration_caseignore.cxx | 121 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 D | transliterationImpl.cxx | 542 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()
|
/aoo42x/main/unotools/source/i18n/ |
H A D | collatorwrapper.cxx | 88 const ::rtl::OUString& s1, sal_Int32 off1, sal_Int32 len1, in compareSubstring() argument 95 s1, off1, len1, s2, off2, len2); in compareSubstring()
|
/aoo42x/main/i18npool/inc/ |
H A D | chaptercollator.hxx | 42 sal_Int32 SAL_CALL compareSubstring( const rtl::OUString& s1, sal_Int32 off1, sal_Int32 len1,
|
H A D | transliteration_caseignore.hxx | 52 const rtl::OUString& s1, sal_Int32 off1, sal_Int32 len1,
|
H A D | collator_unicode.hxx | 47 sal_Int32 SAL_CALL compareSubstring( const rtl::OUString& s1, sal_Int32 off1, sal_Int32 len1,
|
H A D | collatorImpl.hxx | 55 …irtual sal_Int32 SAL_CALL compareSubstring(const rtl::OUString& s1, sal_Int32 off1, sal_Int32 len1,
|
H A D | transliteration_commonclass.hxx | 95 …compareSubstring( const rtl::OUString& s1, sal_Int32 off1, sal_Int32 len1, const rtl::OUString& s2…
|
H A D | transliterationImpl.hxx | 102 …rtual sal_Int32 SAL_CALL compareSubstring( const rtl::OUString& s1, sal_Int32 off1, sal_Int32 len1,
|
/aoo42x/main/unotools/inc/unotools/ |
H A D | collatorwrapper.hxx | 58 const ::rtl::OUString& s1, sal_Int32 off1, sal_Int32 len1,
|
/aoo42x/main/nss/ |
H A D | nss_win.patch | 1910 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);
|