/aoo4110/main/i18npool/source/collator/ |
H A D | chaptercollator.cxx | 63 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 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() 65 sal_Unicode *unistr2 = (sal_Unicode*) str2.getStr() + off2; in compareSubstring()
|
H A D | collator_unicode.cxx | 59 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()
|
/aoo4110/main/i18npool/source/transliteration/ |
H A D | transliteration_commonclass.cxx | 87 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 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 | 545 const OUString& str2, sal_Int32 off2, sal_Int32 len2) in compareSubstring() argument 549 return caseignore->compareSubstring(str1, off1, len1, str2, off2, len2); in compareSubstring() 554 OUString in_str2 = this->transliterate(str2, off2, len2, offset); in compareSubstring()
|
/aoo4110/main/unotools/source/i18n/ |
H A D | collatorwrapper.cxx | 89 const ::rtl::OUString& s2, sal_Int32 off2, sal_Int32 len2) const in compareSubstring() argument 95 s1, off1, len1, s2, off2, len2); in compareSubstring()
|
/aoo4110/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…
|
/aoo4110/main/unotools/inc/unotools/ |
H A D | collatorwrapper.hxx | 59 const ::rtl::OUString& s2, sal_Int32 off2, sal_Int32 len2) const;
|