Commit Graph

542 Commits

Author SHA1 Message Date
Mark Davis
29d25d47c7 ICU-7869 Added utility class for testing (originally in CLDR)
X-SVN-Rev: 28518
2010-08-24 03:36:26 +00:00
John Emmons
de9c9b5284 ICU-6325 Create and use TimeZoneFormat class
X-SVN-Rev: 28447
2010-08-11 21:30:58 +00:00
Steven R. Loomis
d00e6d4636 ICU-7870 VS2010 - tests and samples
X-SVN-Rev: 28444
2010-08-11 00:59:38 +00:00
Steven R. Loomis
91678fc8bd ICU-7870 perf projects update
X-SVN-Rev: 28443
2010-08-11 00:26:23 +00:00
Steven R. Loomis
dec09768b9 ICU-7870 Visual Studio 2010
X-SVN-Rev: 28442
2010-08-10 20:16:09 +00:00
Alexey Gousev
d715640dce ICU-7275 added collationdata.h
X-SVN-Rev: 28388
2010-07-29 19:10:32 +00:00
Andy Heninger
03771b4952 ICU-6015 Tag utf-8 files in svn:mime-type
X-SVN-Rev: 28378
2010-07-28 00:47:26 +00:00
Andy Heninger
62f3861442 ICU-7853 set svn props on confusables data files
X-SVN-Rev: 28367
2010-07-26 05:09:34 +00:00
Markus Scherer
a3d88afb60 ICU-7746 port UTS #46 to Java
X-SVN-Rev: 28307
2010-07-14 20:11:29 +00:00
Andy Heninger
2294d0c998 ICU-7094 Spoof detector port from C to Java
X-SVN-Rev: 28294
2010-07-12 14:59:31 +00:00
Markus Scherer
13e8abd068 ICU-7237 port BidiTest.txt BiDi conformance test to Java; fix Bidi.java bug parallel to ICU4C source/common/ubidi.c change 26898 (missing NoContextRTL())
X-SVN-Rev: 28287
2010-07-08 10:05:34 +00:00
Steven R. Loomis
f063faa350 ICU-7779 add readme and license
X-SVN-Rev: 28245
2010-06-21 22:38:08 +00:00
Steven R. Loomis
e1efa6e549 ICU-7779 check in trac review plugin
X-SVN-Rev: 28244
2010-06-21 22:30:18 +00:00
Markus Scherer
3360fe4708 ICU-7144 merge UTS #46 (IDNA2008) C/C++ feature into trunk, merging in -r 27794:28172 icu/branches/markus/uts46
X-SVN-Rev: 28195
2010-06-15 15:54:53 +00:00
Yoshito Umaoka
c6ccb8d251 ICU-6994 The previous change removed copy-test-data target from packaging-tests project. We need to update Eclipse project to remove the builder for copy-test-data as well.
X-SVN-Rev: 28183
2010-06-14 15:26:11 +00:00
Yoshito Umaoka
70c95242a2 ICU-7585 Fixed svn eol-style property on some files.
X-SVN-Rev: 27987
2010-04-26 18:30:37 +00:00
Yoshito Umaoka
61aa8a5447 ICU-7395 Committing the exact same updates with r27933 (maint-4-4) to the trunk. API comparison with 4.4 and beyond will be done by the new tool code.
X-SVN-Rev: 27934
2010-04-15 21:40:57 +00:00
Markus Scherer
e6c5486734 ICU-7611 take genuca out of the build
X-SVN-Rev: 27926
2010-04-10 04:14:01 +00:00
Markus Scherer
b5f138b98b ICU-7611 take Unicode properties build tools out of the build: genbidi, gencase, gennames, genpname, genprops
X-SVN-Rev: 27918
2010-04-09 23:30:02 +00:00
Yoshito Umaoka
100fd7d486 ICU-7585 Added ICU4J 4.4 serialization compatibility test data. The data was generated by maint-4-4 r27895 (release-4-4 had a problem generating the data. see ticket#7594).
X-SVN-Rev: 27898
2010-04-02 19:24:47 +00:00
Yoshito Umaoka
fd27d2725c ICU-7585 Added release 4.4 API data.
X-SVN-Rev: 27893
2010-04-02 15:32:33 +00:00
Steven R. Loomis
73631d87c7 ICU-7523 line endings for 4.4
X-SVN-Rev: 27807
2010-03-09 23:52:12 +00:00
Yoshito Umaoka
6fce034ada ICU-7444 Deleted eclipse=dummy.jar
X-SVN-Rev: 27741
2010-03-02 17:11:40 +00:00
Yoshito Umaoka
56609b1ea1 ICU-6844 Updated ResourceBundleWrapper to catch NoClassDefFoundError when loading a ResourceBundle implementation class by name.
X-SVN-Rev: 27703
2010-02-26 19:41:20 +00:00
Peter Edberg
411a93712a ICU-4521 Merge from branch, fixes for 64bit alignment & type conversions
X-SVN-Rev: 27670
2010-02-25 06:33:29 +00:00
Markus Scherer
879ee95885 ICU-7258 add pool.res key string pool resource bundles for the new curr/lang/region/zone data trees; update locales/pool.res; add optional genrb --usePoolBundle path argument
X-SVN-Rev: 27631
2010-02-22 23:05:33 +00:00
Markus Scherer
7a3a89e61f ICU-7273 remove now-unused unorm.icu, and small changes parallel with Java
X-SVN-Rev: 27562
2010-02-13 23:15:05 +00:00
Michael Grady
8216117f21 ICU-4521 UText-based regex implementation
X-SVN-Rev: 27482
2010-02-03 02:59:35 +00:00
Yoshito Umaoka
7af711a383 ICU-7027 Delete icu-eclipse directory for now. These files are coming from the previous release. But we no longer support old JDK compatibility implementation.
X-SVN-Rev: 27420
2010-01-26 18:56:34 +00:00
Yoshito Umaoka
4fd4392a77 ICU-2007 Merging zhou's UnicodeSet.span changes (-r26754:27286 in branches/zhou/2007) with some fixes for compiler warnings, API documents etc.
X-SVN-Rev: 27360
2010-01-21 20:23:57 +00:00
Michael Ow
9545323616 ICU-7304 Fix line feed and svn property.
X-SVN-Rev: 27329
2010-01-19 19:25:25 +00:00
Michael Ow
855bd6cf17 ICU-7305 Fix svn property setting.
X-SVN-Rev: 27328
2010-01-19 19:24:55 +00:00
Markus Scherer
0a48da9893 ICU-7035 stop support for ICU resource bundle formatVersion 1.0 [predates ICU 2.8] in swapper code
X-SVN-Rev: 27294
2010-01-16 05:15:30 +00:00
Kirti Velankar
0e375461b0 ICU-3931 Merge into trunk from branch kirtig -Added SelectFormat
X-SVN-Rev: 27293
2010-01-16 03:07:18 +00:00
Kirti Velankar
d1df3c60de ICU-3931 Merged with trunk r27250 from branch kirtig r27251 - Added SelectFormat
X-SVN-Rev: 27252
2010-01-13 02:20:05 +00:00
Steven R. Loomis
800da956b2 ICU-6633 DLL plugin.. merge onto trunk from branches/srl/dll6633 and branches/srl/dll6633bis
(specifically, r26808:27031 of http://source.icu-project.org/repos/icu/icu/branches/srl/dll6633  and then r27117 r27118 r27119 r27121 r27137 r27139 r27159 r27160 r27172 r27173 r27181 r27182  ) 

X-SVN-Rev: 27195
2010-01-09 02:15:20 +00:00
Markus Scherer
8ddbd1394c ICU-7273 merge in Normalizer2 API & code, and ICU-5785 UnicodeSet::span(UnicodeString) and ICU-7296 tempSubString()/retainBetween(); merge -r 26971:27150 branches/markus/norm2
X-SVN-Rev: 27155
2010-01-06 23:50:03 +00:00
Yoshito Umaoka
8e4568204a ICU-7277 Fixed Eclipse project file problem in the previous change. Also set svn:ignore to specify directory 'out' for the new project directory.
X-SVN-Rev: 27055
2009-12-11 22:27:41 +00:00
Doug Felt
a41fd31be3 ICU-7277 merged branches/dougfelt/currsplit -r 26994:27047 into trunk. restored original (not merged) data jars. fixed currdata external tool builder problem.
X-SVN-Rev: 27051
2009-12-11 20:59:29 +00:00
Doug Felt
3c20720e09 ICU-7274 merge branches/dougfelt/localesplit r26974:26992 into trunk
X-SVN-Rev: 26993
2009-11-30 21:53:28 +00:00
Yoshito Umaoka
c563c9cceb ICU-3931 Merging SelectFormat.java from Kirti's branch to trunk for M3 with some code cleanup.
X-SVN-Rev: 26943
2009-11-18 03:56:33 +00:00
Andy Heninger
97725c7854 ICU-7077 UTrie2 port to Java, merge from development branch.
X-SVN-Rev: 26903
2009-11-14 00:17:38 +00:00
Steven R. Loomis
dc336931a6 ICU-6631 checkpoint
X-SVN-Rev: 26790
2009-10-19 16:35:26 +00:00
Michael Ow
5380e956d3 ICU-7074 Fix svn prop issue.
X-SVN-Rev: 26740
2009-10-05 20:57:57 +00:00
John Emmons
dfccc29d1e ICU-7173 Merge CLDR 1.8p1 snapshot data
X-SVN-Rev: 26733
2009-10-02 21:06:55 +00:00
Steven R. Loomis
b02877f0e0 ICU-6631 multi-icu (support for provider)
X-SVN-Rev: 26647
2009-09-18 01:50:04 +00:00
Yoshito Umaoka
479df20ab5 ICU-7027 Fix translit-tests execution problem in Eclipse IDE.
X-SVN-Rev: 26595
2009-09-03 20:17:24 +00:00
Yoshito Umaoka
4425baa2f3 ICU-7027 Added eclipse-dummy.jar which contains dummy com.ibm.icu.text.Collator and Transliterator. Updated icu4j-core project to include the dummy jar in the build path, so we can resolve unwanted javadoc warning triggered by @link.
X-SVN-Rev: 26572
2009-08-28 19:46:57 +00:00
John Vu
1c3a5ed74a ICU-6052 Extracted multi-threading code to a single module so that other files can utilize. This multi-threading will allow this ticket to reduce the time to check every locales.
X-SVN-Rev: 26465
2009-08-04 18:57:13 +00:00
Yoshito Umaoka
6cba5fa564 ICU-7027 Added 4.2.1 serializable test data for compatibility test. Excluding CurrencyPluralInfo from 4.2.1, which causes deserialization problem.
X-SVN-Rev: 26394
2009-07-20 21:59:16 +00:00
Markus Scherer
c9087beb0d ICU-6945 merge into trunk: changes for .res formatVersion 2 (#6945) and new ICU4J data .jar building from ICU4C (#7043), from -r 26329:26368 icu/branches/markus/smallres2
X-SVN-Rev: 26375
2009-07-17 22:57:26 +00:00
Doug Felt
a25960797a ICU-7044 merge translit modularization into trunk
X-SVN-Rev: 26280
2009-07-09 23:49:42 +00:00
Yoshito Umaoka
127f55f00a ICU-7036 Several minor corrections, eclipse project files modifications and etc.
X-SVN-Rev: 26244
2009-07-08 18:12:00 +00:00
Doug Felt
ec1316b16b ICU-7036 merge from dougfelt/collate -r 26185:26230
X-SVN-Rev: 26237
2009-07-07 19:24:00 +00:00
Yoshito Umaoka
d92683f797 ICU-7005 Update ICU4J version to 4.3.1
X-SVN-Rev: 26234
2009-07-07 16:52:40 +00:00
Michael Ow
ef8d34545a ICU-6091 Remove accidentally commited eclipse project files.
X-SVN-Rev: 26218
2009-07-01 19:44:21 +00:00
Michael Ow
150ef590bc ICU-6091 Allow the user to set the heap size when running the ICU4J test suite by setting the environment variable JVM_OPTIONS.
X-SVN-Rev: 26217
2009-07-01 19:40:39 +00:00
Andy Heninger
9f48e1a767 ICU-6926 set svn properties
X-SVN-Rev: 26123
2009-06-16 23:48:52 +00:00
Yoshito Umaoka
fb6a056259 ICU-6448 Moving ICU4J richedit to icuapps.
X-SVN-Rev: 26122
2009-06-16 23:15:01 +00:00
Yoshito Umaoka
07b0822b13 ICU-6951 Added and isolated richedit build scripts.
X-SVN-Rev: 26121
2009-06-16 23:08:10 +00:00
Yoshito Umaoka
711d6680a9 ICU-6448 Moving ICU TZU from icu4j repository to data repository.
X-SVN-Rev: 26118
2009-06-16 18:01:54 +00:00
Andy Heninger
cf141fb997 ICU-6926 Fix svn properties and text file line endings
X-SVN-Rev: 26112
2009-06-16 05:56:50 +00:00
Yoshito Umaoka
d1fbb5737e ICU-6951 Merging ICU4J new source layout changes to trunk
X-SVN-Rev: 26111
2009-06-16 05:52:23 +00:00
Yoshito Umaoka
311af870b6 ICU-6891 Remove ee.foundation.jar from the source package. The jar file is no longer used for the Eclipse plug-in build.
X-SVN-Rev: 25941
2009-04-28 20:33:00 +00:00
John Emmons
0f8cb83cc0 ICU-6839 CLDR 1.7 integration - release-1-7-d02
X-SVN-Rev: 25906
2009-04-24 20:34:20 +00:00
Peter Edberg
a2a9c893b2 ICU-6853 Update ICU tailored break iterators to match CLDR 1.7
X-SVN-Rev: 25856
2009-04-21 22:42:37 +00:00
John Emmons
8a2a28d6e4 ICU-6771 CLDR 1.7 Integration - release-1-7-d01
X-SVN-Rev: 25751
2009-04-10 15:06:53 +00:00
John Emmons
1a390c1bfa ICU-6771 CLDR 1.7 Integration - release-1-7-d01
X-SVN-Rev: 25750
2009-04-10 07:47:09 +00:00
Steven R. Loomis
9bcb031af8 ICU-6362 cross compile, merge of trunk r25698 vs http://source.icu-project.org/repos/icu/icu/branches/srl/config6362 r25699
X-SVN-Rev: 25704
2009-04-01 01:54:14 +00:00
John Emmons
cc2bd1fb69 ICU-6817 Updated RBNF rules from CLDR
X-SVN-Rev: 25675
2009-03-30 15:00:49 +00:00
Steven R. Loomis
d2485d26fd ICU-6804 API change report for milestone:4.1.4
X-SVN-Rev: 25627
2009-03-19 04:14:10 +00:00
Yoshito Umaoka
9dad40f1d6 ICU-6787 Updated API status comments for 4.2. Misc doc changes.
X-SVN-Rev: 25590
2009-03-15 03:39:19 +00:00
John Emmons
ddda42c98e ICU-6770 Add pa_IN.txt
X-SVN-Rev: 25580
2009-03-13 17:18:22 +00:00
Xiaomei Ji
45071a142b ICU-6433 from branch to trunk for API slush
X-SVN-Rev: 25399
2009-02-12 22:55:29 +00:00
Shaopeng Jia
4c140edc87 ICU-6604 Porting CharsetSelector(including tests) and PropsVectors from C to Java
X-SVN-Rev: 25382
2009-02-06 13:18:36 +00:00
John Emmons
d1b2990072 ICU-6647 From CLDR 2022 - Make az_Latin a valid sublocale for collation
X-SVN-Rev: 25372
2009-02-04 21:37:42 +00:00
Steven R. Loomis
b8f9d76697 ICU-6709 fix udata_setAppData to handle bogus double properly. Also, have uconv's make check do something
X-SVN-Rev: 25353
2009-01-30 17:59:33 +00:00
Steven R. Loomis
dce17b7cd0 ICU-5191 detect the gmake version, and print some helpful notes about the data build type
X-SVN-Rev: 25335
2009-01-29 06:47:20 +00:00
John Emmons
f264c911c6 ICU-6647 Add Sinhala, Azerbaijani, and Afrikaans collation
X-SVN-Rev: 25320
2009-01-27 21:51:34 +00:00
John Emmons
6d3ab9535f ICU-6694 NumberingSystem implementation for ICU4J
X-SVN-Rev: 25319
2009-01-27 20:08:33 +00:00
John Emmons
6070262c2f ICU-6694 Implementation of numbering systems and the @numbers keyword
X-SVN-Rev: 25285
2009-01-22 04:46:35 +00:00
Steven R. Loomis
bdb3565ee6 ICU-6685 rewrite api gen to not use JDK 1.4
X-SVN-Rev: 25265
2009-01-17 08:21:00 +00:00
Steven R. Loomis
da0817558c ICU-6685 rewrite api gen to not use JDK 1.4
X-SVN-Rev: 25264
2009-01-17 08:17:03 +00:00
Xiaomei Ji
3ec5b5cb90 ICU-6433 currency plural format merged to trunk
X-SVN-Rev: 25254
2009-01-15 01:10:02 +00:00
Doug Felt
084842e74a ICU-6397 test for duration format millisecond fix
X-SVN-Rev: 25249
2009-01-14 17:44:23 +00:00
Yoshito Umaoka
f63f334671 ICU-6658 Added ICU4J 4.0.1 API report file in the trunk for future API change report.
X-SVN-Rev: 25246
2009-01-14 16:01:31 +00:00
John Emmons
adcca4329f ICU-6654 Updates to CJK rules to fix large number problems - add resource for numbering Systems
X-SVN-Rev: 25199
2009-01-06 17:05:48 +00:00
Yoshito Umaoka
c0dc95176a ICU-6646 Merging r25191 from maint-4-0 for future eclipse plug-in releases.
X-SVN-Rev: 25192
2009-01-06 03:55:52 +00:00
John Emmons
7d370d115d ICU-6654 Integrate RBNF rules from CLDR
X-SVN-Rev: 25090
2008-12-12 01:04:38 +00:00
Andy Heninger
962dd1352a ICU-6651 fix DOS line endings and svn eol-style properties
X-SVN-Rev: 25040
2008-12-03 22:57:45 +00:00
Michael Ow
aa19a5bae0 ICU-3933 Use icu-config when -O option is not given.
X-SVN-Rev: 25022
2008-12-01 21:57:14 +00:00
Michael Ow
a54f83b603 ICU-6412 Add svn:ignore property to Makefile.
X-SVN-Rev: 25003
2008-11-24 20:10:12 +00:00
Michael Ow
09813cbf3d ICU-3933 Merge pkgdata update from branch to trunk.
X-SVN-Rev: 25002
2008-11-24 20:04:52 +00:00
Markus Scherer
9be9a82b08 ICU-6530 add UTrie2 and improve upvec_ via svn merge -r 24551:24849 icu/branches/markus/utf8
X-SVN-Rev: 24862
2008-10-22 19:50:07 +00:00
Michael Ow
0812949ed9 ICU-6524 Update configure files to autoconf 2.63.
X-SVN-Rev: 24674
2008-09-29 20:51:09 +00:00
Kedar Rajwade
8081e1c652 ICU-6250 File containing data about the number of scripts and languages added in each ICU version
X-SVN-Rev: 24633
2008-09-24 20:22:57 +00:00
Xiaomei Ji
fe4e67b5a6 ICU-6311 full and abbreviated simple duration format support, release to trunk
X-SVN-Rev: 24609
2008-09-19 19:05:37 +00:00
Michael Ow
eac717e1df ICU-6207 Disable getting windows timezone information from static tables. Use resource bundles and TimeZone and Calendar API to get needed timezone information. Create a new file in i18n to allow access to TimeZone and Calendar API. Update subsequent files to use new wintzimpl.h API.
X-SVN-Rev: 24594
2008-09-18 21:13:52 +00:00
Brian Rower
67a110379c ICU-6041 Merged r24483 - collation monkey test to check that collators from file and collators from rules are the same.
X-SVN-Rev: 24484
2008-08-08 23:32:38 +00:00
Brian Rower
2fd8a84a0d ICU-6279 Updated ICU4J data make file and added icu4j-readme.txt with instructions for building icu4j data.
X-SVN-Rev: 24475
2008-08-08 19:22:26 +00:00
Andy Heninger
ecdc0463b8 ICU-6453 Encoding Selection moved from development branch.
X-SVN-Rev: 24438
2008-08-04 21:56:02 +00:00
Steven R. Loomis
3d4773a197 ICU-6438 APIChangeReport should complain about things that break API change policy.
X-SVN-Rev: 24396
2008-07-21 19:04:48 +00:00
Kedar Rajwade
4eb3cb26ca ICU-5671 Removed the old testdata.jar so checking it again
X-SVN-Rev: 24360
2008-07-08 20:01:32 +00:00
Kedar Rajwade
9a78751f17 ICU-5671 Enabled new data driven test case for calendar and changed fractional number to long number for new test case
X-SVN-Rev: 24359
2008-07-08 19:55:31 +00:00
Yoshito Umaoka
572fe59c3b ICU-6289 Added ICU4.0 API database file. Added ICU4.0 serialization test data for post 4.0 development.
X-SVN-Rev: 24336
2008-07-02 21:25:33 +00:00
Yoshito Umaoka
78f61c9ef7 ICU-6413 Set svn:eol-style native to all Java source files and some other fixes.
X-SVN-Rev: 24335
2008-07-02 19:57:50 +00:00
Michael Ow
5db94c80ce ICU-6413 Add subversion property eol-style to DecimalFormat.java.
X-SVN-Rev: 24334
2008-07-02 19:50:12 +00:00
Michael Ow
147d42c202 ICU-1234 Undo previous test of subversion property setting.
X-SVN-Rev: 24333
2008-07-02 16:19:27 +00:00
Michael Ow
eff76767c7 ICU-1234 Test changing only subversion properties.
X-SVN-Rev: 24332
2008-07-02 15:53:41 +00:00
Yoshito Umaoka
fe6d9ddc3e ICU-6377 Added serialization compatibility test cases generated from ICU3.8.1. Fixed some issues to make the test case work properly.
X-SVN-Rev: 24282
2008-06-24 04:10:40 +00:00
John Emmons
4d161ddedc ICU-6256 Integrate CLDR 1.6 release 1-6-d01 + a few minor fixes
X-SVN-Rev: 24257
2008-06-20 22:19:23 +00:00
David Bertoni
17ad04d1f4 ICU-6342 Added new resource files, updated makefiles, updated code for new resources, and fixed tests to reflect new data.
X-SVN-Rev: 24225
2008-06-18 16:53:06 +00:00
Yoshito Umaoka
444215758f ICU-6289 Add svn property eol-style/native
X-SVN-Rev: 24172
2008-06-13 17:59:20 +00:00
Yoshito Umaoka
49c8b0461f ICU-6289 Add svn property eol-style/native
X-SVN-Rev: 24171
2008-06-13 17:50:06 +00:00
Kedar Rajwade
fac1ab82dc ICU-2147 SCSU and BOCU-1 converters
X-SVN-Rev: 24141
2008-06-10 18:35:57 +00:00
Yoshito Umaoka
ddfebd79a2 ICU-5976 Added TestICUEquivalent to NumberFormatTest. Cleaned up SPI configuration file and code. Changed NumberFormatProviderICU to return NumberFormatICU, not DecimalFormatICU by default.
X-SVN-Rev: 24127
2008-06-09 17:21:10 +00:00
John Emmons
1ee6fd5b02 ICU-6256 Integrate 1.6 data - 2nd run
X-SVN-Rev: 24124
2008-06-07 20:46:42 +00:00
Yoshito Umaoka
fc6eab0cd7 ICU-5976 Updated build files and project files. Added TestGetInstance for all service provider classes. Some bug fixes.
X-SVN-Rev: 24104
2008-06-04 03:58:31 +00:00
Yoshito Umaoka
2fe984e3ce ICU-6157 Consolidated skeleton pattern definitions. Cleaned up Javadoc comments for new APIs. Fix Java 1.3/Foundation 1.0 env issues and etc.
X-SVN-Rev: 24070
2008-05-29 18:37:14 +00:00
Yoshito Umaoka
8bcaa88f1e ICU-6157 Corrected svn properties for new files. Added conditional compilation comments to build ICU4J on Java 1.3/Foundation 1.0 environment without errors.
X-SVN-Rev: 24068
2008-05-29 14:10:11 +00:00
Xiaomei Ji
3f4701f0c8 ICU-6157 merge from branch
X-SVN-Rev: 24059
2008-05-28 22:46:00 +00:00
Xiaomei Ji
ae6d1cd11b ICU-6157 merge from branch
X-SVN-Rev: 24056
2008-05-28 22:45:28 +00:00
Xiaomei Ji
0d12495d32 ICU-6157 merge from branch
X-SVN-Rev: 24053
2008-05-28 22:44:54 +00:00
Xiaomei Ji
9517c0f366 ICU-6157 merge from branch
X-SVN-Rev: 24052
2008-05-28 22:44:39 +00:00
Xiaomei Ji
f9a0590098 ICU-6157 date interval format
X-SVN-Rev: 24005
2008-05-28 00:33:44 +00:00
Yoshito Umaoka
41114fd46d ICU-5976 Checking in the Eclipse project files for the ICU4J locale service provider project.
X-SVN-Rev: 23938
2008-05-20 03:22:42 +00:00
John Emmons
695f6fa9c3 ICU-6256 CLDR 1.6 integration - 1st snapshot
X-SVN-Rev: 23911
2008-05-16 15:01:02 +00:00
Yoshito Umaoka
9afa5e881a ICU-5976 Initial implementation of the ICU locale service provider for Java 6.
X-SVN-Rev: 23909
2008-05-16 04:03:15 +00:00
Michael Ow
2474b163d8 ICU-4362 Add makefile to string search performance test.
X-SVN-Rev: 23839
2008-04-25 15:28:16 +00:00
Michael Ow
6e708fb95a ICU-4362 Fix usearch object creation.
X-SVN-Rev: 23838
2008-04-25 15:27:13 +00:00
Peter Edberg
dc0ee6361a ICU-6245 Fix build with UCONFIG_NO_SERVICE 1 (e.g. for Cygwin/MSVC) by adding dummy invocation of Mutex for that case
X-SVN-Rev: 23825
2008-04-24 00:30:41 +00:00
Andy Heninger
591379e224 ICU-6246 add missing svn properties
X-SVN-Rev: 23814
2008-04-19 21:33:58 +00:00
Michael Ow
0106270281 ICU-4362 Add strsrchperf to perl solution file.
X-SVN-Rev: 23812
2008-04-18 21:07:32 +00:00
Michael Ow
db80d055aa ICU-4362 Add perl driver and forward and backward searching test in string search performance test.
X-SVN-Rev: 23809
2008-04-18 19:14:38 +00:00
Michael Ow
67b4edc504 ICU-4362 Add string search performance test template to repository.
X-SVN-Rev: 23799
2008-04-17 17:46:37 +00:00
Michael Ow
68768a9c15 ICU-5658 Add README for running performance test and add comment in Common.pl.
X-SVN-Rev: 23768
2008-04-07 17:38:51 +00:00
Michael Ow
b88b4e3247 ICU-4362 Add collation regression test and windows, posix, icu collation comparison test.
X-SVN-Rev: 23747
2008-04-04 16:09:57 +00:00
Yoshito Umaoka
0310cad594 ICU-6121 Merging changes for Eclipse 3.4 to trunk
X-SVN-Rev: 23740
2008-04-03 16:50:30 +00:00
Michael Ow
5d65a61781 ICU-5658 Clean up ICU4C performance test to run properly and configure more easily.
X-SVN-Rev: 23699
2008-03-27 21:17:44 +00:00
Michael Ow
0d416e847a ICU-5658 Update data and add makefile configuration to performance tests.
X-SVN-Rev: 23688
2008-03-27 17:34:43 +00:00
Yoshito Umaoka
1e0eb434bc ICU-5975 Merging Java TimeZone integration work from Yoshito's work branch to the trunk.
X-SVN-Rev: 23554
2008-03-11 07:18:16 +00:00
Michael Ow
ecc85973fe ICU-6137 Add CharsetISO2022 to ICU4J and fix methods in MBCS that ISO2022 depends on. Still need to fix minor bugs with encoding errors.
X-SVN-Rev: 23491
2008-02-27 17:50:39 +00:00
Michael Ow
0df2188898 ICU-5385 Remove obsolete th.brk dictionary file.
X-SVN-Rev: 23332
2008-01-30 03:02:52 +00:00
Michael Ow
b58d931e17 ICU-5385 Port over the compact trie dictionary and thai break iterator code from ICU4C.
X-SVN-Rev: 23146
2008-01-02 19:04:12 +00:00
Yoshito Umaoka
0d216c877d ICU-6042 Merging a bug fix in build.xml from maint-3-8. Adding 3.8.1 API report file.
X-SVN-Rev: 23062
2007-12-11 21:24:55 +00:00
Yoshito Umaoka
7e51ed7330 ICU-5990 Merging time zone formatting/parsing changes from yoshito's working branch to the trunk.
X-SVN-Rev: 22978
2007-11-28 20:49:58 +00:00
George Rhoten
8b10c01cab ICU-5972 Fix svn properties
X-SVN-Rev: 22885
2007-11-05 23:34:27 +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
George Rhoten
a8e2903338 ICU-5905 Fix svn properties
X-SVN-Rev: 22612
2007-09-01 07:22:23 +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
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
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
George Rhoten
bcf05ee225 ICU-5857 Fix ICU4J file properties in svn
X-SVN-Rev: 22444
2007-08-21 03:03:08 +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
Andy Heninger
a30bdfe2a5 ICU-5875 lowercase some icu4j dir names
X-SVN-Rev: 22423
2007-08-19 19:45:06 +00:00
Michael Ow
fa8e493b41 ICU-5658 Move performace tests data folder to seperate repository.
X-SVN-Rev: 22380
2007-08-14 19:05:25 +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
Steven R. Loomis
8c862fa548 ICU-4567 data driven fmt test for J
X-SVN-Rev: 22365
2007-08-13 19:21:16 +00:00
Steven R. Loomis
7849815922 ICU-4567 DataDrivenCalendarTest for J
X-SVN-Rev: 22348
2007-08-10 22:08:56 +00:00
Steven R. Loomis
c1e3b68535 ICU-4567 data driven format test
X-SVN-Rev: 22335
2007-08-10 02:09:24 +00:00
Steven R. Loomis
327998254e ICU-3487 Duration implementation checkin
X-SVN-Rev: 22293
2007-08-06 23:22:53 +00:00
Michael Ow
c91a71bfad ICU-4362 Configure make files for test/perf.Add data and results folder to test/perf.
X-SVN-Rev: 22251
2007-08-02 21:24:02 +00:00
Steven R. Loomis
f574d41b01 ICU-5761 remove files not generated
X-SVN-Rev: 22201
2007-07-28 16:48:51 +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
Eric Mader
bb4a371fdb ICU-5805 Update copyright notices for ICU 3.8
X-SVN-Rev: 22167
2007-07-27 03:12:12 +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
John Emmons
e4726d7ed3 ICU-5761 CLDR 1.5 data integration
X-SVN-Rev: 22154
2007-07-26 17:24:12 +00:00
Steven R. Loomis
1d44c52660 ICU-5486 updated translit files.
X-SVN-Rev: 22147
2007-07-26 01:38:26 +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
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
John Emmons
748d53a99f ICU-5761 Add specials for new CLDR collations
X-SVN-Rev: 22104
2007-07-23 16:01:01 +00:00
Eric Mader
7b023cc660 ICU-4082 Initial checkin of Indian calendar.
X-SVN-Rev: 22042
2007-07-18 23:43:50 +00:00
Steven R. Loomis
707a17fae1 ICU-4567 data driven test basis
X-SVN-Rev: 22003
2007-07-16 22:06:17 +00:00
Eric Mader
0399dc31cf ICU-5410 remove copy of TestFont1.otf checked in from the wrong dir.
X-SVN-Rev: 21971
2007-07-13 21:00:53 +00:00
Eric Mader
76289f4338 ICU-5410 Add Hangul test case, TestFont1.otf. (w/ Tim Band's permission)
X-SVN-Rev: 21970
2007-07-13 20:57:14 +00:00
Eric Mader
a80c52ce78 ICU-5410 Add Hangul test case, TestFont1.otf. (w/ Tim Band's permission)
X-SVN-Rev: 21963
2007-07-13 17:31:00 +00:00
Steven R. Loomis
01a0744b62 ICU-4567 Taiwan calendar testing.. data driven calendar test.. enum generation and programmatic access
X-SVN-Rev: 21955
2007-07-12 21:53:20 +00:00
Steven R. Loomis
313058c49b ICU-4567 taiwan calendar (J)
X-SVN-Rev: 21856
2007-06-29 17:28:14 +00:00
George Rhoten
a18ec71d3e ICU-5454 Fix newline settings.
X-SVN-Rev: 21852
2007-06-29 16:28:04 +00:00
George Rhoten
78c96b07fa ICU-5454 Fix newline settings for new code.
X-SVN-Rev: 21851
2007-06-29 16:27:12 +00:00
John Emmons
c057c1dc8e ICU-5486 Data fixes found from ICU4J testing
X-SVN-Rev: 21848
2007-06-29 06:31:49 +00:00
Yoshito Umaoka
b340ff12f6 ICU-5454 Merging ICU4C RuleBasedTimeZone/TimeZoneRule/VTimeZone implementation into trunk
X-SVN-Rev: 21845
2007-06-29 03:10:43 +00:00
John Emmons
7d837015e3 ICU-5486 CLDR 1.5 Integration run for 3.8M2
X-SVN-Rev: 21842
2007-06-28 20:59:10 +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
John Emmons
83c612fed0 ICU-5486 CLDR 1.5 pre-vetting merge for M2
X-SVN-Rev: 21815
2007-06-22 23:57:38 +00:00
Eric Mader
b2dc4eced5 ICU-5565 Merge loengine branch to trunk!
X-SVN-Rev: 21808
2007-06-22 03:57:45 +00:00
Michael Ow
5395d652ba ICU-5423 Remove the tzdate folder from the samples directory.
X-SVN-Rev: 21713
2007-06-12 20:33:39 +00:00
Michael Ow
e76e222533 ICU-5423 Move the tzdate tool to the test folder.
X-SVN-Rev: 21711
2007-06-12 20:31:20 +00:00
Michael Ow
4f084b4fec ICU-5423 Added a time zone test in samples folder. A perl script goes through the time zones on the system and compares the system time with the time given by icu. The results are put in a log file.
X-SVN-Rev: 21700
2007-06-11 20:44:01 +00:00
George Rhoten
2a0a22f0ad ICU-5234 Remove orphaned table.
X-SVN-Rev: 21625
2007-06-04 21:18:42 +00:00
Andy Heninger
4ce1f511ec ICU-5722 add ICU tests for break test data from the Unicode web site.
X-SVN-Rev: 21592
2007-05-29 23:02:36 +00:00
Andy Heninger
7b8a6aebf4 ICU-5722 add ICU tests for break test data from the Unicode web site.
X-SVN-Rev: 21591
2007-05-29 22:56:20 +00:00
George Rhoten
65c333bb76 ICU-5516 Use a more accurate ISO-8859-8 table
X-SVN-Rev: 21555
2007-05-17 18:04:34 +00:00
George Rhoten
e26c39039a ICU-5712 Compare against Windows Vista implementation, and update accordingly. This mainly covers Big5-HKSCS.
X-SVN-Rev: 21542
2007-05-15 22:10:19 +00:00
Michael Ow
90dcfef7fd ICU-5444 Added the ISCII charset with the correct class name. The code is incomplete and is not ready to be used.
X-SVN-Rev: 21541
2007-05-15 19:23:33 +00:00
Michael Ow
4749857f39 ICU-5444 Corrected the class name of ISCII Charset from CharsetISCI to CharsetISCII.
X-SVN-Rev: 21540
2007-05-15 19:12:48 +00:00
Michael Ow
de3fc4c7b9 ICU-5444 Included ISCI converter in CharsetICU. Added the port of the converter for ISCI from ICU4C to ICU4J. The code is not complete and is not ready for any type of use or testing.
X-SVN-Rev: 21537
2007-05-15 16:42:14 +00:00
George Rhoten
a156a50e83 ICU-5234 Add ibm-720 for Windows console.
X-SVN-Rev: 21534
2007-05-14 23:12:01 +00:00
George Rhoten
7441cd008e ICU-5234 Revert a few of the previous changes to use more of the original names & update a few tables.
X-SVN-Rev: 21507
2007-05-10 06:49:56 +00:00
George Rhoten
4aeb88327c ICU-5234 Revert a few of the previous changes to use more of the original names & update a few tables.
X-SVN-Rev: 21506
2007-05-10 06:47:49 +00:00
George Rhoten
5c3a43a348 ICU-5234 Revert a few of the previous changes to use more of the original names & update a few tables.
X-SVN-Rev: 21505
2007-05-10 06:40:31 +00:00
Michael Ow
a7e5c9601b ICU-5444 Port of UTF-7 converter from ICU4C to ICU4J. Only the decoding portion is ported over so far. The code will compile but testing has not been done on this converter yet so do not use.
X-SVN-Rev: 21487
2007-05-03 18:30:15 +00:00
Andrew J Macheret
53785a4ea5 ICU-5605 modified the interplay between download/icutzu.html and the readme.html that comes with icutzu
X-SVN-Rev: 21459
2007-04-26 21:20:56 +00:00
Andrew J Macheret
003160c39d ICU-5605 modified the interplay between download/icutzu.html and the readme.html that comes with icutzu
X-SVN-Rev: 21456
2007-04-26 20:54:45 +00:00
Andrew J Macheret
548549a467 ICU-5605 made sure cmd's get copied with icutzu, added readme.html
X-SVN-Rev: 21426
2007-04-19 23:18:49 +00:00
Andrew J Macheret
41429b049c ICU-5605 various fixes as discussed at the code review
X-SVN-Rev: 21389
2007-04-10 22:47:09 +00:00
Steven R. Loomis
5d4f7e2492 ICU-2895 Relative Date Format
X-SVN-Rev: 21382
2007-04-09 22:54:03 +00:00
Yoshito Umaoka
cab97a2e9b ICU-5135 icutzdump for ICU4C and matching zdump based on Olson tzcode
X-SVN-Rev: 21340
2007-04-02 19:30:26 +00:00
Ram Viswanadha
a8704e0a37 ICU-5658 add performance regression scripts
X-SVN-Rev: 21310
2007-03-21 22:47:41 +00:00
Ram Viswanadha
d03898325d ICU-5658 add performance regression scripts
X-SVN-Rev: 21309
2007-03-21 22:44:04 +00:00
Steven R. Loomis
114486b002 ICU-5655 Integrate Mehran Mehr's Persian Calendar support
X-SVN-Rev: 21293
2007-03-19 17:33:20 +00:00
Andrew J Macheret
bdfb4c42c4 ICU-5605 Added .cmd and .sh files
X-SVN-Rev: 21271
2007-03-16 00:06:35 +00:00
Andrew J Macheret
fbcff8c066 ICU-5606 the icu icon
X-SVN-Rev: 21264
2007-03-15 18:32:07 +00:00
John Emmons
3c624efb3c ICU-5566 Fix collation problems
X-SVN-Rev: 21193
2007-03-08 20:59:07 +00:00
John Emmons
e2e26ea887 ICU-5566 Fix generated CLDR data
X-SVN-Rev: 21188
2007-03-08 05:13:35 +00:00
Yoshito Umaoka
40e849113c ICU-5639 Added copyright notice template and updated text encoding setting
X-SVN-Rev: 21185
2007-03-07 16:38:22 +00:00
Yoshito Umaoka
85c071efc1 ICU-5639 Adding eclipse project files for ICU4J
X-SVN-Rev: 21184
2007-03-07 16:02:05 +00:00
John Emmons
dde4d12cae ICU-5566 regen ICU data from CLDR 1.5 to support metazones
X-SVN-Rev: 21155
2007-03-03 05:23:08 +00:00
Andrew J Macheret
0645826dce ICU-5616 updated icutzu, added logger for icutzu
X-SVN-Rev: 21099
2007-02-24 04:02:58 +00:00
Ram Viswanadha
8a10a2e6a6 ICU-5605 zoneinfo.res is already available in ICU4J .. no need to check it in
X-SVN-Rev: 21082
2007-02-22 17:40:39 +00:00
Andrew J Macheret
ee17829b7c ICU-5606 updated icutzu for demoing
X-SVN-Rev: 21071
2007-02-21 05:56:54 +00:00
Andrew J Macheret
d95dc40cd3 ICU-5605 added a new timezone updating utility for icu4j (icutzu)
X-SVN-Rev: 21063
2007-02-21 00:50:26 +00:00
Yoshito Umaoka
c419a71374 ICU-5135 Time zone transition dump tool
X-SVN-Rev: 21027
2007-02-09 19:47:21 +00:00
Yoshito Umaoka
1eb0713f37 ICU-5402 Improve DateFormat performance
X-SVN-Rev: 20983
2007-01-26 00:22:11 +00:00
George Rhoten
5efbe065a8 ICU-5234 Fix some rptp2ucm conversion problems when converting from the CDRA files to Most of the changes are due to new way to name the tables.
Most of these table changes are not updates.

X-SVN-Rev: 20923
2007-01-24 23:27:45 +00:00
Ram Viswanadha
31a9f8c37b ICU-5564 conform to java's spec for UTF-16 converter
X-SVN-Rev: 20917
2007-01-24 21:54:59 +00:00
Michael Ow
347ef224f5 ICU-1234 This is to test deleting a directory.
X-SVN-Rev: 20894
2007-01-19 22:38:23 +00:00
Michael Ow
0ed8b46360 ICU-1234 This is to test adding a directory.
X-SVN-Rev: 20893
2007-01-19 22:37:40 +00:00
Michael Ow
2ac233365f ICU-1234 This is a test.
X-SVN-Rev: 20890
2007-01-19 22:11:32 +00:00
Michael Ow
97f6594918 ICU-1234 This is a test.
X-SVN-Rev: 20889
2007-01-19 22:11:05 +00:00
Michael Ow
d4cab63f18 ICU-1234 This is a test.
X-SVN-Rev: 20888
2007-01-19 22:05:36 +00:00
Michael Ow
c736e86513 ICU-1234 This is a test.
X-SVN-Rev: 20887
2007-01-19 22:05:02 +00:00
Michael Ow
5ad273c016 ICU-123 remove file
X-SVN-Rev: 20873
2007-01-09 19:51:31 +00:00
Michael Ow
d4f313e50f ICU-123 testing add file for heading test;
X-SVN-Rev: 20869
2007-01-09 19:19:39 +00:00
Ram Viswanadha
38d4426632 ICU-4251 promote API to UResourceBundle class. Fix problems and modularize and streamline the resource bundle objects.
X-SVN-Rev: 20851
2007-01-03 23:13:25 +00:00
Michael Ow
70bca54abe ICU-1234 testing delete
X-SVN-Rev: 20850
2007-01-03 23:12:19 +00:00
Michael Ow
3cfeb9268a ICU-1234 testing add
X-SVN-Rev: 20849
2007-01-03 23:11:43 +00:00
Michael Ow
f53c84d565 ICU-1234 test delete
X-SVN-Rev: 20848
2007-01-03 23:10:07 +00:00
Michael Ow
5cc965858d ICU-1234 test
X-SVN-Rev: 20845
2007-01-03 22:46:09 +00:00
Michael Ow
8774386810 ICU-1234 removing
X-SVN-Rev: 20844
2007-01-03 22:44:27 +00:00
Michael Ow
50adcb2fc2 ICU-1234 add
X-SVN-Rev: 20843
2007-01-03 22:26:51 +00:00
Michael Ow
6c56eb5a5a ICU-1234 delete
X-SVN-Rev: 20842
2007-01-03 22:25:18 +00:00
Michael Ow
3410ae9840 ICU-1234 testing add;
X-SVN-Rev: 20835
2007-01-03 21:33:27 +00:00
Michael Ow
73a28d3ac5 ICU-1234 bring back deleted file;
X-SVN-Rev: 20832
2007-01-03 20:59:37 +00:00
Michael Ow
d570b0c852 ICU-123 testing deletion;
X-SVN-Rev: 20831
2007-01-03 20:58:50 +00:00
Michael Ow
ee11e30bc9 ICU-123 add back deletion;
X-SVN-Rev: 20830
2007-01-03 20:43:40 +00:00
Steven R. Loomis
8d0121c62f ICU-2401 cvs2svn cleanup
X-SVN-Rev: 20714
2006-12-01 17:47:25 +00:00