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
99459623
Kaydet (Commit)
99459623
authored
Nis 24, 2014
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
The language part of the WITH_LOCALE_* macros is lowercase
Change-Id: I6addb92f083125233f92b0299c79a857fb0df011
üst
4158d884
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
collator_unicode.cxx
i18npool/source/collator/collator_unicode.cxx
+11
-11
No files found.
i18npool/source/collator/collator_unicode.cxx
Dosyayı görüntüle @
99459623
...
@@ -156,23 +156,23 @@ Collator_Unicode::loadCollatorAlgorithm(const OUString& rAlgorithm, const lang::
...
@@ -156,23 +156,23 @@ Collator_Unicode::loadCollatorAlgorithm(const OUString& rAlgorithm, const lang::
#else
#else
if
(
false
)
{
if
(
false
)
{
;
;
#if WITH_LOCALE_ALL || WITH_LOCALE_
CA
#if WITH_LOCALE_ALL || WITH_LOCALE_
ca
}
else
if
(
rLocale
.
Language
==
"ca"
)
{
}
else
if
(
rLocale
.
Language
==
"ca"
)
{
if
(
rAlgorithm
==
"charset"
)
if
(
rAlgorithm
==
"charset"
)
func
=
get_collator_data_ca_charset
;
func
=
get_collator_data_ca_charset
;
#endif
#endif
#if WITH_LOCALE_ALL || WITH_LOCALE_
DZ
#if WITH_LOCALE_ALL || WITH_LOCALE_
dz
}
else
if
(
rLocale
.
Language
==
"dz"
||
rLocale
.
Language
==
"bo"
)
{
}
else
if
(
rLocale
.
Language
==
"dz"
||
rLocale
.
Language
==
"bo"
)
{
// 'bo' Tibetan uses the same collation rules as 'dz' Dzongkha
// 'bo' Tibetan uses the same collation rules as 'dz' Dzongkha
if
(
rAlgorithm
==
"charset"
)
if
(
rAlgorithm
==
"charset"
)
func
=
get_collator_data_dz_charset
;
func
=
get_collator_data_dz_charset
;
#endif
#endif
#if WITH_LOCALE_ALL || WITH_LOCALE_
HU
#if WITH_LOCALE_ALL || WITH_LOCALE_
hu
}
else
if
(
rLocale
.
Language
==
"hu"
)
{
}
else
if
(
rLocale
.
Language
==
"hu"
)
{
if
(
rAlgorithm
==
"charset"
)
if
(
rAlgorithm
==
"charset"
)
func
=
get_collator_data_hu_charset
;
func
=
get_collator_data_hu_charset
;
#endif
#endif
#if WITH_LOCALE_ALL || WITH_LOCALE_
JA
#if WITH_LOCALE_ALL || WITH_LOCALE_
ja
}
else
if
(
rLocale
.
Language
==
"ja"
)
{
}
else
if
(
rLocale
.
Language
==
"ja"
)
{
if
(
rAlgorithm
==
"charset"
)
if
(
rAlgorithm
==
"charset"
)
func
=
get_collator_data_ja_charset
;
func
=
get_collator_data_ja_charset
;
...
@@ -181,37 +181,37 @@ Collator_Unicode::loadCollatorAlgorithm(const OUString& rAlgorithm, const lang::
...
@@ -181,37 +181,37 @@ Collator_Unicode::loadCollatorAlgorithm(const OUString& rAlgorithm, const lang::
else
if
(
rAlgorithm
==
"phonetic (alphanumeric last)"
)
else
if
(
rAlgorithm
==
"phonetic (alphanumeric last)"
)
func
=
get_collator_data_ja_phonetic_alphanumeric_last
;
func
=
get_collator_data_ja_phonetic_alphanumeric_last
;
#endif
#endif
#if WITH_LOCALE_ALL || WITH_LOCALE_
KO
#if WITH_LOCALE_ALL || WITH_LOCALE_
ko
}
else
if
(
rLocale
.
Language
==
"ko"
)
{
}
else
if
(
rLocale
.
Language
==
"ko"
)
{
if
(
rAlgorithm
==
"charset"
)
if
(
rAlgorithm
==
"charset"
)
func
=
get_collator_data_ko_charset
;
func
=
get_collator_data_ko_charset
;
#endif
#endif
#if WITH_LOCALE_ALL || WITH_LOCALE_
KU
#if WITH_LOCALE_ALL || WITH_LOCALE_
ku
}
else
if
(
rLocale
.
Language
==
"ku"
)
{
}
else
if
(
rLocale
.
Language
==
"ku"
)
{
if
(
rAlgorithm
==
"alphanumeric"
)
if
(
rAlgorithm
==
"alphanumeric"
)
func
=
get_collator_data_ku_alphanumeric
;
func
=
get_collator_data_ku_alphanumeric
;
#endif
#endif
#if WITH_LOCALE_ALL || WITH_LOCALE_
LN
#if WITH_LOCALE_ALL || WITH_LOCALE_
ln
}
else
if
(
rLocale
.
Language
==
"ln"
)
{
}
else
if
(
rLocale
.
Language
==
"ln"
)
{
if
(
rAlgorithm
==
"charset"
)
if
(
rAlgorithm
==
"charset"
)
func
=
get_collator_data_ln_charset
;
func
=
get_collator_data_ln_charset
;
#endif
#endif
#if WITH_LOCALE_ALL || WITH_LOCALE_
MY
#if WITH_LOCALE_ALL || WITH_LOCALE_
my
}
else
if
(
rLocale
.
Language
==
"my"
)
{
}
else
if
(
rLocale
.
Language
==
"my"
)
{
if
(
rAlgorithm
==
"dictionary"
)
if
(
rAlgorithm
==
"dictionary"
)
func
=
get_collator_data_my_dictionary
;
func
=
get_collator_data_my_dictionary
;
#endif
#endif
#if WITH_LOCALE_ALL || WITH_LOCALE_
NE
#if WITH_LOCALE_ALL || WITH_LOCALE_
ne
}
else
if
(
rLocale
.
Language
==
"ne"
)
{
}
else
if
(
rLocale
.
Language
==
"ne"
)
{
if
(
rAlgorithm
==
"charset"
)
if
(
rAlgorithm
==
"charset"
)
func
=
get_collator_data_ne_charset
;
func
=
get_collator_data_ne_charset
;
#endif
#endif
#if WITH_LOCALE_ALL || WITH_LOCALE_
SID
#if WITH_LOCALE_ALL || WITH_LOCALE_
sid
}
else
if
(
rLocale
.
Language
==
"sid"
)
{
}
else
if
(
rLocale
.
Language
==
"sid"
)
{
if
(
rAlgorithm
==
"charset"
)
if
(
rAlgorithm
==
"charset"
)
func
=
get_collator_data_sid_charset
;
func
=
get_collator_data_sid_charset
;
#endif
#endif
#if WITH_LOCALE_ALL || WITH_LOCALE_
ZH
#if WITH_LOCALE_ALL || WITH_LOCALE_
zh
}
else
if
(
rLocale
.
Language
==
"zh"
&&
(
rLocale
.
Country
==
"TW"
||
rLocale
.
Country
==
"HK"
||
rLocale
.
Country
==
"MO"
)
)
{
}
else
if
(
rLocale
.
Language
==
"zh"
&&
(
rLocale
.
Country
==
"TW"
||
rLocale
.
Country
==
"HK"
||
rLocale
.
Country
==
"MO"
)
)
{
if
(
rAlgorithm
==
"charset"
)
if
(
rAlgorithm
==
"charset"
)
func
=
get_collator_data_zh_TW_charset
;
func
=
get_collator_data_zh_TW_charset
;
...
...
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