Home
last modified time | relevance | path

Searched refs:off2 (Results 1 – 14 of 14) sorted by relevance

/trunk/main/i18npool/source/collator/
H A Dchaptercollator.cxx63 const OUString& str2, sal_Int32 off2, sal_Int32 len2) throw(RuntimeException) in compareSubstring() argument
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()
72 sal_Int32 ans = CollatorImpl::compareSubstring(str1, off1, i1, str2, off2, 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()
65 sal_Unicode *unistr2 = (sal_Unicode*) str2.getStr() + off2; in compareSubstring()
H A Dcollator_unicode.cxx59 const OUString& str2, sal_Int32 off2, sal_Int32 len2) throw(RuntimeException) in compareSubstring() argument
61 ….getStr()) + off1, len1, reinterpret_cast<const UChar *>(str2.getStr()) + off2, len2); // UChar !=… in compareSubstring()
/trunk/main/i18npool/source/transliteration/
H A Dtransliteration_commonclass.cxx87 const OUString& str2, sal_Int32 off2, sal_Int32 len2) in compareSubstring() argument
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/unotools/source/i18n/
H A Dcollatorwrapper.cxx89 const ::rtl::OUString& s2, sal_Int32 off2, sal_Int32 len2) const in compareSubstring() argument
95 s1, off1, len1, s2, off2, len2); in compareSubstring()
/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/unotools/inc/unotools/
H A Dcollatorwrapper.hxx59 const ::rtl::OUString& s2, sal_Int32 off2, sal_Int32 len2) const;

Completed in 48 milliseconds