summaryrefslogtreecommitdiff
path: root/i18npool/source/languagetag
AgeCommit message (Expand)Author
2013-03-13added LanguageTag::equals(), fdo#62278 relatedEike Rathke
2013-02-19added reset(rtl_Locale)Eike Rathke
2013-02-19for now convert using MsLangId::convertUnxByteStringToLanguage()Eike Rathke
2013-02-18prepare LanguageTag(rtl_Locale) for handling variant/modifierEike Rathke
2013-02-18added LanguageTag::getFallbackStrings()Eike Rathke
2013-02-18added LanguageTag::hasScript()Eike Rathke
2012-12-11avoid liblangtag processing for known locales, and know 'qtz'Eike Rathke
2012-11-30Removed useless method from languagetagPaula Mannes
2012-11-30added rtl_Locale convenience ctorEike Rathke
2012-11-24Move in-build liblangtag data to solver's unittest/installation/shareStephan Bergmann
2012-11-22exclude language(-Script) only tags from pRegionT==NULL checkEike Rathke
2012-11-21added operator==() and operator!=() to LanguageTagEike Rathke
2012-11-20slowly stabbing MsLangId::convert...() to deathEike Rathke
2012-11-16added LanguageTag::makeFallback()Eike Rathke
2012-11-16added LanguageTag::getIsoLanguageCountry() methodEike Rathke
2012-11-16added LanguageTag::reset() methodsEike Rathke
2012-11-16return const reference for getBcp47() and getLocale()Eike Rathke
2012-11-15LanguageTag getters with optional bResolveSystem parameterEike Rathke
2012-11-09adapt to liblangtag 0.4.0 typesEike Rathke
2012-11-09ensure lt_error_t is free'd and enable SAL_WARN/INFO againEike Rathke
2012-11-07Put the __attribute__ in the correct placeTor Lillqvist
2012-11-06Try to unbreak the Android buildTor Lillqvist
2012-11-06Adapting to liblangtag 0.4.0Fridrich Štrba
2012-10-27Remove unused overrideDataPathJulien Nabet
2012-10-05Turn a SAL_WARN into SAL_INFOStephan Bergmann
2012-08-31stuff in a mechanism to find the liblangtag share dir during unit testsCaolán McNamara
2012-08-31removed nonsense incRef() in operator=()Eike Rathke
2012-08-11langtag: use ENABLE_LIBLANGTAG in unit testEike Rathke
2012-08-11langtag: pass system path as data path instead of file URLEike Rathke
2012-08-10Implement --disable-liblangtag, to be able to build without that.Jan Holesovsky
2012-08-10added LanguageTag unit testEike Rathke
2012-08-10region may be empty and then is a valid ISO country for our purposesEike Rathke
2012-08-09lt_tag_dump() only used to debug [-Werror=unused-function]Eike Rathke
2012-08-09WaE: unused functionTor Lillqvist
2012-08-09implemented simple liblangtag replacement for iOS and AndroidEike Rathke
2012-08-07We don't want to use liblangtag on Android or iOSTor Lillqvist
2012-08-06implemented LanguageTag wrapperEike Rathke