Commit Graph

4505 Commits

Author SHA1 Message Date
Steven R. Loomis
b9384ca1ea ICU-5933 icu4j demos
X-SVN-Rev: 22684
2007-09-14 06:22:51 +00:00
Yoshito Umaoka
546faac4ab ICU-5801 Added a warning for ICU4J charset converter problems in readme.html for 3.8 release.
X-SVN-Rev: 22681
2007-09-14 04:04:27 +00:00
Yoshito Umaoka
1fb3fb2d12 ICU-5801 Update readme.html to put link to the user guide about the time zone formatting issue. The previous description was incorrect because of yet another bug.
X-SVN-Rev: 22678
2007-09-14 03:06:52 +00:00
Mark Davis
76f46c65b8 ICU-5934 Fixed problem with parsing VVVV and V in ICU4J -- ICU4C needs to be looked at.
X-SVN-Rev: 22675
2007-09-14 02:22:35 +00:00
Yoshito Umaoka
40338469c8 ICU-5801 Retract the description for Bidi/TestCompatibility test failure on Java 1.4/1.4.1
X-SVN-Rev: 22663
2007-09-12 21:07:11 +00:00
Yoshito Umaoka
961536a548 ICU-5928 Skip Bidi/TestCompatibility on Java 1.4/1.4.1 runtime env, which is known to fail.
X-SVN-Rev: 22662
2007-09-12 20:21:42 +00:00
Yoshito Umaoka
c9d43a6db5 ICU-5801 Update readme to address the timezone format roundtrip problem and the know Bidi test failure on Java 1.4/1.4.1.
X-SVN-Rev: 22661
2007-09-12 19:12:00 +00:00
Yoshito Umaoka
4ef26b7d1a ICU-5926 Chanced debug arg name from U_RBBIDEBUG to rbbi
X-SVN-Rev: 22659
2007-09-12 17:41:41 +00:00
Yoshito Umaoka
6afc33010b ICU-5926 RBBI debug code to use ICUDebug rather than directly calling System.getProperty to avoid SecurityException under Java security manager enabled.
X-SVN-Rev: 22658
2007-09-12 17:30:35 +00:00
Yoshito Umaoka
c55353ce37 ICU-5801 Update readme.html for 3.8 GA
X-SVN-Rev: 22653
2007-09-10 21:13:27 +00:00
Yoshito Umaoka
2bdecbda7a ICU-5801 Use -Xdisableexcessivegc option for running the ICU unit test on IBM Java 5 or later versions. If excessivegc is enabled, the JVM may throw OOM even before the heap usage does not reach to the limit.
X-SVN-Rev: 22651
2007-09-10 20:30:58 +00:00
Yoshito Umaoka
0203947f88 ICU-5801 Update the previous fix. ICU build server actually use moduleCheck, not secureCheck. Set the JVM arguments required for testing in moduleCheck too.
X-SVN-Rev: 22649
2007-09-10 19:39:45 +00:00
Yoshito Umaoka
2db1af71bc ICU-5801 Set Java initial/max heap size in secureCheck target to prevent OOM error.
X-SVN-Rev: 22647
2007-09-10 18:27:48 +00:00
Yoshito Umaoka
67a4d353ab ICU-5910 Disable an invalid time zone name test case in DateFormatTest.
X-SVN-Rev: 22643
2007-09-07 21:40:16 +00:00
Yoshito Umaoka
be95ba0320 ICU-5921 Fix JavaDoc problem in Coptic/EhiopicCalendar.
X-SVN-Rev: 22642
2007-09-07 17:29:36 +00:00
Eric Mader
0de2ebba01 ICU-5376 changes for unsigned comparisons.
X-SVN-Rev: 22639
2007-09-07 00:22:19 +00:00
Michael Ow
94a0188571 ICU-5915 Initailize UConverterData objects in the constructor.
X-SVN-Rev: 22637
2007-09-06 20:41:13 +00:00
Michael Ow
17bca61824 ICU-5915 Initialize extraInfo after creating the object.
X-SVN-Rev: 22632
2007-09-06 16:47:35 +00:00
Michael Ow
15c6415f99 ICU-5915 Added a method to initialize the UConverterData object to implement an easier way to reset the converter.
X-SVN-Rev: 22631
2007-09-06 16:46:29 +00:00
Yoshito Umaoka
f7286f7ed6 ICU-5887 Workaround for Java 6 adaptive compiler bug on Solaris/Linux
X-SVN-Rev: 22628
2007-09-06 04:01:16 +00:00
Yoshito Umaoka
f8848054f4 ICU-5917 Fixed OlsonTimeZone#useDaylightTime implementation problem. The API may return true after setRawOffset is called, even the zone did not observe DST originally.
X-SVN-Rev: 22626
2007-09-05 22:52:35 +00:00
Yoshito Umaoka
f3bca244c8 ICU-5596 Revert the changes in CharsetRecog_mbcs.java. The changes were actually not related to the problem reported by the ticket.
X-SVN-Rev: 22625
2007-09-05 21:02:13 +00:00
Yoshito Umaoka
bf42965a08 ICU-5910 Skip creating SimpleTimeZone instance for getting LONG_GENERIC time zone name
X-SVN-Rev: 22624
2007-09-05 20:15:37 +00:00
Michael Ow
24c425e472 ICU-5915 Add line to set the isFirstBuffer variable to true when the implreset() is called for the encoder.
X-SVN-Rev: 22623
2007-09-05 18:56:40 +00:00
John Emmons
7813074e53 ICU-5910 Force use of standard string when DST not observed
X-SVN-Rev: 22621
2007-09-05 18:47:38 +00:00
Andy Heninger
7feae9ed00 ICU-5553 fix error in Javadoc for BreakIterator
X-SVN-Rev: 22619
2007-09-05 15:11:19 +00:00
Andy Heninger
0c009db85e ICU-5596 fix array index out of bounds crash in charset detection with very short input data.
X-SVN-Rev: 22615
2007-09-04 04:28:59 +00:00
George Rhoten
73d37b3412 ICU-5905 Fix svn:executable and svn newline properties
X-SVN-Rev: 22613
2007-09-01 21:32:23 +00:00
Yoshito Umaoka
42a49646a4 ICU-5888 Removed unnecessary //##header J2SE15, because this source does not require any conditional compilation.
X-SVN-Rev: 22606
2007-08-31 19:23:34 +00:00
Yoshito Umaoka
a516a115d0 ICU-5902 Disable warnings in DateFormat/DurationFormat serialization test for 3.8 release.
X-SVN-Rev: 22597
2007-08-31 06:38:27 +00:00
Yoshito Umaoka
d1a8c32ebf ICU-3870 Delete out of date RBBI demo from ICU4J source tree.
X-SVN-Rev: 22595
2007-08-31 05:30:24 +00:00
Yoshito Umaoka
67f7fdba7e ICU-5885 Set timebomb to actual limit tests for Buddhist/Taiwan calendar.
X-SVN-Rev: 22593
2007-08-31 05:02:01 +00:00
Yoshito Umaoka
465d0173b0 ICU-5801 Fixed a couple of module build test target to copy test data to resolve some warnings.
X-SVN-Rev: 22591
2007-08-31 04:45:13 +00:00
Steven R. Loomis
ac3e34cd94 ICU-5886 change exception
X-SVN-Rev: 22590
2007-08-31 02:36:34 +00:00
Steven R. Loomis
ac9322b84c ICU-5886 error msg improvement
X-SVN-Rev: 22589
2007-08-31 02:33:36 +00:00
Steven R. Loomis
0e5530bc47 ICU-5886 fix loading under security manager
X-SVN-Rev: 22588
2007-08-31 01:02:05 +00:00
Andy Heninger
b5fe986e6c ICU-4528 fix small error in RuleBasedCollator javadoc.
X-SVN-Rev: 22587
2007-08-31 00:30:00 +00:00
Yoshito Umaoka
b52aef453e ICU-5801 Revert work-in-progess version of SimpleDateFormat.java accidentally checked in by the previous code submission
X-SVN-Rev: 22585
2007-08-31 00:01:02 +00:00
Yoshito Umaoka
38287b8906 ICU-5801 Update readme.html for ICU4J 3.8 d02.
X-SVN-Rev: 22584
2007-08-30 23:51:41 +00:00
Mark Davis
4d90d4301b ICU-5888 change test based on ICU core meeting today
X-SVN-Rev: 22574
2007-08-30 00:49:17 +00:00
Yoshito Umaoka
b696e36f7b ICU-5895 Fix a timezone string parsing problem in SimpleDateFormat. When zone string is DateFormatSymbols.TIMEZONE_XXXX_STANDARD or TIMEZONE_XXXX_DAYLIGHT, parsed time zone was not set in the calendar by parse method.
X-SVN-Rev: 22572
2007-08-29 21:38:34 +00:00
Yoshito Umaoka
f348dd22ee ICU-5888 Fix compile error caused by the use of Java 5 syntax.
X-SVN-Rev: 22568
2007-08-29 19:07:17 +00:00
Yoshito Umaoka
42188d3e3d ICU-5892 Delete UnicodeChart demo from trunk. This demo code is not completed and we have no plan to finish it.
X-SVN-Rev: 22566
2007-08-29 18:45:17 +00:00
Mark Davis
70f1c626eb ICU-5888 added test of roundtrip failures
X-SVN-Rev: 22557
2007-08-28 23:16:50 +00:00
Yoshito Umaoka
7f56576bad ICU-5801 Escape non-ASCII character in the test code.
X-SVN-Rev: 22554
2007-08-28 19:21:21 +00:00
Yoshito Umaoka
b7ce82e4c3 ICU-5801 Disable ChineceCalendar TestLimits for now.
X-SVN-Rev: 22547
2007-08-27 21:35:36 +00:00
Yoshito Umaoka
ee3e82bc2c ICU-5464 Fixed eclipse icu4j plug-in fragment (icu-jse4.jar) build problems.
X-SVN-Rev: 22546
2007-08-27 19:11:51 +00:00
Steven R. Loomis
bfd46df766 ICU-3487 error checking on duration
X-SVN-Rev: 22544
2007-08-27 15:41:50 +00:00
Yoshito Umaoka
df2e2f7f9c ICU-5445 Workaround for double precision problem. Some platforms still reported test failure because of the precision problem.
X-SVN-Rev: 22543
2007-08-27 15:16:49 +00:00
Yoshito Umaoka
b24150a474 ICU-5801 Add 3.8 API report file and update the API change report for 3.8 release.
X-SVN-Rev: 22538
2007-08-27 03:23:55 +00:00
Yoshito Umaoka
8ed516328f ICU-5780 Resolve ICU javadoc warnings. Changed DateFormatSymbols#MetazoneInfo from protected to package private.
X-SVN-Rev: 22537
2007-08-27 03:10:46 +00:00
Yoshito Umaoka
ffeae6459e ICU-5445 Workaround for double precision problem introduced by the change set#21566.
X-SVN-Rev: 22536
2007-08-27 02:40:22 +00:00
Yoshito Umaoka
7c81953e5f ICU-5494 Avoid to create new Boolean objects.
X-SVN-Rev: 22535
2007-08-27 02:28:28 +00:00
Doug Felt
84e970b943 ICU-5873 Factor out references to data jar, fix IndexGenerator to deal with missing dirs
X-SVN-Rev: 22530
2007-08-25 01:15:23 +00:00
Doug Felt
6d09765c4f ICU-5872 make UResourceBundle static factories obey spec on null values
X-SVN-Rev: 22529
2007-08-25 01:03:39 +00:00
Yoshito Umaoka
aa77d09e89 ICU-5861 Disable localized GMT offset format, because the parser code is not ready. Updated the test cases.
X-SVN-Rev: 22527
2007-08-24 21:15:29 +00:00
Yoshito Umaoka
7994f9a169 ICU-5006 Fixed Java1.3 compile errors introduced by the previous change.
X-SVN-Rev: 22520
2007-08-24 18:49:56 +00:00
Yoshito Umaoka
5b7c009173 ICU-5160 Added synchronized block to protect buffer. Needs better fix later.
X-SVN-Rev: 22519
2007-08-24 18:47:22 +00:00
Steven R. Loomis
9257c557bd ICU-4659 remove a comment
X-SVN-Rev: 22518
2007-08-24 18:42:04 +00:00
Steven R. Loomis
68fe12cf76 ICU-3279 fix year jump when WOY is used.
X-SVN-Rev: 22517
2007-08-24 18:01:40 +00:00
Steven R. Loomis
ccceb4f4a8 ICU-3487 duration (handle milliseconds)
X-SVN-Rev: 22512
2007-08-24 16:34:29 +00:00
Yoshito Umaoka
34a9e2cad8 ICU-5861 Added temporary fix in ZoneMeta#displayFallback to avoid a problem in UResourceBundle loadingStatus.
X-SVN-Rev: 22505
2007-08-24 08:18:54 +00:00
Steven R. Loomis
281135ffbb ICU-5006 regresion test, getshortmonths
X-SVN-Rev: 22502
2007-08-24 03:58:01 +00:00
Yoshito Umaoka
21835d3da1 ICU-5862 Run the ant target resources after manual build. It looks 'cleanr after' is not sufficient for some reason.
X-SVN-Rev: 22501
2007-08-24 03:28:43 +00:00
Steven R. Loomis
0d1388172a ICU-3474 serialization fix for icu4j calendar
X-SVN-Rev: 22500
2007-08-24 00:17:00 +00:00
Yoshito Umaoka
d65632d32e ICU-2895 Fix Java 1.3/1.4 compile error introduced by the change set 22492
X-SVN-Rev: 22498
2007-08-23 23:03:39 +00:00
Yoshito Umaoka
bc24e7af5e ICU-5801 Do not print stack trace for handled exception.
X-SVN-Rev: 22497
2007-08-23 22:41:25 +00:00
Steven R. Loomis
be658a09ef ICU-3282 added regression test for japanese date parsing bug
X-SVN-Rev: 22495
2007-08-23 22:11:25 +00:00
John Emmons
2ab7469030 ICU-5861 Implement new timezone fields per tr35 and commonlyUsed
X-SVN-Rev: 22494
2007-08-23 20:48:02 +00:00
Steven R. Loomis
b0fa382730 ICU-2895 relative dates 4 j
X-SVN-Rev: 22492
2007-08-23 20:13:50 +00:00
Yoshito Umaoka
c8745e4164 ICU-5862 Added External Tool launchers for running intSrc/normSrc to the eclipse project. Also, stop running target 'resources' in the manual build event.
X-SVN-Rev: 22491
2007-08-23 19:53:48 +00:00
Yoshito Umaoka
83ca3fe277 ICU-5550 Fixed Accept-Language parser problem in GlobalizationPreferences. The improved parser is implemented as ULocale package local method and replaces existing implementation in ULocale/GlobalizationPrefrences. Also, removed conditional compilation code from GlobalizationPreferneces.
X-SVN-Rev: 22487
2007-08-23 06:59:30 +00:00
Andrew J Macheret
1920c48674 ICU-5859 inserted andy's code into TestConverter with slight modifications (with jdk5, you can only call encoder.flush once). Also fixed the bug in CharsetMBCS that was causing TestFromUnicode[67] to fail with the new test code.
X-SVN-Rev: 22478
2007-08-23 01:26:31 +00:00
Yoshito Umaoka
f62fc33cd7 ICU-5862 Changed the build script to combine JVM args for running tests. ANT jvmarg element with empty string did not work well on some platforms and caused an error on Java13 env.
X-SVN-Rev: 22474
2007-08-22 21:55:39 +00:00
Yoshito Umaoka
cb742a0986 ICU-5464 Merged Eclipse build targets from ICU4J 3.6.1 to 3.8 stream. Updated build targets for better preprocessor invocation.
X-SVN-Rev: 22470
2007-08-22 08:28:38 +00:00
Yoshito Umaoka
e6d880091f ICU-5769 Merge Olson 2007g data into ICU4J
X-SVN-Rev: 22465
2007-08-22 03:17:02 +00:00
Andrew J Macheret
e814cdd131 ICU-5445 reversed the changes of Changeset 22440 except for com/ibm/icu/dev/test/serializable/FormatTests.java ... everything should be as it was before Changeset 22440 except for that one file.
X-SVN-Rev: 22460
2007-08-21 21:59:48 +00:00
Doug Felt
f82449e027 ICU-5867 look up holiday data from right place
X-SVN-Rev: 22459
2007-08-21 21:54:52 +00:00
Yoshito Umaoka
b779b1125b ICU-5445 Patched a problem which was revealed by the Andrew's bug fix in DateFormat CompatibilityTest
X-SVN-Rev: 22450
2007-08-21 07:54:36 +00:00
George Rhoten
032bf4b1f2 ICU-5739 Readd some important documentation and formatting.
Simplify some encoding methods.

