/trunk/main/scripting/source/storage/ |
H A D | ScriptURI.cxx | 194 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 D | chaptercollator.cxx | 63 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 D | collatorImpl.cxx | 59 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 D | collator_unicode.cxx | 59 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.java | 327 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 D | transliteration_commonclass.cxx | 87 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 D | transliteration_caseignore.cxx | 122 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 D | transliterationImpl.cxx | 543 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 D | oleclient.bas | 68 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 D | ParcelDescriptor.java | 326 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 D | collatorwrapper.cxx | 89 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 D | BookSettings.java | 196 int len2 = nodeList2.getLength(); in readNode() local 198 for (int j = 0; j < len2; j++) { in readNode()
|
H A D | SheetSettings.java | 352 int len2 = nodeList2.getLength(); in readNode() local 354 for (int j = 0; j < len2; j++) { in readNode()
|
H A D | SxcDocumentSerializer.java | 842 int len2 = nodeList2.getLength(); in traverseParagraph() local 844 for (int j = 0; j < len2; j++) { in traverseParagraph()
|
/trunk/main/sal/osl/w32/ |
H A D | procimpl.cxx | 319 const DWORD len2 = GetShortPathNameW( in getShortPath() local 321 ret = rtl::OUString(&vec2[0], len2); in getShortPath()
|
/trunk/main/i18npool/inc/ |
H A D | chaptercollator.hxx | 43 …const rtl::OUString& s2, sal_Int32 off2, sal_Int32 len2) throw(com::sun::star::uno::RuntimeExcepti…
|
H A D | transliteration_caseignore.hxx | 53 const rtl::OUString& s2, sal_Int32 off2, sal_Int32 len2)
|
H A D | collator_unicode.hxx | 48 …const rtl::OUString& s2, sal_Int32 off2, sal_Int32 len2) throw(com::sun::star::uno::RuntimeExcepti…
|
H A D | collatorImpl.hxx | 56 …const rtl::OUString& s2, sal_Int32 off2, sal_Int32 len2) throw(com::sun::star::uno::RuntimeExcepti…
|
H A D | transliteration_commonclass.hxx | 95 …ring& s1, sal_Int32 off1, sal_Int32 len1, const rtl::OUString& s2, sal_Int32 off2, sal_Int32 len2)
|
H A D | transliterationImpl.hxx | 103 …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 D | Base64.java | 778 int len2 = len - 2; in encodeBytes() local 780 for( ; d < len2; d+=3, e+=4 ) in encodeBytes()
|
/trunk/main/unotools/inc/unotools/ |
H A D | collatorwrapper.hxx | 59 const ::rtl::OUString& s2, sal_Int32 off2, sal_Int32 len2) const;
|
/trunk/main/nss/ |
H A D | nss_win.patch | 1913 + 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);
|