summaryrefslogtreecommitdiff
path: root/i18npool/source/localedata/LocaleNode.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-06-05ensure engineering notation format is presentEike Rathke1-0/+18
2015-06-03ensure that at least one abbreviated DateAcceptancePattern is presentEike Rathke1-0/+16
2015-06-01loplugin:loopvartoosmallNoel Grandin1-1/+1
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann1-1/+1
2014-12-12i18npool: Use appropriate OUString functions on string constantsStephan Bergmann1-6/+6
2014-12-04add missing newline to incError...() callsEike Rathke1-31/+31
2014-08-07coverity#706150 Copy into fixed size bufferCaolán McNamara1-33/+19
2014-08-07drop prepareErrorFormat from LocaleNode::incErrorStrCaolán McNamara1-10/+10
2014-08-07incErrorStrStr always called with two %sCaolán McNamara1-4/+4
2014-07-08Include <algorithm> for std::min() and max()Tor Lillqvist1-0/+1
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin1-6/+6
2014-02-07Avoid generation of unused replaceFrom* variablesStephan Bergmann1-2/+12
2013-12-12simplify - use OUString::startsWith where possibleNoel Grandin1-1/+1
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin1-2/+2
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-1/+1
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-5/+5
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-3/+3
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-1/+1
2013-10-29iterateCodePoints() on empty string is no good anymoreEike Rathke1-10/+14
2013-09-10more annoying indentationEike Rathke1-180/+180
2013-09-10accept also '-' as '_' in 'ref' attributeEike Rathke1-0/+17
2013-09-10corrected check of Variant '-'Eike Rathke1-1/+1
2013-09-04better error-checking for Language,Country,VariantEike Rathke1-5/+17
2013-08-09Mark as const/staticTakeshi Abe1-1/+1
2013-06-24fdo#43460 framework,i18npool,accessibility: use isEmpty()Jelle van der Waa1-13/+13
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-37/+37
2013-03-19further OUString cleanupThomas Arnhold1-3/+3
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold1-1/+1
2013-03-04remove trailing whitespacesThomas Arnhold1-4/+4
2012-07-13re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-05-30targeted string re-workNorbert Thiebaud1-13/+13
2012-04-30be more specific in locale data date acceptance pattern check outputEike Rathke1-8/+13
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-14/+14
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-15/+15
2012-01-19added check for duplicated date acceptance patternsEike Rathke1-2/+20
2012-01-17rudimentary check if date acceptance pattern interferes with decimal numberEike Rathke1-2/+21
2012-01-17added element name check for LC_FORMATEike Rathke1-2/+8
2012-01-11generalized the [hu-HU] case to generate a second patternEike Rathke1-8/+60
2012-01-11implemented date acceptance patterns APIEike Rathke1-10/+217
2011-12-30Fix for fdo43460 Part XXI getLength() to isEmpty()Olivier Hallot1-27/+27
2011-12-14check if [CURRENCY] replaceTo is specifiedEike Rathke1-1/+17
2011-11-27remove include of pch header from i18npoolNorbert Thiebaud1-2/+0
2011-11-25added check if locale data's usedInCompatibleFormatCodes currency is really u...Eike Rathke1-4/+40
2011-11-22added partitive case month namesEike Rathke1-0/+48
2011-11-19add narrow (one letter) month namesEike Rathke1-56/+65
2011-11-19implement possessive genitive case month names locale dataEike Rathke1-19/+86
2011-07-30fix Kabyle_Algeria [kab_DZ] absent currency symbol.Eike Rathke1-1/+4
2011-06-16avoid 'error' in warning message as it triggers cloph's error detectorNorbert Thiebaud1-6/+6
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky1-9/+68
2011-01-28Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold1-1/+1