summaryrefslogtreecommitdiff
path: root/i18nlangtag
AgeCommit message (Expand)AuthorFilesLines
2013-08-28added SAL_INFO to makeFallback()Eike Rathke1-0/+3
2013-08-28added makeFallback() checks to unit testEike Rathke1-0/+13
2013-08-28again match some copy&paste namesEike Rathke1-4/+4
2013-08-28makeFallback() with hierarchical retryEike Rathke1-0/+16
2013-08-28added unit test for ca-valenciaEike Rathke1-0/+22
2013-08-28need to check for variants in isIsoODF()Eike Rathke1-3/+4
2013-08-28added unit test for fallback stringsEike Rathke1-0/+6
2013-08-28reorder fall back strings for language with variantEike Rathke1-2/+16
2013-08-28grml.. lt_list_value is an lt_variant_t*Eike Rathke1-6/+10
2013-08-28match names with tagEike Rathke1-14/+14
2013-08-28include variants in fallback stringsEike Rathke1-0/+25
2013-08-28added getVariants()Eike Rathke1-0/+31
2013-08-28fdo#57950: Remove some chained appends in i18nlangtagJelle van der Waa1-8/+5
2013-08-28added unit test for ca-ES-valenciaEike Rathke1-0/+23
2013-08-28correct example is ca-ES-valenciaEike Rathke1-1/+1
2013-08-28added Bcp47CountryEntryEike Rathke1-0/+30
2013-08-28field commentsEike Rathke1-0/+1
2013-08-28added IsoLanguageScriptCountryEntry to getDefinedLanguagetags()Eike Rathke1-2/+8
2013-08-28don't use startsWithIgnoreAsciiCase() on pointersEike Rathke1-3/+14
2013-08-27use ...IgnoreAsciiCase()Eike Rathke1-6/+6
2013-08-27in convertLocaleToLanguageImpl() don't use the implied fall backEike Rathke1-7/+33
2013-08-27split off convertLocaleToLanguageImpl()Eike Rathke2-6/+15
2013-08-27better check for 'qlt' instead of assuming Variant follows conventionEike Rathke1-1/+1
2013-08-27avoid creation of a temporary Locale instanceEike Rathke1-1/+3
2013-08-27use IsoLanguageScriptCountryEntry in convertLanguageToLocaleImpl()Eike Rathke1-1/+56
2013-08-27changed do{}while() to for(){}Eike Rathke1-50/+27
2013-08-27added IsoLanguageScriptCountryEntryEike Rathke1-0/+32
2013-08-27eliminate return of IsoLanguageCountryEntry &Eike Rathke1-18/+17
2013-08-27IsoLangEntry to IsoLanguageCountryEntryEike Rathke1-13/+13
2013-08-27mpLangStr to mpLanguageEike Rathke1-4/+4
2013-08-27maLangStr to maLanguageEike Rathke1-13/+13
2013-08-23encapsulate IsoLangEntry againEike Rathke2-25/+35
2013-08-23use sensible indentingEike Rathke1-8/+7
2013-08-23do not convert to IsoLangNoneStdEntryEike Rathke1-17/+0
2013-08-23do not resolve system language hereEike Rathke1-3/+0
2013-08-23passed rLocale remains unchanged if no mapping foundEike Rathke1-4/+1
2013-08-23moved privateuse handling to convertLanguageToLocaleImpl()Eike Rathke2-9/+7
2013-08-23convertLanguageToIsoNames() -> convertLanguageToLocaleImpl()Eike Rathke2-11/+11
2013-08-23eliminated lookupFallbackLocale(LanguageType)Eike Rathke2-70/+3
2013-08-23eliminated lookupFallbackLanguage(LanguageType)Eike Rathke2-22/+6
2013-08-23extra convertLanguageToLocale(LanguageType,Locale) is unneededEike Rathke1-17/+8
2013-08-23extra convertLanguageToLocaleWithFallback(LanguageType) is unneededEike Rathke1-9/+1
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist1-1/+3
2013-08-07resolved fdo#67444 don't push_back() with already reserved sizeEike Rathke1-2/+3
2013-07-13grml.. MacEike Rathke1-1/+1
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke1-1/+1
2013-07-13added static convertTo...() methodsEike Rathke1-20/+106
2013-07-12use OUStringBufferEike Rathke1-3/+6
2013-07-11simpleExtract() with "re-casing"Eike Rathke1-6/+20
2013-07-11added getMatchingFallback()Eike Rathke1-0/+45