X-SVN-Rev: 22449
2007-08-21 06:40:17 +00:00
George Rhoten
bf5ecff090 ICU-5854 Use standard ICU4J indentation, and fix some Eclipse warnings.
X-SVN-Rev: 22448
2007-08-21 05:41:14 +00:00
Steven R. Loomis
8532d3274e ICU-5854 some random codepage -> ascii
X-SVN-Rev: 22447
2007-08-21 05:20:10 +00:00
Yoshito Umaoka
6071e89e36 ICU-5862 Fixed a TYPO - WARINNG
X-SVN-Rev: 22445
2007-08-21 03:11:38 +00:00
George Rhoten
bcf05ee225 ICU-5857 Fix ICU4J file properties in svn
X-SVN-Rev: 22444
2007-08-21 03:03:08 +00:00
Andrew J Macheret
044ccb368f ICU-5445 set the header back
X-SVN-Rev: 22441
2007-08-21 01:46:28 +00:00
Andrew J Macheret
2bcce680c9 ICU-5445 Fixed ~20 unused variable compiler warnings
X-SVN-Rev: 22440
2007-08-21 01:05:50 +00:00
Andrew J Macheret
42b1079c7d ICU-5849 Removed the reflection, replaced with preprocessor tags
X-SVN-Rev: 22438
2007-08-21 00:40:38 +00:00
Andrew J Macheret
e2d5b5d1be ICU-5849 Oops wrong file
X-SVN-Rev: 22437
2007-08-21 00:40:13 +00:00
Andrew J Macheret
d47fe80f02 ICU-5849 Removed the reflection, replaced with preprocessor tags
X-SVN-Rev: 22436
2007-08-21 00:38:28 +00:00
Andrew J Macheret
41d27351e7 ICU-5849 Removed the reflection, replaced with preprocessor tags
X-SVN-Rev: 22435
2007-08-21 00:38:03 +00:00
Steven R. Loomis
f65bd97954 ICU-5857 rename ICU4J -> icu4j
X-SVN-Rev: 22434
2007-08-20 23:37:31 +00:00
Steven R. Loomis
1bf9b0c124 ICU-5857 rename
X-SVN-Rev: 22433
2007-08-20 23:36:20 +00:00
Doug Felt
904a282d6c ICU-5854 add test for collator thread safety
X-SVN-Rev: 22432
2007-08-20 23:08:12 +00:00
Steven R. Loomis
eed27eff1b ICU-3487 fix for changed newDuration behavior
X-SVN-Rev: 22431
2007-08-20 22:44:35 +00:00
Yoshito Umaoka
30785c67a8 ICU-5862 Updated CodeMangler to accept defined() command and to support OR condition. Also cleaned up the build.xml to support multiple versions of Java build environment. Conditional source codes are now marked as J2SE15 by the CodeMangler tool.
X-SVN-Rev: 22430
2007-08-20 22:17:50 +00:00
Markus Scherer
132489e847 ICU-5609 add Hangul type boundaries for UCHAR_HANGUL_SYLLABLE_TYPE; fix UCharacter.getPropertyValueName() for lccc and tccc; replace test hacks and time bombs
X-SVN-Rev: 22429
2007-08-20 21:27:51 +00:00
Andy Heninger
a30bdfe2a5 ICU-5875 lowercase some icu4j dir names
X-SVN-Rev: 22423
2007-08-19 19:45:06 +00:00
Doug Felt
065cbd88e5 ICU-5854 cloned collator not thread safe - fix
X-SVN-Rev: 22420
2007-08-18 00:50:04 +00:00
Steven R. Loomis
6de3ab2b51 ICU-3487 support running under java 1.4
X-SVN-Rev: 22418
2007-08-17 20:52:55 +00:00
Yoshito Umaoka
a439b9f7f6 ICU-4567 Merged Before Minguo support in TaiwanCalendar from ICU4C to ICU4J. Changed GregorianCalendar subclasses to use a Gregorian year in EXTENDED_YEAR field. Also clean up GregorianCalendar subclasses to remove unnecessary override methods.
X-SVN-Rev: 22416
2007-08-17 04:05:08 +00:00
Steven R. Loomis
96d422e5ab ICU-3487 add javax.xml.datasource.Duration as a formattable object
X-SVN-Rev: 22413
2007-08-17 01:18:00 +00:00
Markus Scherer
14200e84ea ICU-5850 fix Bidi_Mirroring according to Unicode Corrigendum #6
X-SVN-Rev: 22410
2007-08-16 21:52:38 +00:00
Doug Felt
9eac72d4e8 ICU-5850 update ubidi.icu and add tests to check reversion of mirrored property
X-SVN-Rev: 22409
2007-08-16 21:13:45 +00:00
Andrew J Macheret
0a47d5ea22 ICU-5844 Removed an unnecessary import that caused a warning.
X-SVN-Rev: 22408
2007-08-16 20:58:17 +00:00
Andrew J Macheret
221cdc6607 ICU-5842 Refactored a variable
X-SVN-Rev: 22407
2007-08-16 20:57:24 +00:00
Andrew J Macheret
d0fc4c8217 ICU-5843 Enabled all tests
X-SVN-Rev: 22406
2007-08-16 20:55:15 +00:00
Andrew J Macheret
609f6ae81f ICU-5844 Made BOMFreeReader a static inner class
X-SVN-Rev: 22405
2007-08-16 20:53:00 +00:00
Andrew J Macheret
b7bd8df07b ICU-5849 Replaced Integer.valueOf with new Integer (for older JDKs) and replaced String.class with CharSequence.class
X-SVN-Rev: 22404
2007-08-16 20:51:21 +00:00
Matitiahu Allouche
b5e73159e4 ICU-5489 a few improvements to Javadoc
X-SVN-Rev: 22399
2007-08-16 13:40:19 +00:00
Andrew J Macheret
d8dd6ad36a ICU-5851 Replaced usage of sun.io.CharToByteConverter with java.nio.CharsetEncoder in the setup portion
X-SVN-Rev: 22397
2007-08-15 23:19:26 +00:00
Andrew J Macheret
eb3becec62 ICU-5842 Fixed the copyright badge
X-SVN-Rev: 22396
2007-08-15 23:06:45 +00:00
Andrew J Macheret
bcef399a3d ICU-4731 Changed 'new BigInteger("0")' to 'BigInteger.ZERO'
X-SVN-Rev: 22395
2007-08-15 23:04:17 +00:00
Yoshito Umaoka
6313be5b20 ICU-5551 Do not need to cast super.clone() to SimpleTimeZone in SimpleTimeZone#clone()
X-SVN-Rev: 22393
2007-08-15 20:06:54 +00:00
Yoshito Umaoka
97c6b04e4a ICU-5649 Put @deprecated comment back to @internal items
X-SVN-Rev: 22392
2007-08-15 19:33:46 +00:00
Yoshito Umaoka
6b940caff6 ICU-4731 Fixed BigInteger 0 format problem
X-SVN-Rev: 22391
2007-08-15 19:20:11 +00:00
Andrew J Macheret
e7a74b9ced ICU-5849 Added reflection to fix issues with JDK6 and sun.text.Normalizer
X-SVN-Rev: 22390
2007-08-15 18:41:30 +00:00
Andrew J Macheret
1a1b0470c6 ICU-5844 Added functionality for multi-threaded tests and initialization
X-SVN-Rev: 22389
2007-08-15 18:16:23 +00:00
Andrew J Macheret
40d7c323bd ICU-5842 Fixed a multithreading issue
X-SVN-Rev: 22388
2007-08-15 18:15:03 +00:00
Andrew J Macheret
a4a300fd9f ICU-5843 Fixed a multithreading issue
X-SVN-Rev: 22387
2007-08-15 18:14:38 +00:00
Yoshito Umaoka
000977219d ICU-5551 Changed clone() implementation not to call its constructor
X-SVN-Rev: 22386
2007-08-15 17:27:56 +00:00
George Rhoten
a23be3710f ICU-5445 Fix some Eclipse warnings.
X-SVN-Rev: 22384
2007-08-14 20:50:53 +00:00
George Rhoten
e3bfd984cf ICU-5410 Improve code coverage by removing dead code.
X-SVN-Rev: 22381
2007-08-14 20:06:10 +00:00
Yoshito Umaoka
6e071a5cc9 ICU-5466 Fix ChineseCalendar#toString() crash problem
X-SVN-Rev: 22377
2007-08-14 17:38:23 +00:00
Andrew J Macheret
e0701bc89e ICU-5844 Updated to work for icu4j 3.8 (and for those that compare versions, to compare 3.8 to 3.6)
X-SVN-Rev: 22375
2007-08-13 23:20:09 +00:00
Andrew J Macheret
b7c47a899f ICU-5738 Renamed the converter performance test to be more like the other perf tests
X-SVN-Rev: 22374
2007-08-13 23:12:40 +00:00
Andrew J Macheret
1d44db6fb8 ICU-5843 Performance test for DecimalFormat
X-SVN-Rev: 22373
2007-08-13 23:11:25 +00:00
Andrew J Macheret
5f3f7eeea8 ICU-5842 Performance test for SimpleDateFormat
X-SVN-Rev: 22372
2007-08-13 23:10:47 +00:00
Yoshito Umaoka
b2b7e4e1b9 ICU-3704 Fix some calendar limit issues in various calendars. Also added a new commont test case for testing theoretical limits and included limit test cases for all calendars (some are timebombed for now).
X-SVN-Rev: 22370
2007-08-13 21:49:13 +00:00
Yoshito Umaoka
a514749bb2 ICU-4408 Change EXTENDED_YEAR used by BuddhistCalendar to use Gregorian year, like other GregorianCalendar subclasses, so it can handle leap years properly.
X-SVN-Rev: 22368
2007-08-13 21:20:52 +00:00
Steven R. Loomis
cd4313d171 ICU-4567 updated test data
X-SVN-Rev: 22367
2007-08-13 20:54:48 +00:00
Steven R. Loomis
8c862fa548 ICU-4567 data driven fmt test for J
X-SVN-Rev: 22365
2007-08-13 19:21:16 +00:00
Doug Felt
e1e81dcdd6 ICU-5838 fix typos in docs
X-SVN-Rev: 22364
2007-08-13 18:33:07 +00:00
Yoshito Umaoka
0bcad795c8 ICU-4567 Fix a compile error
X-SVN-Rev: 22362
2007-08-13 15:16:32 +00:00
Steven R. Loomis
7849815922 ICU-4567 DataDrivenCalendarTest for J
X-SVN-Rev: 22348
2007-08-10 22:08:56 +00:00
John Emmons
8f9581565f ICU-4321 Fix German number spellout rules
X-SVN-Rev: 22346
2007-08-10 19:27:36 +00:00
John Emmons
fd17626413 ICU-5104 Fix Portuguese number spellout rules
X-SVN-Rev: 22343
2007-08-10 16:53:39 +00:00
John Emmons
3a66e3ebd8 ICU-4930 Fix number spellout for Italian
X-SVN-Rev: 22330
2007-08-09 20:30:02 +00:00
Eric Mader
e24fdaf785 ICU-4758 Use tava.text.MessageFormat instead of com.ibm.icu.text.MessageFormat so the tool doesn't depend on all of ICU4J.
X-SVN-Rev: 22326
2007-08-09 00:58:32 +00:00
Yoshito Umaoka
35a19cf658 ICU-5454 Fixed getID problem in VTimeZone and updated the test case.
X-SVN-Rev: 22310
2007-08-08 00:45:02 +00:00
Steven R. Loomis
c7013ddaf0 ICU-3487 duration fix for serialization test
X-SVN-Rev: 22309
2007-08-07 23:23:27 +00:00
John Emmons
6ef9660bab ICU-5828 Remove provisional data from ICU
X-SVN-Rev: 22308
2007-08-07 23:21:30 +00:00
Yoshito Umaoka
8b02d73006 ICU-3487 Support Java 1.3/1.4. Replaced StringBuilder with StringBuffer and Character#isWhitespace with UCharacter#isWhitespace.
X-SVN-Rev: 22302
2007-08-07 13:58:28 +00:00
Steven R. Loomis
327998254e ICU-3487 Duration implementation checkin
X-SVN-Rev: 22293
2007-08-06 23:22:53 +00:00
Yoshito Umaoka
45119f09a5 ICU-5820 Update Jamo-Latin transliterator test cases to match the latest CLDR data
X-SVN-Rev: 22291
2007-08-06 22:19:53 +00:00
John Emmons
95bfb2c80d ICU-5761 Latest CLDR data updates
X-SVN-Rev: 22289
2007-08-06 21:32:28 +00:00
Yoshito Umaoka
11f52a5816 ICU-5801 Updated ICU4J readme.html for 3.8d01.
X-SVN-Rev: 22272
2007-08-04 02:07:57 +00:00
Yoshito Umaoka
232177b1b5 ICU-5801 Fix JavaDoc errors.
X-SVN-Rev: 22271
2007-08-04 01:25:39 +00:00
Yoshito Umaoka
1a470232af ICU-5820 Temporarily disable the test case for ch for 3.8d01. This test case must be re-enabled after Latin-Jamo transliterator data is updated
X-SVN-Rev: 22267
2007-08-04 00:09:52 +00:00
Mark Davis
c68a28f9ee ICU-5469 made stable
X-SVN-Rev: 22259
2007-08-03 18:38:50 +00:00
Mark Davis
a9fcf0b0c4 ICU-5649 fixing @internal etc
X-SVN-Rev: 22258
2007-08-03 18:34:13 +00:00
Mark Davis
e3ead301ec ICU-5649 fixing @internal etc
X-SVN-Rev: 22257
2007-08-03 18:32:19 +00:00
Mark Davis
519fd16d06 ICU-5820 added tests for correct jamo behavior. 'ch' won't work right until the new file is added
X-SVN-Rev: 22256
2007-08-03 18:12:08 +00:00
Mark Davis
572828f37e ICU-5817 fixed names, etc
X-SVN-Rev: 22255
2007-08-03 16:30:46 +00:00
George Rhoten
c697044e6a ICU-5445 Fix some compiler warnings.
X-SVN-Rev: 22250
2007-08-02 06:55:01 +00:00
George Rhoten
7f87a590f5 ICU-5445 Undo last change.
X-SVN-Rev: 22249
2007-08-02 06:52:34 +00:00
George Rhoten
f127e1892e ICU-5445 Fix some compiler warnings, and remove unused code.
X-SVN-Rev: 22247
2007-08-01 23:46:24 +00:00
George Rhoten
8f7969713c ICU-5445 Fix some compiler warnings.
X-SVN-Rev: 22246
2007-08-01 23:29:02 +00:00
Yoshito Umaoka
77a1d21421 ICU-5801 Replaced TABs with SPs in java source codes
X-SVN-Rev: 22245
2007-08-01 23:07:09 +00:00
Yoshito Umaoka
b16d6d79c7 ICU-5818 Revert the build script changes made for #4674 and let javac to collect dependencies in ICU4J module build targets
X-SVN-Rev: 22242
2007-08-01 20:59:19 +00:00
Mark Davis
a774b353b0 ICU-5789 fixed dangling set of Transliterator.DEBUG
X-SVN-Rev: 22241
2007-08-01 20:50:03 +00:00
Michael Ow
f6389fcfa1 ICU-5410 Reenable code for exhaustive test.
X-SVN-Rev: 22240
2007-08-01 17:58:25 +00:00
Mark Davis
4ccfac9741 ICU-5817 fix quoting
X-SVN-Rev: 22239
2007-08-01 17:08:07 +00:00
Mark Davis
3f7da20026 ICU-5817 fix quoting
X-SVN-Rev: 22238
2007-08-01 17:06:09 +00:00
Mark Davis
3f7c287d29 ICU-5816 Add StringTransform
X-SVN-Rev: 22237
2007-08-01 16:57:09 +00:00
Mark Davis
ab28bbfdb4 ICU-5816 Add StringTransform
X-SVN-Rev: 22236
2007-08-01 16:54:24 +00:00
Mark Davis
1a46d7e04d ICU-5789 fixed problem with cursor
X-SVN-Rev: 22235
2007-08-01 16:45:45 +00:00
Mark Davis
73dec01862 ICU-5789 fixed problem with cursor
X-SVN-Rev: 22234
2007-08-01 16:45:03 +00:00
Mark Davis
d167d28521 ICU-5789 fixed problem with cursor
X-SVN-Rev: 22232
2007-08-01 16:44:12 +00:00
Yoshito Umaoka
d28cb2edce ICU-5761 Made Jamo transliterator test cases work with CLDR1.5 data.
X-SVN-Rev: 22225
2007-07-31 23:15:08 +00:00
George Rhoten
59c9ddc5f2 ICU-5682 Synchronize ICU4J and ICU4C error handling in IDNA
X-SVN-Rev: 22221
2007-07-31 21:11:14 +00:00
Markus Scherer
f432dcfdda ICU-4935 add toTitleCase(with options), and options TITLECASE_NO_LOWERCASE and TITLECASE_NO_BREAK_ADJUSTMENT
X-SVN-Rev: 22220
2007-07-31 20:56:05 +00:00
Michael Ow
59c60af09a ICU-5410 Reenable code that was commented out for exhuastive test.
X-SVN-Rev: 22219
2007-07-31 20:10:46 +00:00
Yoshito Umaoka
20ad690df9 ICU-5801 Update icudata.jar to synchronize the data with ICU4C. This change will trigger some Jamo-Latin transliteration issue which need to be fixed soon. Also, updating RoundTripTest to resolve Tamil roundtrip conversion problem.
X-SVN-Rev: 22213
2007-07-31 01:47:04 +00:00
Michael Ow
a65ebd233e ICU-5444 Fix exhaustive test bug for ISCII Charset.
X-SVN-Rev: 22211
2007-07-31 00:42:46 +00:00
Andrew J Macheret
d5071eada2 ICU-5739 fixed bad behavior inside smBufDecode and smBufEncode
X-SVN-Rev: 22210
2007-07-30 21:19:52 +00:00
Andrew J Macheret
2d83469620 ICU-5739 fixed bad behavior inside smBufDecode and smBufEncode
X-SVN-Rev: 22209
2007-07-30 21:07:59 +00:00
Yoshito Umaoka
a575dd2f2c ICU-5801 Fix JDK1.3/eclipse build problems
X-SVN-Rev: 22208
2007-07-30 15:08:58 +00:00
Matitiahu Allouche
d5e7008d00 ICU-5489 add a few paragraphs of Javadoc
X-SVN-Rev: 22206
2007-07-29 20:29:44 +00:00
George Rhoten
01bd6c17ac ICU-5445 Fix some compiler warnings.
X-SVN-Rev: 22203
2007-07-28 17:50:07 +00:00
George Rhoten
264ecea62d ICU-5410 Remove superfluous clover:off comments, and fix a compiler warning. ICU4J depends on these Utility functions. If the core library depends on a function, it should be tested too. Unit testing is a part of good testing design. If only the tests need them, then it should be moved out of the core library. If a function isn't used, comment it out.
clover:off should only be used when code can only be executed under hard to reproduce configurations or error conditions.

X-SVN-Rev: 22202
2007-07-28 17:32:14 +00:00
Yoshito Umaoka
8b18161b15 ICU-5801 Update and clean up Java doc comments in some files.
X-SVN-Rev: 22200
2007-07-28 06:15:40 +00:00
Yoshito Umaoka
e4abfeb29e ICU-5801 Update ICU4J version number to 3.8. Merge the CLDR 1.5 data as icudt38b. Also changed some time bombs to pass the test cases.
X-SVN-Rev: 22199
2007-07-28 05:52:41 +00:00
Steven R. Loomis
7a61d7b283 ICU-3487 initial checkin of duration API
X-SVN-Rev: 22198
2007-07-28 05:26:02 +00:00
Steven R. Loomis
c182964c09 ICU-5761 improve the test, more verbosity, better bundle name as a test
X-SVN-Rev: 22192
2007-07-27 23:11:25 +00:00
Steven R. Loomis
4968a7b1a1 ICU-5761 fix icudata.jar checkin (without bad locale data)
X-SVN-Rev: 22190
2007-07-27 23:06:40 +00:00
Steven R. Loomis
521c524a07 ICU-5761 correct icudata.jar
X-SVN-Rev: 22189
2007-07-27 22:43:27 +00:00
Yoshito Umaoka
7325d6b0c3 ICU-5801 Remove LRUMapTest, which no longer exists
X-SVN-Rev: 22187
2007-07-27 22:32:49 +00:00
Steven R. Loomis
67f6c30a69 ICU-5761 update icu4j ( for cldrbug 1480 zh_Hant )
X-SVN-Rev: 22186
2007-07-27 22:17:44 +00:00
Eric Mader
358e8beee3 ICU-5805 Clean up edit of conflict.
X-SVN-Rev: 22183
2007-07-27 20:01:11 +00:00
John Emmons
b043e6e69e ICU-5761 CLDR 1.5 data integration
X-SVN-Rev: 22181
2007-07-27 19:31:21 +00:00
Eric Mader
cb2850fd39 ICU-5805 Update copyright notices for ICU 3.8.
X-SVN-Rev: 22179
2007-07-27 17:58:47 +00:00
Eric Mader
c91d5ad3d8 ICU-5805 Update copyright notices for ICU 3.8.
X-SVN-Rev: 22178
2007-07-27 17:51:45 +00:00
Eric Mader
9b1aba803b ICU-5805 Update copyright notices for ICU 3.8.
X-SVN-Rev: 22177
2007-07-27 17:50:14 +00:00
Eric Mader
eb022ed871 ICU-5805 Update copyright notices for ICU 3.8.
X-SVN-Rev: 22176
2007-07-27 17:43:30 +00:00
Yoshito Umaoka
66719e8eec ICU-5801 Remove LinkedHashMap/LRUMap/SoftCache, which are no longer used. I forgot to mark them to delete in the previous code submission.
X-SVN-Rev: 22175
2007-07-27 15:22:09 +00:00
Matitiahu Allouche
0d01b56c52 ICU-5489 added some tests
X-SVN-Rev: 22174
2007-07-27 15:20:03 +00:00
Yoshito Umaoka
198f767c63 ICU-5801 Remove LinkedHashMap/LRUMap/SoftCache, which are no longer used. They were replaced with ICUCache/SimpleCache.
X-SVN-Rev: 22173
2007-07-27 15:18:01 +00:00
Matitiahu Allouche
ca953c724c ICU-5489 change reorderingOptions to short, remove some unused code
X-SVN-Rev: 22172
2007-07-27 15:08:56 +00:00
Yoshito Umaoka
5e54571c3f ICU-5801 Update module build contents
X-SVN-Rev: 22171
2007-07-27 14:54:10 +00:00
Yoshito Umaoka
a08f0b787c ICU-5801 Promote many draft APIs to stable. Added an option to write out status comment version in the doc tool gatherAPI. Checked in 3.6 api file.
X-SVN-Rev: 22163
2007-07-26 23:28:59 +00:00
Steven R. Loomis
b742b8f47e ICU-5761 cldr 1.5d1 data update from icu4c r22158
X-SVN-Rev: 22160
2007-07-26 22:22:12 +00:00
Yoshito Umaoka
d6f1b3c9b6 ICU-5731 Updated SimpleDateFormat.java to merge Doug's feedback.
X-SVN-Rev: 22155
2007-07-26 19:03:51 +00:00
Yoshito Umaoka
e97a6aa356 ICU-5649 Changed UResourceBundle#getBundleInstance which takes ULocale as an argument from @internal to @draft
X-SVN-Rev: 22150
2007-07-26 15:07:34 +00:00
Steven R. Loomis
11310aa327 ICU-4567 comment changes
X-SVN-Rev: 22143
2007-07-25 18:32:35 +00:00
George Rhoten
b1e31dfbda ICU-5445 Fix some compiler warnings.
X-SVN-Rev: 22141
2007-07-25 07:42:33 +00:00
George Rhoten
b2f8966433 ICU-5445 Fix some compiler warnings.
X-SVN-Rev: 22140
2007-07-25 07:34:33 +00:00
Yoshito Umaoka
283fa8f668 ICU-5559 Use GMT when offset sepcified in the custom ID is 0. Also updated some code to match ICU4C implementation
X-SVN-Rev: 22128
2007-07-24 21:35:48 +00:00
Yoshito Umaoka
699e263039 ICU-5736 Updated Utility#splitString(String, String) to treat the target string as string literal, not regular expression. Replaced TAB with SPs.
X-SVN-Rev: 22123
2007-07-24 16:15:22 +00:00
Yoshito Umaoka
67b0330ac7 ICU-5559 Use RFC822 format for custom time zone IDs.
X-SVN-Rev: 22117
2007-07-23 23:30:51 +00:00
Eric Mader
1980723deb ICU-5376 changes for unsigned comparisons.
X-SVN-Rev: 22116
2007-07-23 23:26:48 +00:00
Yoshito Umaoka
aecb5a1d44 ICU-5801 Add svn:eol-style:native to DateNumberFormat.java
X-SVN-Rev: 22115
2007-07-23 21:26:22 +00:00
George Rhoten
05c292d609 ICU-5410 There is no need to perform reflection to get access to package private API. The callbacks will be introduced as public API in a future release of ICU.
X-SVN-Rev: 22114
2007-07-23 20:56:49 +00:00
Doug Felt
96bd6210fe ICU-5736 update javadoc to add provisional
X-SVN-Rev: 22113
2007-07-23 20:32:04 +00:00
Doug Felt
3afccb1c98 ICU-5736 update javadoc, fix 1.3 compatibility issue
X-SVN-Rev: 22112
2007-07-23 20:13:10 +00:00
George Rhoten
804cf05cd6 ICU-5444 Don't allocate substitution characters for callbacks so frequently.
X-SVN-Rev: 22111
2007-07-23 20:11:08 +00:00
George Rhoten
54df360716 ICU-5410 Remove unnesessary CLOVER:OFF tags
X-SVN-Rev: 22109
2007-07-23 18:50:45 +00:00
George Rhoten
f28f2ebdd6 ICU-5410 Improve code coverage by commenting out unused code.
X-SVN-Rev: 22108
2007-07-23 18:39:27 +00:00
George Rhoten
9b69930ae6 ICU-5410 Improve code coverage by commenting out unused code.
X-SVN-Rev: 22107
2007-07-23 18:37:49 +00:00
Yoshito Umaoka
d1c15f6f75 ICU-5795 Deleted com/ibm/icu/impl/data/DateData.java which is no longer used
X-SVN-Rev: 22106
2007-07-23 18:24:24 +00:00
Yoshito Umaoka
70a05876f0 ICU-5407 Removed com.ibm.icu.impl.CollectionUtilities and merged the contents into com.ibm.icu.dev.test.util.CollectionUtilities. Moved com.ibm.icu.impl.PrettyPrinter to com.ibm.icu.dev.test.util package.
X-SVN-Rev: 22105
2007-07-23 16:12:24 +00:00
Matitiahu Allouche
3698119af4 ICU-5489 added some tests
X-SVN-Rev: 22103
2007-07-23 15:31:13 +00:00
Matitiahu Allouche
6d646e3fb6 ICU-5489 change out-of-memory exception handling, add some fixes
X-SVN-Rev: 22102
2007-07-23 15:29:59 +00:00
Yoshito Umaoka
531cd3623a ICU-5736 Changed Java 5 API usages to Java 1.4 equivalents
X-SVN-Rev: 22101
2007-07-23 14:42:12 +00:00
Yoshito Umaoka
9674ebb255 ICU-5801 Fix jar packaging problem. cnvalias.icu was accidentally included in core jar because of bad path definition in build.xml
X-SVN-Rev: 22100
2007-07-23 14:07:05 +00:00
George Rhoten
ef4a3c962e ICU-5714 Use SupplementalData instead of CurrencyData
X-SVN-Rev: 22097
2007-07-22 22:10:19 +00:00
Matitiahu Allouche
ceed5b7d8a ICU-5489 added some tests
X-SVN-Rev: 22094
2007-07-22 20:04:33 +00:00
Matitiahu Allouche
dc646cd968 ICU-5489 fix API for JDK 1.4 compatibility
X-SVN-Rev: 22093
2007-07-22 20:03:04 +00:00
Andrew J Macheret
6cfe4d9d26 ICU-5410 Improved code coverage for CharsetCallback to 100%
X-SVN-Rev: 22092
2007-07-21 04:48:40 +00:00
Andrew J Macheret
0f3785e941 ICU-5738 Adding data to the icu4j charset conversion performance tests
X-SVN-Rev: 22089
2007-07-20 22:05:25 +00:00
Yoshito Umaoka
806c22fc2c ICU-5730 Adding new Java 6 APIs in DecimalFormatSymbols and DateFormatSymbols
X-SVN-Rev: 22088
2007-07-20 21:41:24 +00:00
Andrew J Macheret
9a53e88df6 ICU-5410 Improved code coverage for UTF-8
X-SVN-Rev: 22086
2007-07-20 21:03:40 +00:00
Eric Mader
b8537c67b2 ICU-4082 remove copyright variable.
X-SVN-Rev: 22084
2007-07-20 20:39:13 +00:00
Eric Mader
f6a204fa40 ICU-4082 remove unused (and incorrect) MONTH_COUNT.
X-SVN-Rev: 22082
2007-07-20 19:51:46 +00:00
Andrew J Macheret
2219a8edcd ICU-5738 Generalized the icu4j charset conversion performance test to work on any directory structure
X-SVN-Rev: 22081
2007-07-20 19:49:46 +00:00
Yoshito Umaoka
bb52daffc9 ICU-5454 Resolved a JavaDoc warning caused by unmatched param name
X-SVN-Rev: 22080
2007-07-20 18:56:22 +00:00
Yoshito Umaoka
2537b84863 ICU-3778 Removed @param status from JavaDoc comment for getTZDataVersion
X-SVN-Rev: 22079
2007-07-20 18:54:37 +00:00
Yoshito Umaoka
92f1169b02 ICU-5736 Resolved JavaDoc warnings.
X-SVN-Rev: 22077
2007-07-20 18:47:21 +00:00
Yoshito Umaoka
47339874b6 ICU-5792 Resolved JavaDoc warnings and add @provisional comments. Also replace TABs with SPs
X-SVN-Rev: 22076
2007-07-20 18:46:23 +00:00
George Rhoten
5a20f226e8 ICU-5445 Fix some compiler warnings.
X-SVN-Rev: 22075
2007-07-20 17:59:24 +00:00
George Rhoten
a9183a36fa ICU-5410 Improve code coverage by commenting out unused private code.
X-SVN-Rev: 22074
2007-07-20 17:57:53 +00:00
George Rhoten
26f13a506a ICU-5410 Improve code coverage by commenting out unused code.
X-SVN-Rev: 22073
2007-07-20 05:42:21 +00:00
Claire Ho
14ec796e2d ICU-5795 use ICU resource bundle instead of Java resource files in DateTimePatternGenerator.java
X-SVN-Rev: 22072
2007-07-20 05:09:13 +00:00
George Rhoten
544112e403 ICU-5784 Better error output.
X-SVN-Rev: 22071
2007-07-20 05:08:55 +00:00
George Rhoten
915152d003 ICU-5410 Improve code coverage by refactoring code.
X-SVN-Rev: 22070
2007-07-20 04:52:20 +00:00
George Rhoten
549c978dd3 ICU-5410 Improve code coverage by refactoring code.
X-SVN-Rev: 22068
2007-07-20 02:22:45 +00:00
Yoshito Umaoka
5df457fd55 ICU-3778 Added getTZDataVersion in TimeZone class
X-SVN-Rev: 22065
2007-07-19 23:25:15 +00:00
George Rhoten
dd9a01c671 ICU-5783 Try out macros for different versions of Java
X-SVN-Rev: 22064
2007-07-19 22:52:39 +00:00
Andrew J Macheret
a346ba9282 ICU-5784 All bugs fixed.
X-SVN-Rev: 22062
2007-07-19 20:53:32 +00:00
George Rhoten
b3e1ed11b0 ICU-5445 Fix some Eclipse warnings.
X-SVN-Rev: 22061
2007-07-19 20:48:04 +00:00
Yoshito Umaoka
ef8a0465f0 ICU-5731 Update JavaDoc comments
X-SVN-Rev: 22050
2007-07-19 02:53:22 +00:00
Doug Felt
5fae3ffc54 ICU-5792 add named arguments to MessageFormat
X-SVN-Rev: 22049
2007-07-19 02:11:54 +00:00
Eric Mader
d19ad0ca1d ICU-4082 Add SerializableTest handler for IndianCalendar class.
X-SVN-Rev: 22044
2007-07-19 00:33:36 +00:00
Eric Mader
7b023cc660 ICU-4082 Initial checkin of Indian calendar.
X-SVN-Rev: 22042
2007-07-18 23:43:50 +00:00
Yoshito Umaoka
345d157afc ICU-5731 Merging formatToCharacterIterator implementation for MessageFormat and DateFormat from yoshito's personal branch to the trunk
X-SVN-Rev: 22040
2007-07-18 23:05:17 +00:00
George Rhoten
e11c31ab38 ICU-5407 Remove unused variable.
X-SVN-Rev: 22039
2007-07-18 21:55:32 +00:00
George Rhoten
38c4673fb7 ICU-5784 Clarify some documentation on new charsetForName API.
X-SVN-Rev: 22038
2007-07-18 21:53:38 +00:00
Doug Felt
c1f25dcbc3 ICU-5736 merged from -r 21666:22030 branches/dougfelt/plurals
X-SVN-Rev: 22035
2007-07-18 18:52:48 +00:00
Vladimir Weinstein
4b3727a8b0 ICU-5410 roll back removing API. It is actually used by CLDR tools, and they break if it is not there.
X-SVN-Rev: 22032
2007-07-18 17:29:20 +00:00
Michael Ow
2e968367ed ICU-1234 Testing copyright checking.
X-SVN-Rev: 22015
2007-07-17 19:45:28 +00:00
Michael Ow
59f0c10f52 ICU-1234 Testing copyright checking.
X-SVN-Rev: 22014
2007-07-17 19:39:35 +00:00
Michael Ow
edaa9fb834 ICU-1234 Testing copyright checking.
X-SVN-Rev: 22013
2007-07-17 19:26:15 +00:00
Michael Ow
e92c0d36f3 ICU-5410 Improve code coverage for UTF16. Comment out unreachable code in UTF16.
X-SVN-Rev: 22005
2007-07-16 23:15:12 +00:00
Steven R. Loomis
707a17fae1 ICU-4567 data driven test basis
X-SVN-Rev: 22003
2007-07-16 22:06:17 +00:00
George Rhoten
dcf48124cc ICU-5656 Remove unused file
X-SVN-Rev: 21999
2007-07-16 19:02:30 +00:00
Michael Ow
4c888fe973 ICU-5410 Improve code coverage for UTF-8 decoder.
X-SVN-Rev: 21997
2007-07-16 18:30:09 +00:00
Matitiahu Allouche
f7f3dd4244 ICU-5489 remove some private methods which are not used anyway; this will improve test coverage.
X-SVN-Rev: 21992
2007-07-16 07:55:54 +00:00
George Rhoten
18feb5702e ICU-5744 Use DataInputStream.readFully instead of DataInputStream.read
X-SVN-Rev: 21990
2007-07-15 22:37:18 +00:00
George Rhoten
395deb0564 ICU-5784 Partially undo last fix for UTF-32.
X-SVN-Rev: 21989
2007-07-15 22:23:21 +00:00
Michael Ow
db4ec4f9d0 ICU-5410 Improve code coverage for UTF8 decoder.
X-SVN-Rev: 21986
2007-07-15 05:46:28 +00:00
George Rhoten
12102e94b0 ICU-5784 Better fix for double substitution.
X-SVN-Rev: 21985
2007-07-14 18:47:27 +00:00
Michael Ow
d21643cfbf ICU-5410 Improve code coverage for UTF8 encoder.
X-SVN-Rev: 21984
2007-07-14 16:08:58 +00:00
George Rhoten
670a36a8cc ICU-5784 Fix a double substitution.
X-SVN-Rev: 21982
2007-07-14 05:04:04 +00:00
George Rhoten
f7b943c98e ICU-5784 Mostly documentation updates
X-SVN-Rev: 21980
2007-07-14 02:27:14 +00:00
Andrew J Macheret
7210dac2fb ICU-5784 Take that back, the fix for #8 is bad, need to produce a better fix
X-SVN-Rev: 21979
2007-07-14 01:48:17 +00:00
Andrew J Macheret
d1a6d204cb ICU-5784 Fix for TestForUnicode[8] in TestConversion (double substitution character in result)
X-SVN-Rev: 21978
2007-07-14 01:18:46 +00:00
Andrew J Macheret
91b87f249d ICU-5784 API Added. Upon enabling the tests in TestConversion that required this API, a number of them failed. CharsetMBCS, CharsetEncoderICU and CharsetDecoderICU required changes to fix these issues. There are still a few tests that are failing in TestFromUnicode in TestConversion: 8, 57, 64, 65, 66.
X-SVN-Rev: 21977
2007-07-13 23:21:08 +00:00
Michael Ow
85536a2691 ICU-5410 Improve code coverage for UTF-8.
X-SVN-Rev: 21976
2007-07-13 23:18:41 +00:00
George Rhoten
9e731f9f52 ICU-5783 Add CharsetEncoderICU fallback API, and remove original private implementation.
X-SVN-Rev: 21974
2007-07-13 22:27:48 +00:00
Michael Ow
40268bd4fb ICU-5410 Increase code coverage for UTF32 up to desired level. Commented out unreachable code in UTF32 decoder.
X-SVN-Rev: 21954
2007-07-12 21:20:42 +00:00
Michael Ow
217d931e35 ICU-5410 Improve code coverage for UTF32 generic encoder.
X-SVN-Rev: 21953
2007-07-12 17:59:18 +00:00
Matitiahu Allouche
43410b4db8 ICU-5489 some fixes for REORDER_RUNS_ONLY mode
X-SVN-Rev: 21952
2007-07-12 07:53:45 +00:00
George Rhoten
7c46afb68c ICU-5765 Fix windows-1252 partial surrogate conversion error behavior.
X-SVN-Rev: 21951
2007-07-12 06:21:02 +00:00
Yoshito Umaoka
01a7275228 ICU-5780 Added description for new pattern letters
X-SVN-Rev: 21949
2007-07-11 21:20:28 +00:00
Yoshito Umaoka
9e243a25fc ICU-5780 Remove [spark/CDL] from the NumberFormat.Field description
X-SVN-Rev: 21948
2007-07-11 21:19:40 +00:00
George Rhoten
9545d22de1 ICU-5778 Add test for gb18030 enumeration and fix failures
X-SVN-Rev: 21946
2007-07-11 03:30:01 +00:00
George Rhoten
1525ef9dcf ICU-5410 Improve code coverage by removing dead code.
X-SVN-Rev: 21944
2007-07-11 01:02:51 +00:00
George Rhoten
23572923be ICU-5410 Improve code coverage by removing dead code.
detectUnicodeSignature should be proposed as a part of a more complete ICU API.

X-SVN-Rev: 21943
2007-07-11 00:30:04 +00:00
George Rhoten
41a00b11d8 ICU-5445 Fix some compiler warnings.
X-SVN-Rev: 21942
2007-07-10 22:52:02 +00:00
George Rhoten
85c7b6807b ICU-5777 Reenable tests that were found with this ticket.
X-SVN-Rev: 21941
2007-07-10 22:45:41 +00:00
Andrew J Macheret
5b9df5edd0 ICU-5777 Fixed caseNrs 58, 63, 67 in TestConversion. CharsetMBCS.cbFromUWriteSub was not handling shift characters correctly, and there was a goto that was not ported from icu4c to icu4j correctly that caused surrogate-pairs not to be encoded correctly. Fixed these issues.
X-SVN-Rev: 21940
2007-07-10 22:27:21 +00:00
Michael Ow
b927bb5189 ICU-5410 Improve code coverage in UTF32 by fixing unreachable code during the writing of BOM.
X-SVN-Rev: 21938
2007-07-10 21:04:37 +00:00
George Rhoten
ffdf8ead9b ICU-5410 Improve code coverage by removing dead code.
X-SVN-Rev: 21937
2007-07-10 21:01:57 +00:00
Yoshito Umaoka
060e97c02b ICU-5454 Do not add RDATE line when no transition is available. Added more test cases to improve test coverage.
X-SVN-Rev: 21935
2007-07-10 18:38:06 +00:00
Yoshito Umaoka
abbc83a287 ICU-5454 Added clone implementation in RuleBasedTimeZone and VTimeZone. A bug fix in VTimeZone#write#write to put required new line codes. More test cases to imrove the code coverage.
X-SVN-Rev: 21932
2007-07-09 22:41:48 +00:00
Michael Ow
25a53a3a87 ICU-5410 Fixed some commented out test for better code coverage.
X-SVN-Rev: 21923
2007-07-06 23:19:37 +00:00
Michael Ow
ccc581a96c ICU-5768 Added the storing of the mode in the constructor of UTF-32 LE and BE for correct endianness. Also, test for the charset was added to test BOM testing.
X-SVN-Rev: 21922
2007-07-06 21:32:51 +00:00
Yoshito Umaoka
2563257241 ICU-5454 Added more test cases and a bug fix in AnnualTimeZoneRule
X-SVN-Rev: 21921
2007-07-06 21:10:10 +00:00
Steven R. Loomis
b7054c1363 ICU-4265 Johannesburg, better test
X-SVN-Rev: 21919
2007-07-05 22:58:05 +00:00
Steven R. Loomis
8b86b38b35 ICU-4265 regression test for already fixed bug, Johannesburg Shifted
X-SVN-Rev: 21918
2007-07-05 22:54:49 +00:00
Michael Ow
ac1ccad107 ICU-5768 Fixed the while loop for the BOM detection. Also, fixed the getChar in UTF32BE so that it will give a BE character instead of LE.
X-SVN-Rev: 21914
2007-07-05 21:40:11 +00:00
George Rhoten
78ea0a4f4c ICU-5410 Comment out unused code.
X-SVN-Rev: 21911
2007-07-04 17:22:32 +00:00
George Rhoten
ac5fec283e ICU-5410 Remove unused code.
X-SVN-Rev: 21910
2007-07-04 07:34:54 +00:00
George Rhoten
4fefe10fc1 ICU-5410 Make it easier to find unreachable code by using the private keyword instead of protected for MBCS specific functions.
X-SVN-Rev: 21908
2007-07-03 21:59:36 +00:00
George Rhoten
29c90edd62 ICU-5410 Improve ICU4J code coverage for some charsets
X-SVN-Rev: 21907
2007-07-03 21:57:21 +00:00
Andrew J Macheret
b89df0dec4 ICU-5739 removed a comment
X-SVN-Rev: 21901
2007-07-03 18:53:09 +00:00
George Rhoten
98a2fb1440 ICU-5445 Fix some compiler warnings.
X-SVN-Rev: 21900
2007-07-03 15:21:53 +00:00
Matitiahu Allouche
d5818e4e90 ICU-5489 fix for //#ifdef FOUNDATION
X-SVN-Rev: 21897
2007-07-03 13:54:00 +00:00
George Rhoten
e3f6d4bea9 ICU-5765 Reenable some tests that should have been time bombed.
X-SVN-Rev: 21896
2007-07-02 22:45:48 +00:00
Andrew J Macheret
c9911ee33f ICU-5739 improved performance and correctness of charsets ascii, 8859-1 & utf-8, and increased testing coverage for ascii and 8859-1.
X-SVN-Rev: 21894
2007-07-02 22:08:31 +00:00
Yoshito Umaoka
324113a03c ICU-5454 Fix test execution problem on java 1.3 environment, which was introduced when JDKTimeZone was removed
X-SVN-Rev: 21891
2007-07-02 19:14:53 +00:00
Yoshito Umaoka
c86599a602 ICU-5489 Exclude TestCompatibility from jdk1.3/eclipse build targets
X-SVN-Rev: 21890
2007-07-02 19:13:03 +00:00
George Rhoten
c29558e875 ICU-5445 Fix some compiler warnings.
X-SVN-Rev: 21889
2007-07-02 15:47:57 +00:00
George Rhoten
3f3aa925cc ICU-5445 Fix some compiler warnings.
X-SVN-Rev: 21887
2007-07-02 15:25:51 +00:00
Matitiahu Allouche
e1ee281cf9 ICU-5489 minor changes + real content for testCompatibility
X-SVN-Rev: 21884
2007-07-01 23:14:51 +00:00
Matitiahu Allouche
5e9545d445 ICU-5489 put some order in exceptions thrown
X-SVN-Rev: 21883
2007-07-01 23:12:26 +00:00
Michael Ow
0e22cc42c7 ICU-3840 Add Unicode 5.0 characters for Gurmukhi in ISCII converter.
X-SVN-Rev: 21880
2007-06-30 23:29:18 +00:00
Yoshito Umaoka
469a86a20d ICU-5765 A couple of UTF-8 fromUnicode test cases are failing on Java 6. Set a timebomb and ignore the errors for 3.8 M2
X-SVN-Rev: 21878
2007-06-30 06:46:12 +00:00
Yoshito Umaoka
a9f2bff291 ICU-5765 Set a timebomb to one fromUnicode test case failing in the trunk for ICU4J 3.8M2.
X-SVN-Rev: 21875
2007-06-30 05:29:11 +00:00
Yoshito Umaoka
f5ef904558 ICU-5135 Update to tzdata 2007f for ICU4J 3.8M2.
X-SVN-Rev: 21874
2007-06-30 04:50:35 +00:00
Yoshito Umaoka
1b83ec29fe ICU-4567 Added serialization test case for TaiwanCalendar
X-SVN-Rev: 21872
2007-06-30 02:53:36 +00:00
Yoshito Umaoka
5b5f59f7a5 ICU-2895 Fix the incorrect style check condition which triggers UnsupportedOperationException
X-SVN-Rev: 21871
2007-06-30 02:51:58 +00:00
Michael Ow
9ef6426440 ICU-3840 Update Charset ISCII to support new characters in Unicode.
X-SVN-Rev: 21869
2007-06-30 00:18:01 +00:00
Andrew J Macheret
7687097fba ICU-5605 modified the user-agent property setting, should work now
X-SVN-Rev: 21858
2007-06-29 20:08:29 +00:00
Steven R. Loomis
5c34e364ca ICU-2895 initial API for relative date, also NONE ( 4854 ).
X-SVN-Rev: 21857
2007-06-29 18:15:15 +00:00
Steven R. Loomis
313058c49b ICU-4567 taiwan calendar (J)
X-SVN-Rev: 21856
2007-06-29 17:28:14 +00:00
John Emmons
17fcfbbaa9 ICU-5486 CLDR 1.5 data integration for 3.8M2
X-SVN-Rev: 21847
2007-06-29 06:28:32 +00:00
Yoshito Umaoka
7e8f62da2a ICU-5756 Restore Bidi support for eclispe targets and exclude only some codes which cannot support the execution environment requirement
X-SVN-Rev: 21846
2007-06-29 04:15:34 +00:00
Yoshito Umaoka
957ecb06dd ICU-5454 Add a note about MIME encoding in VTimeZone. Also correct the condition for invoking exhaustive test cases.
X-SVN-Rev: 21844
2007-06-29 02:33:57 +00:00
Matitiahu Allouche
23d9400cc4 ICU-5489 restore a line which was accidentally omitted
X-SVN-Rev: 21843
2007-06-28 22:08:38 +00:00
Yoshito Umaoka
b9674c9d91 ICU-5756 Disabled Bidi classes and replaced String#replaceAll with String#replace in DateFormatSymbols for fixing errors in eclipse build targets
X-SVN-Rev: 21834
2007-06-27 23:08:03 +00:00
Yoshito Umaoka
f650da3019 ICU-5454 Remove Java 5 dependency in TimeArrayTimeZone#toString
X-SVN-Rev: 21833
2007-06-27 21:15:27 +00:00
Yoshito Umaoka
aeac076b75 ICU-5454 Merging RBTZ and related efforts done in yoshito's local branch to the trunk for 3.8M2
X-SVN-Rev: 21832
2007-06-27 19:26:47 +00:00
Yoshito Umaoka
c00e9a9e61 ICU-5060 Special locale mappings for Java ja_JP_JP and no_NO_NY
X-SVN-Rev: 21831
2007-06-27 13:51:31 +00:00
Michael Ow
09b82c7f60 ICU-5410 Improve code coverage for UTF-32LE encoding.
X-SVN-Rev: 21822
2007-06-25 21:38:43 +00:00
Michael Ow
eb865732e3 ICU-5410 Improve code coverage and fixed unreachable code in IMAP charset.
X-SVN-Rev: 21814
2007-06-22 19:02:49 +00:00
George Rhoten
8e1b10785e ICU-5445 Fix some compiler warnings
X-SVN-Rev: 21813
2007-06-22 16:08:19 +00:00
George Rhoten
1570c304b6 ICU-5445 Fix some compiler warnings
X-SVN-Rev: 21811
2007-06-22 15:32:13 +00:00
George Rhoten
3c166f88c4 ICU-5445 Fix some compiler warnings
X-SVN-Rev: 21810
2007-06-22 15:15:16 +00:00
Michael Ow
d0a1a3d877 ICU-5444 Remove unreachable code concerning IMAP.
X-SVN-Rev: 21803
2007-06-21 22:23:16 +00:00
Yoshito Umaoka
63caf8f79e ICU-5575 Change the version number to 3.7.2 in ICU4J
X-SVN-Rev: 21802
2007-06-21 20:43:28 +00:00
Yoshito Umaoka
09c27e4b0b ICU-5575 Updates timebombs in ICU4J test cases for 3.7.2
X-SVN-Rev: 21801
2007-06-21 19:47:36 +00:00
Yoshito Umaoka
b2aae31e2a ICU-5747 Disabling RandomCollatorTest until the test problem is resolved.
X-SVN-Rev: 21800
2007-06-21 18:16:27 +00:00
Andrew J Macheret
4fe5b428c6 ICU-5739 made the previous submission of this class more standard
X-SVN-Rev: 21798
2007-06-20 22:08:39 +00:00
John Emmons
2321dfddbf ICU-5714 Use CLDR supplemental data for generic timezone processing
X-SVN-Rev: 21797
2007-06-20 21:49:39 +00:00
Michael Ow
d46925a720 ICU-5444 Condense more if-else code for IMAP.
X-SVN-Rev: 21796
2007-06-20 21:13:31 +00:00
Michael Ow
4de056d5bf ICU-5444 Clean up the UTF-7 code by condensing some of the if-else statements to include IMAP.
X-SVN-Rev: 21793
2007-06-20 20:53:38 +00:00
Andrew J Macheret
2c261ee0fa ICU-5739 modified UCharacter's getCodePoint method to rely on UCharacter's methods rather than UCharacter's constants and updated UCharacter's surrogate checking methods for increased performance.
X-SVN-Rev: 21792
2007-06-20 18:43:39 +00:00
Andrew J Macheret
b6d5b5574b ICU-5739 fixed a minor spacing issue in the code
X-SVN-Rev: 21791
2007-06-20 18:40:15 +00:00
Michael Ow
0b3805ef29 ICU-5444 Add support full support for ISCII. Fixed UTF-7 and ISCII buffer flushing. Add the ability to flush the buffer efficiently in TestCharset.
X-SVN-Rev: 21781
2007-06-19 22:03:32 +00:00
Michael Ow
52d3440f19 ICU-5444 Fixed the classname for the IMAP converter.
X-SVN-Rev: 21778
2007-06-19 20:57:06 +00:00