Home
last modified time | relevance | path

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

/trunk/main/i18npool/source/collator/
H A Dchaptercollator.cxx62 ChapterCollator::compareSubstring( const OUString& str1, sal_Int32 off1, sal_Int32 len1, in compareSubstring() argument
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()
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.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()
64 sal_Unicode *unistr1 = (sal_Unicode*) str1.getStr() + off1; 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/i18npool/source/transliteration/
H A Dtransliteration_commonclass.cxx86 const OUString& str1, sal_Int32 off1, sal_Int32 len1, in compareSubstring() argument
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 …virtual sal_Int32 SAL_CALL compareSubstring(const rtl::OUString& s1, sal_Int32 off1, sal_Int32 len…
H A Dtransliteration_commonclass.hxx95 …compareSubstring( const rtl::OUString& s1, sal_Int32 off1, sal_Int32 len1, const rtl::OUString& s2…
H A DtransliterationImpl.hxx102 …virtual sal_Int32 SAL_CALL compareSubstring( const rtl::OUString& s1, sal_Int32 off1, sal_Int32 le…
/trunk/main/unotools/inc/unotools/
H A Dcollatorwrapper.hxx58 const ::rtl::OUString& s1, sal_Int32 off1, sal_Int32 len1,

Completed in 72 milliseconds