Commit Graph

21806 Commits

Author SHA1 Message Date
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
Michael Ow
f9549f9f94 ICU-6554 Delete symbolsToAdopt if it is no longer needed.
X-SVN-Rev: 25828
2009-04-18 06:41:21 +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
183dadb915 ICU-5572 improved UText of empty string construction
X-SVN-Rev: 25824
2009-04-17 23:50:13 +00:00
Andy Heninger
dab5f92559 ICU-5340 port TransliteratorTest::TestAny() from java.
X-SVN-Rev: 25823
2009-04-17 21:42:46 +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
Andy Heninger
b547d95cb0 ICU-5340 port TransliteratorTest::TestAny() from java.
X-SVN-Rev: 25821
2009-04-17 21:06:21 +00:00
Michael Ow
f013360233 ICU-6554 Remove duplicate collator opening.
X-SVN-Rev: 25820
2009-04-17 20:54:05 +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
2c580848b1 ICU-6857 add test case to verify root resource loading and H/h in fallback
X-SVN-Rev: 25813
2009-04-17 19:27:05 +00:00
Xiaomei Ji
9e2a008374 ICU-6799 fix C++ compilation error due to hash value comparator in decimfmt.h and dtitvinf.h. remove static qualifier. since they are marked as internal, they wont be exposed
X-SVN-Rev: 25812
2009-04-17 18:52:52 +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
Xiaomei Ji
96fbfddfee ICU-6445 change the resource name of abbreviated duration format after CLDR1.7
X-SVN-Rev: 25810
2009-04-17 18:25:16 +00:00
Andy Heninger
e0f65f6c20 ICU-4853 added a test for unpaired surrogates in line break
X-SVN-Rev: 25809
2009-04-17 17:25:38 +00:00
Mark Davis
ec149ba48f ICU-6809 fixed access to file
X-SVN-Rev: 25808
2009-04-17 16:34:33 +00:00
Peter Edberg
0fbf5646da ICU-6847 fix UTextTest::Ticket6847() so s[] is NUL-terminated.
X-SVN-Rev: 25807
2009-04-17 15:29:22 +00:00
Andy Heninger
f940a828eb ICU-5260 'multiple passes' rules in C API of the transliteration functions
X-SVN-Rev: 25806
2009-04-17 01:02:11 +00:00
Markus Scherer
c29e95d549 ICU-6048 fix list of C++ header files for hdrtst, and export more public header files in Windows builds
X-SVN-Rev: 25805
2009-04-17 00:25:18 +00:00
Andy Heninger
2eb88b2772 ICU-6847 UText problems with nul-terminated strings
X-SVN-Rev: 25804
2009-04-16 23:41:36 +00:00
Markus Scherer
5169e13179 ICU-5995 fix URL for gb18030.html
X-SVN-Rev: 25802
2009-04-16 22:46:45 +00:00
Markus Scherer
5a876de674 ICU-5995 remove unused states from gb18030 and ibm-964 (EUC-TW) conversion tables
X-SVN-Rev: 25801
2009-04-16 22:18:03 +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
Michael Ow
f5f04a1928 ICU-6554 Use static variable when searching for tzfile and delete allocated pointer in numfmtst.
X-SVN-Rev: 25798
2009-04-16 20:56:04 +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
5e42f898c5 ICU-6416 Update to 4.2 urename.h
X-SVN-Rev: 25782
2009-04-15 20:36:09 +00:00
Michael Ow
cac007a995 ICU-6416 Update to 4.2 (project files and mak file).
X-SVN-Rev: 25780
2009-04-15 19:08:25 +00:00
Michael Ow
5d619b24b5 ICU-6416 Update to 4.2
X-SVN-Rev: 25779
2009-04-15 19:00:58 +00:00
Michael Ow
c4d173f617 ICU-6825 Remove unneeded trailing parentheses.
X-SVN-Rev: 25778
2009-04-15 16:54:01 +00:00
Michael Ow
16f76c7974 ICU-6799 Add missing header for strcmp.
X-SVN-Rev: 25777
2009-04-15 16:00:21 +00:00
Michael Ow
407818a379 ICU-6765 Add missing header for memcmp and memcpy.
X-SVN-Rev: 25776
2009-04-15 15:59:22 +00:00
Steven R. Loomis
8fbb58a156 ICU-6799 oops, that param is used under aix
X-SVN-Rev: 25775
2009-04-15 06:51:29 +00:00
Markus Scherer
feacd1a1c6 ICU-6765 add comments about why StringPiece and ByteSink don't look like normal ICU classes
X-SVN-Rev: 25774
2009-04-15 04:21:57 +00:00
Markus Scherer
67c22b399c ICU-6765 test ByteSink
X-SVN-Rev: 25773
2009-04-15 04:20:44 +00:00