summaryrefslogtreecommitdiff
path: root/i18nlangtag/source/languagetag/languagetag.cxx
AgeCommit message (Expand)Author
2013-09-21use bcp47 unresolved system for operator<()Eike Rathke
2013-09-21added debug counter to getNextOnTheFlyLanguage()Eike Rathke
2013-09-21added operator<() for sorted containersEike Rathke
2013-09-21let reset() return a referenceEike Rathke
2013-09-21added default ctor for maps etc.Eike Rathke
2013-09-20trigger less conversionsEike Rathke
2013-09-20theDontKnow ImplEike Rathke
2013-09-200xEike Rathke
2013-09-20do not register LANGUAGE_DONTKNOWEike Rathke
2013-09-20now with on-the-fly LangID assignmentEike Rathke
2013-09-20more preparation for on-the-fli IDsEike Rathke
2013-09-20added isOnTheFlyID()Eike Rathke
2013-09-20added registerImpl() re-entered warningEike Rathke
2013-09-20added registerOnTheFly()Eike Rathke
2013-09-20check for identity in operator=()Eike Rathke
2013-09-20prepare for on-the-fly assigned LangIDsEike Rathke
2013-09-20inlineEike Rathke
2013-09-20second wave to register tagsEike Rathke
2013-09-19unused LanguageTagImpl::resetVars()Eike Rathke
2013-09-19does #include <map> satisfy Windows?Eike Rathke
2013-09-19better mutex guard thisEike Rathke
2013-09-19first wave to register tagsEike Rathke
2013-09-19WaE: equalsIgnoreAsciiCaseAscii -> equalsIgnoreAsciiCase [loplugin]Tor Lillqvist
2013-09-19'de-1901' is a valid fallback, 'en-oed' is notEike Rathke
2013-09-19accept (DIGIT 3*ALNUM) variant in place of (4*ALPHA) scriptEike Rathke
2013-09-19use equalsIgnoreAsciiCaseAscii() with ASCII stringEike Rathke
2013-09-19always sync after canonicalizeEike Rathke
2013-09-18sync from possible intermediate stepsEike Rathke
2013-09-18impl getBcp47() always resolves systemEike Rathke
2013-09-18LANGTAGCAST is unnecessary now, we have lt_tag_t* encapsulatedEike Rathke
2013-09-18changed to mpImplEike Rathke
2013-09-17added getNextOnTheFlyLanguage()Eike Rathke
2013-09-14WaE: equalsIgnoreAsciiCaseAscii -> equalsIgnoreAsciiCase [loplugin]Tor Lillqvist
2013-09-13added 'en-GB-oed' for "English, OED spelling (UK)"Eike Rathke
2013-09-13copy and reset maCachedVariantsEike Rathke
2013-09-12special case for Pali 'pi-Latn' vs 'pli', fdo#41599 relatedEike Rathke
2013-09-12include legacy tags in fallback stringsEike Rathke
2013-09-12actually check against maBcp47 instead of aVec[0]Eike Rathke
2013-09-12aVec may be empty, do not unconditionally access aVec[0]Eike Rathke
2013-09-10changed all 'sh' language to 'sr-Latn'Eike Rathke
2013-09-10added ca-ES-valencia fallback to ca-XV fallback stringsEike Rathke
2013-09-10include language-only in ISO-only fallback stringsEike Rathke
2013-09-05getFallbackStrings() with bIncludeFullBcp47 parameterEike Rathke
2013-09-05for all other zh-XX also list zh-CN as fallbackEike Rathke
2013-09-04for zh-HK or zh-MO also list zh-TW as fallbackEike Rathke
2013-09-03added convertToLocaleWithFallback()Eike Rathke
2013-09-03added convertToLanguageTypeWithFallback()Eike Rathke
2013-09-03resolve all known fallbacksEike Rathke
2013-09-03simplified simpleExtract() and made some cases workEike Rathke
2013-09-02simpleExtract() with variantsEike Rathke