Commit Graph

26044 Commits

Author SHA1 Message Date
Peter Edberg
be5eec1c83 ICU-10296 Add 2 words to Thai dictionary (มั้ย, มั๊ยล่ะ), add tests (J)
X-SVN-Rev: 34136
2013-08-29 23:57:25 +00:00
Travis Keep
7f3d307ef8 ICU-10274 Rollback TimePeriod additions, but leave in changes to listformatter for Mark's more generic units API.
X-SVN-Rev: 34135
2013-08-29 23:45:48 +00:00
Peter Edberg
8f0c5ac557 ICU-10296 Add 2 words to Thai dictionary (มั้ย, มั๊ยล่ะ), add tests (C)
X-SVN-Rev: 34134
2013-08-29 23:30:48 +00:00
Steven R. Loomis
80597323f8 ICU-10331 fix immediate issue on cygwin, mingw still broken. also fix warnings and spaces
X-SVN-Rev: 34133
2013-08-29 21:36:06 +00:00
Yoshito Umaoka
bc031bb637 ICU-10268 Restored Currency serialization backward compatibility support for now. Also fixed a bunch of compiler warnings (both Eclipse compiler and JDK) introduced by unit/measure format work.
X-SVN-Rev: 34132
2013-08-29 21:14:09 +00:00
Peter Edberg
3188fd4a62 ICU-10300 Add "オーストラリア" to cjdict.txt (J)
X-SVN-Rev: 34131
2013-08-29 21:13:43 +00:00
Peter Edberg
f8c52a1490 ICU-10300 Add "オーストラリア" to cjdict.txt, add related test (C)
X-SVN-Rev: 34130
2013-08-29 20:52:45 +00:00
Travis Keep
3a4fa13ef8 ICU-10268 Mark Units API as internal deprecated and fix some minor bugs.
X-SVN-Rev: 34127
2013-08-29 18:31:11 +00:00
Andy Heninger
62cb5a9ca6 ICU-10273 Plural Rules, remove unimplemented getFunctionalEquivalent().
X-SVN-Rev: 34126
2013-08-29 18:07:13 +00:00
Peter Edberg
4431fc1f14 ICU-10299 Fix CjkBreakEngine fWordSet to include 30FC,FF70 (ICU4J)
X-SVN-Rev: 34125
2013-08-29 18:04:59 +00:00
Yoshito Umaoka
ca03cd866d ICU-10268 Serialization compatibility test related changes. Cleaned up skip cases. Reverted a previous change that seemed to exclude Currency from the compatibility test. Also fixed some compiler warnings introduced by previous commits for this ticket.
X-SVN-Rev: 34124
2013-08-29 17:45:39 +00:00
Yoshito Umaoka
bd82ee99c1 ICU-10268 Exclude PluralRules$FixedDecimal from the serialization coverage test for now.
X-SVN-Rev: 34123
2013-08-29 17:30:19 +00:00
John Emmons
3f712e7635 ICU-10339 Fix build error on Cygwin/gcc (INT64_MAX) instead of (U_INT64_MAX)
X-SVN-Rev: 34122
2013-08-29 17:13:06 +00:00
Peter Edberg
2f02059dda ICU-10299 Fix CjkBreakEngine fSet to include 30FC,FF70; fix broken test data (ICU4C)
X-SVN-Rev: 34118
2013-08-29 05:13:36 +00:00
Andy Heninger
6ddf597269 ICU-10273 fix bug in plural rules parser, caused failure of CompactDecimalFormatTest
X-SVN-Rev: 34111
2013-08-29 00:50:50 +00:00
Andy Heninger
3b26d31728 ICU-10273 fix for Solaris build error in plural rules (hopefully).
X-SVN-Rev: 34109
2013-08-28 23:50:29 +00:00
Steven R. Loomis
2c580225a6 ICU-10322 add a scary warning
X-SVN-Rev: 34108
2013-08-28 23:17:03 +00:00
Steven R. Loomis
d6b7c390ae ICU-10322 simple resource bundle builder
X-SVN-Rev: 34107
2013-08-28 23:12:36 +00:00
Markus Scherer
1a0fdb09e3 ICU-10168 minor Unicode 6.3 change log updates
X-SVN-Rev: 34106
2013-08-28 22:52:37 +00:00
Markus Scherer
fe1a149ca5 ICU-10168 Unicode 6.3 data files as of 2013-aug-27
X-SVN-Rev: 34104
2013-08-28 21:08:11 +00:00
Andy Heninger
4dc67e0203 ICU-10273 New plural rule syntax. Changes merged from development branch. With this checkin, Plural rule data is back in synch between ICU4C, ICU4J and CLDR trunk.
X-SVN-Rev: 34103
2013-08-28 20:51:44 +00:00
Travis Keep
fa9f269f4d ICU-8474 CompactDecimalFormat improvement avoid extra format call. Fix bugs in FixedDecimal.
X-SVN-Rev: 34100
2013-08-28 19:34:03 +00:00
Mark Davis
6037d39183 ICU-10268 Add the units along the lines of what was discussed. Needs more work, however.
X-SVN-Rev: 34099
2013-08-28 15:55:54 +00:00
Markus Scherer
ff5564232d ICU-10168 Unicode 6.3 data files as of 2013-aug-27
X-SVN-Rev: 34098
2013-08-28 01:36:57 +00:00
Markus Scherer
196921e4cd ICU-10168 minor improvements for unicodetools
X-SVN-Rev: 34095
2013-08-27 18:05:47 +00:00
Steven R. Loomis
39184cab6a ICU-9675 add -Qunused-arguments if compiler is clang
X-SVN-Rev: 34088
2013-08-26 20:45:20 +00:00
Markus Scherer
2a36e2f226 ICU-8474 support plurals with decimals in MessageFormat and PluralFormat
X-SVN-Rev: 34087
2013-08-26 20:29:07 +00:00
Mark Davis
ca9d96f401 ICU-8474 Fix test to also check for decimals if integer samples empty
X-SVN-Rev: 34086
2013-08-24 16:19:47 +00:00
Andy Heninger
9685634a0f ICU-8474 Plural Rules, tweak samples test to stop false failures.
X-SVN-Rev: 34085
2013-08-24 00:16:11 +00:00
Andy Heninger
f3dce2ad42 ICU-8474 Plural Rule data regenerated from CLDR.
X-SVN-Rev: 34083
2013-08-23 19:54:33 +00:00
Mark Davis
4505512d3e ICU-8474 Many changes to tests and code in order to properly separate DECIMAL from INTEGER isLimited and samples; fix samples/unbounded in CLDR, fix bounded, fix when to return null, check disallowed syntax etc.
X-SVN-Rev: 34082
2013-08-23 10:38:57 +00:00
Jungshik Shin
c207e27745 ICU-10250 fix an error in _getKeywords()
X-SVN-Rev: 34078
2013-08-21 23:51:56 +00:00
Jungshik Shin
6382e77631 ICU-10318 add buffer length check to UTF-16/32 detector
X-SVN-Rev: 34076
2013-08-21 23:09:10 +00:00
Travis Keep
6d3d9db092 ICU-10305 ensure that data converted to assembly language starts on a 16 byte boundary.
X-SVN-Rev: 34075
2013-08-21 22:37:32 +00:00
Yoshito Umaoka
d73447b346 ICU-9526 Fixed a paring problem with custom monetary grouping separator. Ported equivalent fix for monetary decimal separator handing, updating the fix done by #9521. Fixed some bad coding style. Added a test case for testing custom symbols.
X-SVN-Rev: 34070
2013-08-20 20:59:18 +00:00
Yoshito Umaoka
b0eaf25682 ICU-9526 Fixed a parsing problem with custom monetary gouping separator. Fixed some bad coding style. Added a test case for testing custom symbols.
X-SVN-Rev: 34069
2013-08-20 20:51:31 +00:00
Michael Ow
10ae93e130 ICU-10243 Free resource bundle before opening another one
X-SVN-Rev: 34068
2013-08-20 20:19:58 +00:00
Peter Edberg
b19b309b18 ICU-10243 J, LocaleData.getMeasurementSystem/getPaperSize should get data from supplementalData
X-SVN-Rev: 34066
2013-08-19 23:49:53 +00:00
Peter Edberg
9163c9d8be ICU-10243 C, ulocdata_getMeasurementSystem/getPaperSize should get data from supplementalData
X-SVN-Rev: 34065
2013-08-19 22:29:26 +00:00
Mark Davis
6cfd149314 ICU-8474 major change to PluralRules to move sample generation code into CLDR. Also did close to final renaming of internal classes
X-SVN-Rev: 34064
2013-08-19 18:32:42 +00:00
Mark Davis
60c838d40f ICU-8474 major change to PluralRules to move sample generation code into CLDR. Also did close to final renaming of internal classes
X-SVN-Rev: 34063
2013-08-19 18:32:19 +00:00
Michael Ow
7b22c02d86 ICU-8449 Remove calendar instances after test
X-SVN-Rev: 34061
2013-08-17 19:37:46 +00:00
Peter Edberg
b7048715bb ICU-10284 Fixed to use correct path for cldr tools, "${env.CLDR_DIR}/tools/java"
X-SVN-Rev: 34060
2013-08-17 04:34:27 +00:00
Andy Heninger
7c9e0aa2e8 ICU-10310 C++11 checking in configure script.
X-SVN-Rev: 34057
2013-08-16 22:56:38 +00:00
Andy Heninger
53ddd94796 ICU-10310 Improve C++11 handling in configure script
X-SVN-Rev: 34055
2013-08-16 18:39:31 +00:00
Andy Heninger
c3b0565eea ICU-8449 fix broken build from earlier checkin.
X-SVN-Rev: 34054
2013-08-16 18:10:31 +00:00
Scott Russell
e715efb8e8 ICU-8449 Add Um al-Qura Hijri Calendar Support
X-SVN-Rev: 34053
2013-08-16 17:09:51 +00:00
Yoshito Umaoka
c291c1230d ICU-10309 Fixed LD_LIBRARY_PATH issue (missing '/') - some more changes.
X-SVN-Rev: 34052
2013-08-16 17:07:02 +00:00
Yoshito Umaoka
df791e3e91 ICU-10309 Fixed LD_LIBRARY_PATH issue (missing '/')
X-SVN-Rev: 34051
2013-08-16 16:56:58 +00:00
Scott Russell
5f2027f091 ICU-8449 fix incorrect deprecations
X-SVN-Rev: 34050
2013-08-16 16:44:14 +00:00