Home
last modified time | relevance | path

Searched refs:len2 (Results 1 – 24 of 24) sorted by relevance

/trunk/main/scripting/source/storage/
H A DScriptURI.cxx194 sal_Int32 len2 = attr.indexOf('='); in parseIt() local
195 results.language = attr.copy( len2 + 1 ); in parseIt()
201 sal_Int32 len2 = attr.indexOf( '=' ); in parseIt() local
202 results.location = attr.copy( len2 + 1 ); in parseIt()
208 sal_Int32 len2 = attr.indexOf( '=' ); in parseIt() local
209 results.functionName = attr.copy( len2 + 1 ); in parseIt()
/trunk/main/i18npool/source/collator/
H A Dchaptercollator.cxx63 const OUString& str2, sal_Int32 off2, sal_Int32 len2) throw(RuntimeException) 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()
70 for (i2 = len2; i2 && (cclass->getCharacterType(str2, off2+i2-1, nLocale) & DIGIT); i2--) ; in compareSubstring()
80 OUString s1 = str1.copy(off1+i1, len1-i1), s2 = str2.copy(off2+i2, len2-i2); in compareSubstring()
H A DcollatorImpl.cxx59 const OUString& str2, sal_Int32 off2, sal_Int32 len2) throw(RuntimeException) 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.cxx59 const OUString& str2, sal_Int32 off2, sal_Int32 len2) throw(RuntimeException) in compareSubstring() argument
61 …r()) + off1, len1, reinterpret_cast<const UChar *>(str2.getStr()) + off2, len2); // UChar != sal_U… in compareSubstring()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/i18n/
H A D_XTransliteration.java327 String str2, int p2, int len2, int expRes) { in testSubstring() argument
333 res = oObj.compareSubstring(str1, p1, len1, str2, p2, len2); in testSubstring()
346 str2 + "', " + p2 + ", " + len2 + ")"); in testSubstring()
350 res = oObj.compareSubstring(str2, p2, len2, str1, p1, len1); in testSubstring()
362 log.println("('" + str2 + "', " + p2 + ", " + len2 + ", '" + in testSubstring()
/trunk/main/i18npool/source/transliteration/
H A Dtransliteration_commonclass.cxx87 const OUString& str2, sal_Int32 off2, sal_Int32 len2) in compareSubstring() argument
96 Sequence <sal_Int32> offset2(2*len2); in compareSubstring()
99 OUString in_str2 = this->transliterate(str2, off2, len2, offset2); in compareSubstring()
H A Dtransliteration_caseignore.cxx122 const ::rtl::OUString& str2, sal_Int32 off2, sal_Int32 len2) in compareSubstring() argument
126 return compare(str1, off1, len1, nMatch1, str2, off2, len2, nMatch2); in compareSubstring()
H A DtransliterationImpl.cxx543 const OUString& str2, sal_Int32 off2, sal_Int32 len2) in compareSubstring() argument
547 return caseignore->compareSubstring(str1, off1, len1, str2, off2, len2); in compareSubstring()
552 OUString in_str2 = this->transliterate(str2, off2, len2, offset); in compareSubstring()
/trunk/main/extensions/test/ole/StarBasic_OleClient/
H A Doleclient.bas68 Dim len1, len2
612 Dim len2 variable
614 len2 = UBound(ar2) - LBound(ar2) + 1
615 If len1 <> len2 Then
/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DParcelDescriptor.java326 int len2; in initLanguageProperties() local
328 if (nl2 != null && (len2 = nl2.getLength()) != 0) { in initLanguageProperties()
329 for (int j = 0; j < len2; j++) { in initLanguageProperties()
/trunk/main/unotools/source/i18n/
H A Dcollatorwrapper.cxx89 const ::rtl::OUString& s2, sal_Int32 off2, sal_Int32 len2) const in compareSubstring()
95 s1, off1, len1, s2, off2, len2); in compareSubstring()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DBookSettings.java196 int len2 = nodeList2.getLength(); in readNode() local
198 for (int j = 0; j < len2; j++) { in readNode()
H A DSheetSettings.java352 int len2 = nodeList2.getLength(); in readNode() local
354 for (int j = 0; j < len2; j++) { in readNode()
H A DSxcDocumentSerializer.java842 int len2 = nodeList2.getLength(); in traverseParagraph() local
844 for (int j = 0; j < len2; j++) { in traverseParagraph()
/trunk/main/sal/osl/w32/
H A Dprocimpl.cxx319 const DWORD len2 = GetShortPathNameW( in getShortPath() local
321 ret = rtl::OUString(&vec2[0], len2); in getShortPath()
/trunk/main/i18npool/inc/
H A Dchaptercollator.hxx43 …const rtl::OUString& s2, sal_Int32 off2, sal_Int32 len2) throw(com::sun::star::uno::RuntimeExcepti…
H A Dtransliteration_caseignore.hxx53 const rtl::OUString& s2, sal_Int32 off2, sal_Int32 len2)
H A Dcollator_unicode.hxx48 …const rtl::OUString& s2, sal_Int32 off2, sal_Int32 len2) throw(com::sun::star::uno::RuntimeExcepti…
H A DcollatorImpl.hxx56 …const rtl::OUString& s2, sal_Int32 off2, sal_Int32 len2) throw(com::sun::star::uno::RuntimeExcepti…
H A Dtransliteration_commonclass.hxx95 …ring& s1, sal_Int32 off1, sal_Int32 len1, const rtl::OUString& s2, sal_Int32 off2, sal_Int32 len2)
H A DtransliterationImpl.hxx103 …const rtl::OUString& s2, sal_Int32 off2, sal_Int32 len2) throw(com::sun::star::uno::RuntimeExcepti…
/trunk/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DBase64.java778 int len2 = len - 2; in encodeBytes() local
780 for( ; d < len2; d+=3, e+=4 ) in encodeBytes()
/trunk/main/unotools/inc/unotools/
H A Dcollatorwrapper.hxx59 const ::rtl::OUString& s2, sal_Int32 off2, sal_Int32 len2) const;
/trunk/main/nss/
H A Dnss_win.patch1913 + uint64_t len2;
1915 - uint64_t len2 = len1 - (uint64_t)1U;
1916 + len2 = len1 - (uint64_t)1U;
1917 Hacl_Standalone_Poly1305_32_poly1305_blocks(st, tail1, len2);

Completed in 127 milliseconds