summaryrefslogtreecommitdiffstats
path: root/i18nlangtag
Commit message (Expand)AuthorAgeFilesLines
* 'qtz' is a known no-country localeEike Rathke2013-09-031-0/+1
* added convertToLocaleWithFallback()Eike Rathke2013-09-031-0/+7
* added convertToLanguageTypeWithFallback()Eike Rathke2013-09-031-0/+7
* resolve all known fallbacksEike Rathke2013-09-032-2/+41
* simplified simpleExtract() and made some cases workEike Rathke2013-09-031-26/+23
* simpleExtract() with variantsEike Rathke2013-09-021-28/+115
* WaE: control may reach end of non-void functionTor Lillqvist2013-09-011-0/+1
* removed LanguageTag(OUString,OUString) ctorEike Rathke2013-08-301-21/+0
* originally was convertIsoNamesToLanguage(), use makeFallback()Eike Rathke2013-08-301-1/+1
* take a shortcut for unknown "x-..." or "i-..."Eike Rathke2013-08-301-3/+4
* microoptimizationEike Rathke2013-08-301-3/+3
* liblangtag: harmonize ENABLE_* variable to use TRUE/<nothing>Norbert Thiebaud2013-08-302-2/+2
* fixed CppunitTest_sw_rtfimport, {LANGUAGE_FRENCH,"fr",""} catcher neededEike Rathke2013-08-301-0/+1
* disentangled the LANGUAGE_CHINESE messEike Rathke2013-08-301-9/+9
* isKorean() never returned trueEike Rathke2013-08-291-2/+2
* Pali should be ISO 639-1 'pi' not 639-3 'pli'Eike Rathke2013-08-291-1/+2
* added LANGUAGE_KASHMIRI as "known no country" localeEike Rathke2013-08-291-1/+2
* LANGUAGE_KASHMIRI is not a primary-only LangIDEike Rathke2013-08-291-2/+1
* removed primary-only LANGUAGE_URDUEike Rathke2013-08-292-4/+2
* removed unused primary-only LANGUAGE_AZERIEike Rathke2013-08-291-2/+1
* removed unused primary-only LANGUAGE_MALAYEike Rathke2013-08-291-2/+1
* removed second LANGUAGE_FRENCH mapping to language-onlyEike Rathke2013-08-291-1/+0
* convertLanguageToLocale: last resort en-US if resolve requestedEike Rathke2013-08-291-0/+8
* adapted commentsEike Rathke2013-08-291-9/+11
* these FIXME comments are now obsoleteEike Rathke2013-08-291-12/+0
* handle variants in replacement codeEike Rathke2013-08-292-36/+104
* don't leak variantsEike Rathke2013-08-291-1/+4
* unused include vectorEike Rathke2013-08-291-1/+0
* implemented missing replacement bits for Android buildEike Rathke2013-08-292-2/+98
* added SAL_INFO to makeFallback()Eike Rathke2013-08-281-0/+3
* added makeFallback() checks to unit testEike Rathke2013-08-281-0/+13
* again match some copy&paste namesEike Rathke2013-08-281-4/+4
* makeFallback() with hierarchical retryEike Rathke2013-08-281-0/+16
* added unit test for ca-valenciaEike Rathke2013-08-281-0/+22
* need to check for variants in isIsoODF()Eike Rathke2013-08-281-3/+4
* added unit test for fallback stringsEike Rathke2013-08-281-0/+6
* reorder fall back strings for language with variantEike Rathke2013-08-281-2/+16
* grml.. lt_list_value is an lt_variant_t*Eike Rathke2013-08-281-6/+10
* match names with tagEike Rathke2013-08-281-14/+14
* include variants in fallback stringsEike Rathke2013-08-281-0/+25
* added getVariants()Eike Rathke2013-08-281-0/+31
* fdo#57950: Remove some chained appends in i18nlangtagJelle van der Waa2013-08-281-8/+5
* added unit test for ca-ES-valenciaEike Rathke2013-08-281-0/+23
* correct example is ca-ES-valenciaEike Rathke2013-08-281-1/+1
* added Bcp47CountryEntryEike Rathke2013-08-281-0/+30
* field commentsEike Rathke2013-08-281-0/+1
* added IsoLanguageScriptCountryEntry to getDefinedLanguagetags()Eike Rathke2013-08-281-2/+8
* don't use startsWithIgnoreAsciiCase() on pointersEike Rathke2013-08-281-3/+14
* use ...IgnoreAsciiCase()Eike Rathke2013-08-271-6/+6
* in convertLocaleToLanguageImpl() don't use the implied fall backEike Rathke2013-08-271-7/+33