Home
last modified time | relevance | path

Searched refs:rTxt2 (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/linguistic/source/
H A Dmisc.cxx152 sal_Int32 LevDistance( const OUString &rTxt1, const OUString &rTxt2 ) in LevDistance() argument
155 sal_Int32 nLen2 = rTxt2.getLength(); in LevDistance()
174 sal_Unicode c2k = rTxt2[k - 1]; in LevDistance()
185 if (rTxt2[k - 2] != c2k) in LevDistance()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/linguistic/source/
H A Dmisc.cxx145 sal_Int32 LevDistance( const OUString &rTxt1, const OUString &rTxt2 ) in LevDistance() argument
148 sal_Int32 nLen2 = rTxt2.getLength(); in LevDistance()
167 sal_Unicode c2k = rTxt2[k - 1]; in LevDistance()
178 if (rTxt2[k - 2] != c2k) in LevDistance()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/linguistic/
H A Dmisc.hxx79 sal_Int32 LevDistance( const OUString &rTxt1, const OUString &rTxt2 );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/linguistic/
H A Dmisc.hxx85 sal_Int32 LevDistance( const OUString &rTxt1, const OUString &rTxt2 );