/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 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 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() 64 sal_Unicode *unistr1 = (sal_Unicode*) str1.getStr() + off1; 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/i18npool/source/transliteration/ |
H A D | transliteration_commonclass.cxx | 86 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 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 …virtual sal_Int32 SAL_CALL compareSubstring(const rtl::OUString& s1, sal_Int32 off1, sal_Int32 len…
|
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 …virtual sal_Int32 SAL_CALL compareSubstring( const rtl::OUString& s1, sal_Int32 off1, sal_Int32 le…
|
/aoo42x/main/unotools/inc/unotools/ |
H A D | collatorwrapper.hxx | 58 const ::rtl::OUString& s1, sal_Int32 off1, sal_Int32 len1,
|