Home
last modified time | relevance | path

Searched refs:compareSubstring (Results 1 – 25 of 25) sorted by relevance

/trunk/main/i18npool/source/collator/
H A Dchaptercollator.cxx56 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 DcollatorImpl.cxx58 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 Dcollator_unicode.cxx58 Collator_Unicode::compareSubstring( const OUString& str1, sal_Int32 off1, sal_Int32 len1, in compareSubstring() function in com::sun::star::i18n::Collator_Unicode
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/i18n/
H A D_XCollator.java379 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.java333 res = oObj.compareSubstring(str1, p1, len1, str2, p2, len2); in testSubstring()
350 res = oObj.compareSubstring(str2, p2, len2, str1, p1, len1); in testSubstring()
/trunk/main/i18npool/source/transliteration/
H A Dtransliteration_commonclass.cxx85 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 DtransliterationImpl.cxx541 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 Dtransliteration_caseignore.cxx120 Transliteration_caseignore::compareSubstring( in compareSubstring() function in com::sun::star::i18n::Transliteration_caseignore
/trunk/main/unotools/source/i18n/
H A Dcollatorwrapper.cxx87 CollatorWrapper::compareSubstring ( in compareSubstring() function in CollatorWrapper
94 return mxInternationalCollator->compareSubstring ( in compareSubstring()
H A Dtransliterationwrapper.cxx274 sal_Int32 TransliterationWrapper::compareSubstring( in compareSubstring() function in TransliterationWrapper
283 return xTrans->compareSubstring( rStr1, nOff1, nLen1, rStr2, nOff2, nLen2 ); in compareSubstring()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/i18n/
H A Dcom.sun.star.i18n.ChapterCollator.csv4 "ChapterCollator";"com::sun::star::i18n::XCollator";"compareSubstring()"
H A Dcom.sun.star.i18n.Collator.csv4 "Collator";"com::sun::star::i18n::XCollator";"compareSubstring()"
H A Dcom.sun.star.i18n.Transliteration.csv18 "Transliteration";"com::sun::star::i18n::XTransliteration";"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.hxx51 sal_Int32 SAL_CALL compareSubstring(
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.hxx95compareSubstring( 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.hxx57 compareSubstring (
H A Dtransliterationwrapper.hxx116 sal_Int32 compareSubstring(
/trunk/main/offapi/com/sun/star/i18n/
H A DXCollator.idl64 long compareSubstring( [in] string aStr1, [in] long nOff1, [in] long nLen1,
H A DXTransliteration.idl309 long compareSubstring( [in] string aStr1, [in] long nOff1, [in] long nLen1,
/trunk/main/i18npool/source/indexentry/
H A Dindexentrysupplier_default.cxx139 if (collator->compareSubstring(rIndexEntry, startPos, len, in getIndexWeight()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Ddatabases.cxx733 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 ()()

Completed in 83 milliseconds