summaryrefslogtreecommitdiffstats
path: root/i18npool/source
Commit message (Collapse)AuthorAgeFilesLines
* re-base on ALv2 code.Michael Meeks2012-06-2116-392/+248
| | | | Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
* fdo#51227 added locale data for Papiamento (Curacao) [pap-CW]Eike Rathke2012-06-202-1/+360
| | | | | | Data contributed by Ace Suares <ace@suares.com> Change-Id: Id09bd2ae35e1aa9c8d0545a68d700e312a950974
* fdo#38731 added Papiamento (Curaçao) [pap-CW] and (Bonaire) [pap-BQ]Eike Rathke2012-06-201-0/+2
| | | | | | | | Added Papiamento (Curaçao) [pap-CW] and Papiamento (Bonaire) [pap-BQ] to language list. The locales are selectable for character attribution and spell-checking. Change-Id: I300029e2e60e196c989596f3a7d4f4a888e17af3
* merge together hand-crafted traditional/simplified chinese testsCaolán McNamara2012-06-194-9/+63
| | | | | | | | | | | merge together a gadzillion hand-crafted isSimpleChinese/isTraditionalChinese/isKoreanVariants/isCJK implementations which should fix a goodly amount of them add a MsLangId::isFamilyNameFirst for locales where family name appears first while I'm at it. Change-Id: I65377793be037d16fe7250cd7450b28aec689e83
* Remove a useless includeChristophe Christophe Marion2012-06-191-2/+0
|
* remove un-necessary memsetChristophe Jaillet2012-06-141-1/+0
|
* Remove superfluous empty lines on topThomas Arnhold2012-06-091-2/+0
| | | | | | More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
* targeted string re-workNorbert Thiebaud2012-05-312-4/+4
| | | | Change-Id: Ie250e1953c84caea5e67c26c7a4f9a1ae206f42b
* fix some typoKorrawit Pruegsanusak2012-06-011-3/+3
| | | | Change-Id: Ib88169968d164c88703505da022887ea8d53c721
* targeted string re-workNorbert Thiebaud2012-05-3022-106/+106
| | | | Change-Id: I1efff8e09079267f4129c474872d3fc49adeb831
* Revert "fdo#45830: Indicate correct default locale setting"Luboš Luňák2012-05-291-1/+4
| | | | | | | This causes a failure in sc_subsequent_filters_test , the test fails in non-English locales. This reverts commit 1a5aae96bdb20e36a17d77ec60da874037544628.
* added same date acceptance patterns as in gd-GBEike Rathke2012-05-291-0/+2
| | | | Change-Id: I2e36fce85882566d19cb3e3c9fa3e037d322ce6c
* fdo#45830: Indicate correct default locale settingRob Snelders2012-05-281-4/+1
| | | | Change-Id: I73904225b2ea1c5b78453caafe382860fb9a3a0f
* added missing closing quotes at end of literalsEike Rathke2012-05-241-3/+3
| | | | Change-Id: I3d204aa54dd9c13dfb87e702fa07aa4234977a49
* fixed a typo in zh-* currency format code that has been in since 2002 ...Eike Rathke2012-05-225-5/+5
|
* updated [zh-TW] locale data fdo#49274Cheng-Chia Tseng2012-05-221-41/+220
|
* removed unused const rtl::OUStringTakeshi Abe2012-05-171-1/+0
| | | | Change-Id: I7c3409ac39e690fcf2f7e4085bf6857e6bd182fb
* nutso static OUStringsCaolán McNamara2012-05-171-4/+2
| | | | Change-Id: I104af905eb0d13864f70f44386b2b573fb26e513
* reduce a gadzillion make_pairs executions to simple array of podCaolán McNamara2012-05-167-925/+925
| | | | Change-Id: I38249d12d0c4e7a732b505cf90e1e8806c718229
* added common date acceptance patterns to *-FR localesEike Rathke2012-05-154-0/+10
|
* Resolves: fdo#49849 implement Unicode 6.1 hebrew line breaking rulesCaolán McNamara2012-05-132-22/+47
| | | | | | | i.e. sync with svn diff -c 31071 http://source.icu-project.org/repos/icu/icu/trunk/source/data/brkitr/line.txt Change-Id: I I I41b3d02f1a0da3b83a9684f29d466660d96254c6
* added Swedish [sv-SE] date acceptance patterns 'D/M' and 'D/M Y'Eike Rathke2012-05-111-0/+2
| | | | | http://erack.org/blog/archives/18-Does-your-LibreOffice-locale-need-a-date-acceptance-pattern-for-incomplete-date-input.html#c245 http://www.spraknamnden.se/sprakladan/ShowSearch.aspx?id=id=26089;objekttyp=lan
* re-added 'D/M/' date acceptance pattern to [is-IS]Eike Rathke2012-05-021-0/+1
| | | | | Argument is that "the reason for the "D/M/" pattern is for those who use the numpad for input", well, makes sense.
* swapped DefaultAbbrvName and DefaultFullName in Era elementsEike Rathke2012-05-021-4/+4
|
* changes to [is-IS] locale dataBjörgvin Ragnarsson2012-05-021-15/+16
|
* Related: fdo#49208 use UText adaptor to underlying rtl::OUStringCaolán McNamara2012-05-021-21/+13
| | | | | | | | | Don't convert to icu UnicodeString, retain text as shallow-copy of original via rtl::OUString and use UText adaptor. Allows use of equals to do super fast compare that new string is the same as the old string Change-Id: Ie9a3dc981b22a6866f3712c786331a1d6fcf153a
* Resolves: fdo#49208 icu string compare is shocking slowCaolán McNamara2012-05-011-3/+22
| | | | Change-Id: Iee3ab0ebbbb72e88e33dcbe0fcb4df1e4f60c301
* Related: fdo#49208 crazy to create the string *twice*Caolán McNamara2012-05-011-3/+5
| | | | Change-Id: Ib31919672d0754fa4f650dcb32dc2c59a410b54c
* script to list locales with and without DateAcceptancePatternEike Rathke2012-04-301-0/+121
|
* be more specific in locale data date acceptance pattern check outputEike Rathke2012-04-301-8/+13
|
* fdo#48957 added Erzya [myv-RU] locale dataEike Rathke2012-04-252-0/+358
| | | | | Locale data contributed by <rueter.jack@gmail.com> using http://www.it46.se/localegen/
* it's Erzya, not EryzaEike Rathke2012-04-241-1/+1
|
* remove static objects from static_initialization_and_destruction chainCaolán McNamara2012-04-191-3/+14
|
* Simplify TransliterationImpl::loadBodyStephan Bergmann2012-04-191-40/+6
| | | | its not evident to me why the original code needed to be so complicated.
* fdo#48917 added Eryza [myv-RU] and Meadow Mari [mhr-RU] to language listEike Rathke2012-04-191-0/+2
|
* Correctly pass implementation name to cppu::createSingleFactoryStephan Bergmann2012-04-191-1/+2
| | | | | | | | ...this has been hidden by OServiceManager::createContentEnumeration wrapping its return values in fresh XServiceInfo instances that report the right getImplementationName() anyway. But other service manager implementations would cause code like TransliterationImpl::loadBody (which iterates over createContentEnumeration() output, checking for a specific getImplementationName()) to fail.
* Improved error reportingStephan Bergmann2012-04-191-1/+4
|
* Add the genstaticheader.pl scriptTor Lillqvist2012-04-181-0/+83
|
* Use static linking when DISABLE_DYNLOADING (iOS)Tor Lillqvist2012-04-1810-51/+447
|
* Resolves: fdo#40292 Tamil grapheme cluster rulesCaolán McNamara2012-04-122-6/+8
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-069-41/+32
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-5/+5
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *) *{$/\1\2 ( \3 == \4 ) {/' \{\} \;
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-063-18/+18
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-12/+12
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* fdo#48111 added English_Malawi [en-MW] locale dataEike Rathke2012-04-043-0/+35
|
* only as of ICU 4.9 RBBI the Prepend property is emptyEike Rathke2012-04-032-0/+4
| | | | | This reverts 0c08a84c04b166ab6479716e2c33cd444d7e3dbe and instead strips the Prepend variable during build time.
* Make ICU build with icu-49 by removing no-longer used variables.Arfrever Frehtes Taifersar Arahesis2012-04-022-4/+0
| | | | Signed-off-by: Tomas Chvatal <tchvatal@suse.cz>
* don't use string literals with embedded \0'sLuboš Luňák2012-04-021-10/+10
| | | | Followup to 791f27683311e487947b0464a0cb132b19fd0e12.
* removed duplicate includes in filter / i18npool / sdextTakeshi Abe2012-03-301-2/+0
|
* i18npool: use CustomTarget_*.mk makefilesMatúš Kukan2012-03-245-293/+0
| | | | Also done lot of simplification and modernization.