Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
ca9306c5
Kaydet (Commit)
ca9306c5
authored
Nis 13, 2013
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#45941 algrithm -> algorithm
Change-Id: I30fd0aa3ab337e62023d5adec9a0033b78959703
üst
173214d9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
collator_unicode.cxx
i18npool/source/collator/collator_unicode.cxx
+1
-1
doccomp.cxx
sw/source/core/doc/doccomp.cxx
+1
-1
No files found.
i18npool/source/collator/collator_unicode.cxx
Dosyayı görüntüle @
ca9306c5
...
@@ -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 alg
o
rithm 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)"
)))
...
...
sw/source/core/doc/doccomp.cxx
Dosyayı görüntüle @
ca9306c5
...
@@ -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 alg
o
rithm to find LCS in linear space
class
LgstCommonSubseq
:
public
CommonSubseq
class
LgstCommonSubseq
:
public
CommonSubseq
{
{
private
:
private
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment