Commit Graph

4782 Commits

Author SHA1 Message Date
Mark Davis
767ce18023 ICU-5608 Found problem in AnyTransliterator.register(); it was order dependent for the variants! Also, for testing CLDR, had to make that public @internal.
X-SVN-Rev: 25835
2009-04-19 09:28:43 +00:00
Mark Davis
da412b8fb5 ICU-5608 Made changes to help with debugging.
X-SVN-Rev: 25833
2009-04-19 03:38:13 +00:00
Yoshito Umaoka
55945d1d63 ICU-6854 Fixed test failure caused by missing test case file - langtagRegex.txt. The file must be under classes directory to run RegexUtilitiesTest properly.
X-SVN-Rev: 25829
2009-04-18 07:12:24 +00:00
Yoshito Umaoka
47953b6d58 ICU-6851 Updated build.xml not to compile java files, because JDK5+ no longer support Java 1.3 binaries. We only use Eclipse Java compiler to build ICU4J plug-in. Also includes various fixes for Eclipse/JDK1.3 compatibility problems recently introduced.
X-SVN-Rev: 25827
2009-04-18 06:15:24 +00:00
Mark Davis
ba0f7cc77f ICU-6220 fixed {0} {1} issue. It dragged in some other problems; see the bug report for details.
X-SVN-Rev: 25826
2009-04-18 01:53:58 +00:00
Mark Davis
4c1892f317 ICU-6834 fixed superfluous locale
X-SVN-Rev: 25825
2009-04-18 00:32:13 +00:00
Andy Heninger
3503d74f28 ICU-5340 Moved position of TransliteratorTest.TestAny() in the file after porting the test to C++, to keep the file organizations consistent.
X-SVN-Rev: 25822
2009-04-17 21:08:41 +00:00
Xiaomei Ji
8476f1f2b3 ICU-6857 change resource loading to load root resource if root is the required locale and add test case to verify root resource loading and H/h in fallback
X-SVN-Rev: 25819
2009-04-17 20:48:57 +00:00
Yoshito Umaoka
7fd16d23a3 ICU-6854 Provided a serialization test case for IllegalIcuArgumentException.
X-SVN-Rev: 25818
2009-04-17 20:35:29 +00:00
Yoshito Umaoka
ace4d5e76d ICU-6809 Remove unused import statement.
X-SVN-Rev: 25817
2009-04-17 20:10:24 +00:00
Yoshito Umaoka
db20af3baf ICU-6299 Removed unused import statements to resolve Eclipse IDE warnings.
X-SVN-Rev: 25816
2009-04-17 20:06:27 +00:00
Yoshito Umaoka
ffeeefa760 ICU-6809 Removed unused import to resolve an Eclipse IDE warning.
X-SVN-Rev: 25815
2009-04-17 20:00:28 +00:00
Yoshito Umaoka
3c39b400c9 ICU-5667 Comment out unused method to remove the eclipse IDE warning.
X-SVN-Rev: 25814
2009-04-17 19:51:06 +00:00
Xiaomei Ji
643223b7f7 ICU-6445 change the resource name of abbreviated duration format after CLDR1.7
X-SVN-Rev: 25811
2009-04-17 18:34:30 +00:00
Mark Davis
ec149ba48f ICU-6809 fixed access to file
X-SVN-Rev: 25808
2009-04-17 16:34:33 +00:00
Mark Davis
bda3b4e16c ICU-3961 Can't reproduce. Added test.
X-SVN-Rev: 25800
2009-04-16 21:36:28 +00:00
Mark Davis
cd3511d43d ICU-6299 Fixed set, added tests. There are two internal methods as part of this.
X-SVN-Rev: 25799
2009-04-16 21:00:46 +00:00
Mark Davis
54ed04585d ICU-4940 Couldn't reproduce any more. Added test.
X-SVN-Rev: 25797
2009-04-16 20:12:01 +00:00
Mark Davis
0f3a0ee9d0 ICU-5667 Could not reproduce in Java. However, added a test. If this still occurs in C (might be simplest to just port the test), then please file a separate bug.
X-SVN-Rev: 25796
2009-04-16 19:13:36 +00:00
Mark Davis
c1bac839f9 ICU-6854 Fix first file.
X-SVN-Rev: 25795
2009-04-16 19:07:07 +00:00
Mark Davis
ebc84f4f73 ICU-6794 used 2-parameter File constructor
X-SVN-Rev: 25794
2009-04-16 18:50:27 +00:00
Mark Davis
94d545bce6 ICU-5667 Could not reproduce in Java. However, added a test. If this still occurs in C (might be simplest to just port the test), then please file a separate bug.
X-SVN-Rev: 25793
2009-04-16 18:44:47 +00:00
Mark Davis
234d1ffee6 ICU-6834 Add transliterator and tests. Follows same format as Uppercase transliterator, so can be compared to that for review.
X-SVN-Rev: 25792
2009-04-16 18:00:31 +00:00
Mark Davis
ce43995232 ICU-2809 Added bnf converted (had forgotten earlier), tests. Also fixed TestAll to be in alphabetical order to make it clearer what was forgotten, and added them. Fixed the property factory to not be hardcoded.
X-SVN-Rev: 25791
2009-04-16 17:34:17 +00:00
Yoshito Umaoka
8dad237e6a ICU-6416 Move ICU4J version and ICU4J data version to 4.2.
X-SVN-Rev: 25790
2009-04-16 04:36:27 +00:00
Mark Davis
669906bfbe ICU-4200 Added extra test for width, to test 5956. Works in Java.
X-SVN-Rev: 25789
2009-04-16 03:55:56 +00:00
Mark Davis
d64ecece54 ICU-4200 Fixed crash, width problem.
X-SVN-Rev: 25785
2009-04-16 01:10:54 +00:00
Michael Ow
06ecf2a685 ICU-6843 Add put(byte[]) to ByteBuffer.
X-SVN-Rev: 25771
2009-04-14 21:13:50 +00:00
Michael Ow
7fc8dc6571 ICU-6843 Add bulk put method to ByteBuffer.
X-SVN-Rev: 25769
2009-04-14 20:08:42 +00:00
Michael Ow
8f2095fb83 ICU-6843 Add position() and put() to ICU4J ByteBuffer implementation
X-SVN-Rev: 25766
2009-04-14 17:20:22 +00:00
Yoshito Umaoka
bbff8cd8a5 ICU-6415 ICU4J timezone 2009f
X-SVN-Rev: 25765
2009-04-14 14:24:28 +00:00
Michael Ow
6014dc03df ICU-6778 Use Java preprocessor for ByteBuffer dependency.
X-SVN-Rev: 25764
2009-04-13 22:23:34 +00:00
Michael Ow
3f567d53ee ICU-6778 Update CP420 CharsetDetector to manually unshape bytes and to deal with ltr and rtl sequences.
X-SVN-Rev: 25760
2009-04-13 18:40:08 +00:00
John Emmons
b2a67daf68 ICU-6771 CLDR 1.7 Integration - release-1-7-d01
X-SVN-Rev: 25757
2009-04-11 23:19:32 +00:00
Michael Ow
c00b453f63 ICU-6714 Add test for new string prep profiles in ICU4J.
X-SVN-Rev: 25748
2009-04-09 21:08:53 +00:00
Mark Davis
7f4e9d2cec ICU-6833 Moved internal class
X-SVN-Rev: 25747
2009-04-09 20:27:14 +00:00
Michael Ow
074baa8eb3 ICU-6238 Fix NFS/NSF typo.
X-SVN-Rev: 25746
2009-04-09 18:38:04 +00:00
Yoshito Umaoka
61f81bf8f0 ICU-6831 Fixed the localized GMT parsing problem. This is equivalent to the one for ICU4C.
X-SVN-Rev: 25744
2009-04-09 04:11:37 +00:00
Michael Ow
8d1890d215 ICU-6778 Renable IBM420 charset detector test. Check for Java version >= 1.5.
X-SVN-Rev: 25732
2009-04-06 17:50:15 +00:00
Yoshito Umaoka
b0b65d9e72 ICU-6809 Fix JDK1.3 compatibility problem. Disabled UnicodeRegex and RegexUtilitiesTest for JDK1.3 and Foundation 1.0 environment. Add these files in preprocessor.txt.
X-SVN-Rev: 25731
2009-04-06 16:06:55 +00:00
Mark Davis
457aec5c8f ICU-6809 fixed header. See other changes under (typo) ticket 2809.
X-SVN-Rev: 25728
2009-04-03 16:56:09 +00:00
Mark Davis
218f089476 ICU-6809 add first version
X-SVN-Rev: 25727
2009-04-03 16:05:31 +00:00
Michael Ow
4a1e4047b5 ICU-6778 Disable charset detector test for IBM420.
X-SVN-Rev: 25723
2009-04-02 16:18:42 +00:00
Yoshito Umaoka
ec0f8b987f ICU-6815 Removed ULocale#addLikelySubtag. This method was introduced as @internal in 3.8, then a new public API addLikelySubtags was added in 4.0, replacing the original. So we no longer need the old @internal API.
X-SVN-Rev: 25713
2009-04-01 17:54:55 +00:00
Yoshito Umaoka
f3b3e71688 ICU-6821 Special handling for SystemV/* zones when JDK TimeZone is used as default.
X-SVN-Rev: 25712
2009-04-01 17:37:26 +00:00
Yoshito Umaoka
aa0014d9a5 ICU-6820 Insert colon as hour/minute/second delimitter in custom time zone ID format in ICU4J.
X-SVN-Rev: 25711
2009-04-01 17:14:37 +00:00
Yoshito Umaoka
0944c728e4 ICU-6821 Check if a TimeZone is actually a BasicTimeZone before calling hasEquivalentTransitions.
X-SVN-Rev: 25709
2009-04-01 15:33:19 +00:00
Michael Ow
84db790ca6 ICU-6778 Add IBM420 and IBM424 to CharsetDetector.
X-SVN-Rev: 25695
2009-03-31 15:38:23 +00:00
Yoshito Umaoka
3665a8fc69 ICU-6814 Merged the fix from ICU4C to ICU4J.
X-SVN-Rev: 25692
2009-03-31 03:06:21 +00:00
Yoshito Umaoka
4d752b6ff9 ICU-6818 Support the case when the final time zone transition occurs in the current year before the current time. Also include a library code fix for #6814.
X-SVN-Rev: 25691
2009-03-31 03:04:57 +00:00