Kaydet (Commit) ca9306c5 authored tarafından Miklos Vajna's avatar Miklos Vajna

fdo#45941 algrithm -> algorithm

Change-Id: I30fd0aa3ab337e62023d5adec9a0033b78959703
üst 173214d9
...@@ -136,7 +136,7 @@ Collator_Unicode::loadCollatorAlgorithm(const OUString& rAlgorithm, const lang:: ...@@ -136,7 +136,7 @@ Collator_Unicode::loadCollatorAlgorithm(const OUString& rAlgorithm, const lang::
func=(const sal_uInt8* (*)()) osl_getFunctionSymbol(hModule, OUString(func_base + rAlgorithm).pData); func=(const sal_uInt8* (*)()) osl_getFunctionSymbol(hModule, OUString(func_base + rAlgorithm).pData);
} else { } else {
if ( rLocale.Language == "ja" ) { if ( rLocale.Language == "ja" ) {
// replace algrithm name to implementation name. // replace algorithm name to implementation name.
if (rAlgorithm.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("phonetic (alphanumeric first)")) ) if (rAlgorithm.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("phonetic (alphanumeric first)")) )
aBuf.appendAscii("phonetic_alphanumeric_first"); aBuf.appendAscii("phonetic_alphanumeric_first");
else if (rAlgorithm.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("phonetic (alphanumeric last)"))) else if (rAlgorithm.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("phonetic (alphanumeric last)")))
......
...@@ -284,7 +284,7 @@ public: ...@@ -284,7 +284,7 @@ public:
int nLcsLen, int nPieceLen ); int nLcsLen, int nPieceLen );
}; };
/// Use Hirschberg's algrithm to find LCS in linear space /// Use Hirschberg's algorithm to find LCS in linear space
class LgstCommonSubseq: public CommonSubseq class LgstCommonSubseq: public CommonSubseq
{ {
private: private:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment