Commit Graph

25359 Commits

Author SHA1 Message Date
Markus Scherer
a3a4207b24 ICU-9353 add note to readme about DictionaryBasedBreakIterator going away
X-SVN-Rev: 32499
2012-10-03 23:39:35 +00:00
Roozbeh Pournader
322682119a ICU-8952 fixed the algorithm for Persian Calendar and heavily refactored
X-SVN-Rev: 32498
2012-10-03 22:26:05 +00:00
Michael Ow
7aeb960b0c ICU-8703 Fix tab in ICU4C arabic shaping code
X-SVN-Rev: 32497
2012-10-03 17:18:27 +00:00
Michael Ow
8ce88dd623 ICU-8703 Fix tabs in ArabicShaping code
X-SVN-Rev: 32496
2012-10-03 17:17:35 +00:00
Michael Ow
c0234f263f ICU-9024 Fix tabs in test code
X-SVN-Rev: 32495
2012-10-03 17:07:29 +00:00
Michael Ow
a5d0a7a7d8 ICU-8703 Fix tabs in test code.
X-SVN-Rev: 32494
2012-10-03 17:04:22 +00:00
Michael Ow
e43e74d0d0 ICU-9603 Remove lib prefix of import libraries in MinGW
X-SVN-Rev: 32492
2012-10-03 03:34:00 +00:00
Michael Ow
8aa34fd449 ICU-9581 Fix some memory leaks in arabic shaping code
X-SVN-Rev: 32491
2012-10-03 03:32:21 +00:00
Michael Ow
b56dee8547 ICU-9397 Update tests in intltest to pass without data
X-SVN-Rev: 32489
2012-10-02 22:11:31 +00:00
Yoshito Umaoka
5edf0b264d ICU-9621 Fixed TimeZone#observsDaylightTime issue on Africa/Casablanca showing up after Sep 2012.
X-SVN-Rev: 32486
2012-10-02 17:48:46 +00:00
Michael Ow
5601c335c8 ICU-9241 Update ICU4J tzdata to 2012f
X-SVN-Rev: 32484
2012-10-02 16:55:16 +00:00
Michael Ow
3166be4c82 ICU-9241 Update ICU4C tzdata to 2012f
X-SVN-Rev: 32483
2012-10-02 16:54:48 +00:00
Michael Ow
ae58608103 ICU-9582 postpone timezone data update until during release
X-SVN-Rev: 32481
2012-10-02 00:02:32 +00:00
Travis Keep
2679b554cb ICU-9554 JAVA CompactDecimalFormat to support negative numbers
X-SVN-Rev: 32479
2012-10-01 22:24:57 +00:00
Dina Sayed
71b1c62fa3 ICU-9024 Unit test for Arabic Mathematical Alphabetic Symbols
X-SVN-Rev: 32475
2012-10-01 11:19:48 +00:00
Dina Sayed
96c93de55b ICU-9024 unit test for Arabic Mathematical Alphabetic Symbols
X-SVN-Rev: 32474
2012-09-30 15:31:46 +00:00
John Emmons
46f7e6258a ICU-9587 Updated and improved Region API - moving to draft ICU 50
X-SVN-Rev: 32473
2012-09-29 01:44:13 +00:00
Andy Heninger
038449fa93 ICU-9600 sync up word.txt and word_POSIX.txt
X-SVN-Rev: 32470
2012-09-28 21:31:14 +00:00
Yoshito Umaoka
b5bed9e922 ICU-9255 Merged ICU4C trunk r32468 locale data including Dangi calendar format data (aliases) and removed Dangi calendar formatting hacks. Also fixed pattern cache key found during the development.
X-SVN-Rev: 32469
2012-09-28 21:17:44 +00:00
Yoshito Umaoka
ff01fb093a ICU-9255 Merge the Dangi calendar format data from CLDR trunk rev 7770. Full CLDR data integration will be done later.
X-SVN-Rev: 32468
2012-09-28 20:53:39 +00:00
Travis Keep
9620ed5954 ICU-9615 Change GenderInfo.java to use CLDR data
X-SVN-Rev: 32466
2012-09-28 19:01:28 +00:00
Travis Keep
946d320413 ICU-9612 Make single quote logic processing correct.
X-SVN-Rev: 32463
2012-09-28 18:46:48 +00:00
Jennifer Chye
12df2ca382 ICU-9599 Add genderList, postalCodeData and dayPeriods data to ICU4J
X-SVN-Rev: 32462
2012-09-28 17:33:58 +00:00
Dina Sayed
7dfc9d289a ICU-9473 unit test for Arabic shaping is not thread safe
X-SVN-Rev: 32461
2012-09-28 16:43:12 +00:00
Dina Sayed
3f27b28097 ICU-9473 Arabic shaping is not thread safe
X-SVN-Rev: 32459
2012-09-28 13:41:40 +00:00
Steven R. Loomis
e816e77e3f ICU-9152 include icuio library
X-SVN-Rev: 32458
2012-09-28 01:49:52 +00:00
Travis Keep
841c0b626a ICU-9612 Let 0 in CLDR data mean format number normally with no prefix or suffix.
X-SVN-Rev: 32453
2012-09-28 00:30:42 +00:00
Travis Keep
df0d824956 ICU-9612 Fix CompactDecimalFormat so that it handles periods correctly that appear in prefixes or suffixes.
X-SVN-Rev: 32450
2012-09-27 23:41:01 +00:00
Steven R. Loomis
ac84432516 ICU-9542 fix stray comma with -DUCONFIG_NO_BREAK_ITERATION=1 (was not valid C++)
X-SVN-Rev: 32449
2012-09-27 21:17:58 +00:00
Andy Heninger
71c72d028b ICU-9530 Remove extra casts that were added to sidestep problems with the clang compiler.
X-SVN-Rev: 32447
2012-09-27 21:09:31 +00:00
Steven R. Loomis
87d08a3a2d ICU-9556 fix namespace
X-SVN-Rev: 32445
2012-09-27 20:48:52 +00:00
Travis Keep
24123a1ac0 ICU-9604 CompactDecimalFormat.getCompactDecimalInstance -> CompactDecimalFormat.getInstance
X-SVN-Rev: 32443
2012-09-27 20:07:18 +00:00
Travis Keep
9cd81237ef ICU-9604 Add documentation to NumberFormat directing users to subclasses for more factory methods.
X-SVN-Rev: 32442
2012-09-27 19:51:55 +00:00
Steven R. Loomis
12b8931555 ICU-9611 silent compile for linux
X-SVN-Rev: 32441
2012-09-27 19:04:34 +00:00
Steven R. Loomis
6eef7bff7b ICU-9596 cleanup U_NO_DEFAULT_INCLUDE_UTF_HEADERS - use utf_old.h in tests when needed
X-SVN-Rev: 32440
2012-09-27 18:52:04 +00:00
Travis Keep
9adb3fd642 ICU-9549 Fix memory problems in DecimalFormat assignment operator.
X-SVN-Rev: 32439
2012-09-27 18:50:24 +00:00
Travis Keep
719917e4a2 ICU-9604 Move JAVA CompactDecimalFormat factory methods and LONG/SHORT enum from NF down to CDF
X-SVN-Rev: 32437
2012-09-27 18:25:47 +00:00
Steven R. Loomis
e2898ee810 ICU-9462 clarify docs.
X-SVN-Rev: 32436
2012-09-27 17:17:05 +00:00
Steven R. Loomis
70ecc4c943 ICU-9296 fix docs to U_UNSUPPORTED_ERROR as error type for unum_applyPattern
X-SVN-Rev: 32435
2012-09-27 16:46:30 +00:00
Travis Keep
3cae7b9459 ICU-9577 For CompactDecimalFormat data, look for local number system long; latin long; local number system short; latin short.
X-SVN-Rev: 32432
2012-09-27 16:05:44 +00:00
Dina Sayed
cc746cc8a6 ICU-8703 Unit test for Arabic shaping Shadda handling
X-SVN-Rev: 32431
2012-09-27 13:34:40 +00:00
Dina Sayed
d3af645b53 ICU-8703 Arabic shaping Shadda handling
X-SVN-Rev: 32430
2012-09-27 09:09:18 +00:00
Jennifer Chye
4707cfa42b ICU-9599 Add genderList, postalCodeData and dayPeriods data build rules.
X-SVN-Rev: 32429
2012-09-27 01:22:40 +00:00
Yoshito Umaoka
5b8459bb01 ICU-9338 Promoting TimeZoneNames/TimeZoneFormat APIs from tech preview to draft.
X-SVN-Rev: 32427
2012-09-25 22:45:40 +00:00
Yoshito Umaoka
331d9f169f ICU-9255 Adding the traditional Korean calendar (Dangi) support to ICU4J.
X-SVN-Rev: 32426
2012-09-25 21:45:16 +00:00
Michael Ow
f75135af94 ICU-9529 Add missing header files to the appropriate project files
X-SVN-Rev: 32424
2012-09-25 16:16:00 +00:00
Markus Scherer
d98f9772a7 ICU-9514 final UCA 6.2 UCARules.txt, adjust test code
X-SVN-Rev: 32417
2012-09-21 20:40:00 +00:00
Markus Scherer
ed360ffa61 ICU-9514 final UCA 6.2 UCARules.txt, adjust test code
X-SVN-Rev: 32416
2012-09-21 20:31:11 +00:00
Steven R. Loomis
489c73947e ICU-9329 fix for AIX
X-SVN-Rev: 32415
2012-09-21 17:27:24 +00:00
Steven R. Loomis
947990678b ICU-9329 fix for AIX
X-SVN-Rev: 32414
2012-09-20 22:35:57 +00:00