/aoo41x/main/i18npool/source/collator/ |
H A D | chaptercollator.cxx | 56 return compareSubstring(s1, 0, s1.getLength(), s2, 0, s2.getLength()); in compareString() 62 ChapterCollator::compareSubstring( const OUString& str1, sal_Int32 off1, sal_Int32 len1, in compareSubstring() function in ChapterCollator 66 return CollatorImpl::compareSubstring( str1, off1, len1, str2, off2, len2 ); in compareSubstring() 72 sal_Int32 ans = CollatorImpl::compareSubstring(str1, off1, i1, str2, off2, i2); in compareSubstring()
|
H A D | collatorImpl.cxx | 58 CollatorImpl::compareSubstring( const OUString& str1, sal_Int32 off1, sal_Int32 len1, in compareSubstring() function in com::sun::star::i18n::CollatorImpl 62 return cachedItem->xC->compareSubstring(str1, off1, len1, str2, off2, len2); in compareSubstring() 78 …return CollatorImpl::compareSubstring(in_str1, 0, in_str1.getLength(), in_str2, 0, in_str2.getLeng… in compareString()
|
H A D | collator_unicode.cxx | 58 Collator_Unicode::compareSubstring( const OUString& str1, sal_Int32 off1, sal_Int32 len1, in compareSubstring() function in com::sun::star::i18n::Collator_Unicode
|
/aoo41x/main/qadevOOo/tests/java/ifc/i18n/ |
H A D | _XCollator.java | 379 res = oObj.compareSubstring(str1, 1, 2 , str2, 2, 2) ; in testCompareSubstring() 385 res = oObj.compareSubstring(str1, 1, 2, str2, 1, 2) ; in testCompareSubstring() 395 res += oObj.compareSubstring(str2, 1, 2, str1, 1, 2) ; in testCompareSubstring()
|
H A D | _XTransliteration.java | 333 res = oObj.compareSubstring(str1, p1, len1, str2, p2, len2); in testSubstring() 350 res = oObj.compareSubstring(str2, p2, len2, str1, p1, len1); in testSubstring()
|
/aoo41x/main/i18npool/source/transliteration/ |
H A D | transliteration_commonclass.cxx | 85 transliteration_commonclass::compareSubstring( in compareSubstring() function in com::sun::star::i18n::transliteration_commonclass 122 return( this->compareSubstring(str1, 0, str1.getLength(), str2, 0, str2.getLength())); in compareString()
|
H A D | transliterationImpl.cxx | 541 TransliterationImpl::compareSubstring( in compareSubstring() function in com::sun::star::i18n::TransliterationImpl 547 return caseignore->compareSubstring(str1, off1, len1, str2, off2, len2); in compareSubstring() 574 return this->compareSubstring(str1, 0, str1.getLength(), str2, 0, str2.getLength()); in compareString()
|
H A D | transliteration_caseignore.cxx | 120 Transliteration_caseignore::compareSubstring( in compareSubstring() function in com::sun::star::i18n::Transliteration_caseignore
|
/aoo41x/main/unotools/source/i18n/ |
H A D | collatorwrapper.cxx | 87 CollatorWrapper::compareSubstring ( in compareSubstring() function in CollatorWrapper 94 return mxInternationalCollator->compareSubstring ( in compareSubstring()
|
H A D | transliterationwrapper.cxx | 274 sal_Int32 TransliterationWrapper::compareSubstring( in compareSubstring() function in TransliterationWrapper 283 return xTrans->compareSubstring( rStr1, nOff1, nLen1, rStr2, nOff2, nLen2 ); in compareSubstring()
|
/aoo41x/main/qadevOOo/objdsc/i18n/ |
H A D | com.sun.star.i18n.ChapterCollator.csv | 4 "ChapterCollator";"com::sun::star::i18n::XCollator";"compareSubstring()"
|
H A D | com.sun.star.i18n.Collator.csv | 4 "Collator";"com::sun::star::i18n::XCollator";"compareSubstring()"
|
H A D | com.sun.star.i18n.Transliteration.csv | 18 "Transliteration";"com::sun::star::i18n::XTransliteration";"compareSubstring()"
|
/aoo41x/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 | 51 sal_Int32 SAL_CALL compareSubstring(
|
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…
|
/aoo41x/main/unotools/inc/unotools/ |
H A D | collatorwrapper.hxx | 57 compareSubstring (
|
H A D | transliterationwrapper.hxx | 116 sal_Int32 compareSubstring(
|
/aoo41x/main/offapi/com/sun/star/i18n/ |
H A D | XCollator.idl | 64 long compareSubstring( [in] string aStr1, [in] long nOff1, [in] long nLen1,
|
H A D | XTransliteration.idl | 308 long compareSubstring( [in] string aStr1, [in] long nOff1, [in] long nLen1,
|
/aoo41x/main/i18npool/source/indexentry/ |
H A D | indexentrysupplier_default.cxx | 139 if (collator->compareSubstring(rIndexEntry, startPos, len, in getIndexWeight()
|
/aoo41x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | databases.cxx | 733 sal_Int32 c1 = m_xCollator->compareSubstring( l,0,l3,r,0,r3 ); in operator ()() 741 ret = ( m_xCollator->compareSubstring( l,1+l1,l2,r,1+r1,r2 ) < 0 ); in operator ()()
|