Yoshito Umaoka
|
23d651a590
|
ICU-6644 The fix for ticket#6644. Also changed _getDisplayName to synchronized method to prevent threading problem.
X-SVN-Rev: 25019
|
2008-12-01 16:36:18 +00:00 |
|
Yoshito Umaoka
|
6da502fba9
|
ICU-6644 TestDisplayNamesMeta ported from ICU4C to reproduce the problem reported by ticket#6644.
X-SVN-Rev: 25018
|
2008-12-01 16:34:48 +00:00 |
|
Doug Felt
|
59f17b771b
|
ICU-6620 make lenient parsing use same locale that was used to instantiate the RBNF formatter
X-SVN-Rev: 25013
|
2008-11-27 01:25:21 +00:00 |
|
Michael Ow
|
5bbad7ac78
|
ICU-6612 Use buffer.limit() instead of buffer.capacity() to avoid BufferOverflow execptions in CharsetMBCS.
X-SVN-Rev: 24928
|
2008-11-04 21:43:48 +00:00 |
|
Yoshito Umaoka
|
5ba890b87d
|
ICU-6415 ICU4J timezone 2008i. Also synchronized test data with C.
X-SVN-Rev: 24896
|
2008-10-27 20:00:02 +00:00 |
|
Yoshito Umaoka
|
6d41b1d3de
|
ICU-6583 Updated test cases to be skipped.
X-SVN-Rev: 24895
|
2008-10-27 19:59:00 +00:00 |
|
Xiaomei Ji
|
98854bae7d
|
ICU-6503 move date time pattern generator cache from date interval format to date time pattern generator. change FIXME to TODO
X-SVN-Rev: 24883
|
2008-10-25 00:14:51 +00:00 |
|
Kedar Rajwade
|
9113ff4865
|
ICU-6250 Removed some duplicate code
X-SVN-Rev: 24851
|
2008-10-20 16:41:34 +00:00 |
|
Xiaomei Ji
|
81584dd7f5
|
ICU-6552 change draft ICU 4.1.1 to draft ICU 4.2
X-SVN-Rev: 24827
|
2008-10-16 05:41:48 +00:00 |
|
Xiaomei Ji
|
b8ba5699c0
|
ICU-6433 currency plural format change parsing algorithm in DecimalFormat and Currency
X-SVN-Rev: 24826
|
2008-10-16 05:32:41 +00:00 |
|
Yoshito Umaoka
|
e02a67fa42
|
ICU-6415 ICU4J timezone 2008h. Also synchronized ICU test data with C.
X-SVN-Rev: 24810
|
2008-10-14 23:30:26 +00:00 |
|
Yoshito Umaoka
|
19babf514a
|
ICU-6583 Temporarily disable some failing test case updated by ticket#5691.
X-SVN-Rev: 24809
|
2008-10-14 23:29:00 +00:00 |
|
Yoshito Umaoka
|
c8cf5f79a6
|
ICU-6433 Fix one Eclipse compiler warning (unused local variable) and updated the comment. Changed this.formatPattern to formatPattern.
X-SVN-Rev: 24739
|
2008-10-07 14:42:21 +00:00 |
|
Yoshito Umaoka
|
cea42a80fd
|
ICU-6562 Fix an Eclipse compiler warning in the previous change.
X-SVN-Rev: 24738
|
2008-10-07 14:40:55 +00:00 |
|
Yoshito Umaoka
|
b4b006c34f
|
ICU-6411 Fix compiler errors on Java 1.3/1.4 env.
X-SVN-Rev: 24734
|
2008-10-07 04:44:16 +00:00 |
|
Yoshito Umaoka
|
82807260fe
|
ICU-6361 Fix the MessageFormat behavior problem with null arguments.
X-SVN-Rev: 24731
|
2008-10-07 04:19:35 +00:00 |
|
Michael Ow
|
094554247d
|
ICU-6562 Remove timebomb in TestConversion.
X-SVN-Rev: 24724
|
2008-10-06 16:35:52 +00:00 |
|
Michael Ow
|
a40423e92a
|
ICU-6562 Port over from ICU4C to ICU4J the EBCDIC SwapLFNL code. Allow converter with options in its name to be processed correct by the Charset.
X-SVN-Rev: 24723
|
2008-10-06 16:35:08 +00:00 |
|
Xiaomei Ji
|
2b50e0382e
|
ICU-6433 fix eclipse compiling warnings
X-SVN-Rev: 24719
|
2008-10-03 23:44:14 +00:00 |
|
Yoshito Umaoka
|
3f48b31719
|
ICU-6416 Move ICU4J version to 4.1.2
X-SVN-Rev: 24701
|
2008-10-02 15:36:32 +00:00 |
|
Xiaomei Ji
|
382e5bb891
|
ICU-6433 currency plural format check in to trunk
X-SVN-Rev: 24679
|
2008-09-29 22:10:19 +00:00 |
|
Yoshito Umaoka
|
025c58554c
|
ICU-6503 Revert testFormat to do the full test in non-exhaustive mode. With the performance improvement, the test case no longer takes excessive time.
X-SVN-Rev: 24675
|
2008-09-29 21:42:14 +00:00 |
|
Yoshito Umaoka
|
02f6785790
|
ICU-6549 Enlarged Java heap size to resolve OOM on some test lab systems.
X-SVN-Rev: 24653
|
2008-09-25 20:49:04 +00:00 |
|
Yoshito Umaoka
|
4f6ef8003b
|
ICU-6549 Skip serialization compatibility test case for PluralRules. See ICU-6550 in detail.
X-SVN-Rev: 24647
|
2008-09-25 19:03:37 +00:00 |
|
Yoshito Umaoka
|
14916d1c39
|
ICU-6250 Fixed build errors on Java 1.4 environment.
X-SVN-Rev: 24643
|
2008-09-25 15:26:45 +00:00 |
|
Yoshito Umaoka
|
5b3a479e50
|
ICU-6536 Mark @internal to the method temporally added for ICU-to-LDML tool.
X-SVN-Rev: 24639
|
2008-09-25 02:49:27 +00:00 |
|
Yoshito Umaoka
|
a017433ed5
|
ICU-6549 Fix Java 1.3/1.4 build and test issues. Fix some JavaDoc warnings.
X-SVN-Rev: 24638
|
2008-09-24 22:25:52 +00:00 |
|
John Emmons
|
0b4eb7caac
|
ICU-6512 Move ucadata.icu and invuca.icu to coll
X-SVN-Rev: 24637
|
2008-09-24 21:00:08 +00:00 |
|
Kedar Rajwade
|
36c24715fb
|
ICU-6250 Updated the functions to keep track of new scripts and languages and generate appropriate tags for enumeration values
X-SVN-Rev: 24636
|
2008-09-24 20:40:48 +00:00 |
|
Kedar Rajwade
|
e7ec309ecf
|
ICU-6250 Function to update ScriptAndLanguage file
X-SVN-Rev: 24635
|
2008-09-24 20:35:37 +00:00 |
|
Kedar Rajwade
|
407b86c66a
|
ICU-6250 Add function for reading ScriptAndLanguage file
X-SVN-Rev: 24634
|
2008-09-24 20:34:29 +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 |
|
Steven R. Loomis
|
41f11a47de
|
ICU-6544 make VersionInfo a Comparable
X-SVN-Rev: 24613
|
2008-09-19 22:01:11 +00:00 |
|
Xiaomei Ji
|
099dad9816
|
ICU-6303 minor change in setLocale/NumberFormat and parse
X-SVN-Rev: 24595
|
2008-09-18 21:31:38 +00:00 |
|
Yoshito Umaoka
|
e3c2598407
|
ICU-6411 Fix a couple of Eclipse compiler warnings.
X-SVN-Rev: 24590
|
2008-09-18 15:38:50 +00:00 |
|
Xiaomei Ji
|
5a154f887e
|
ICU-6445 add abbreviation support
X-SVN-Rev: 24588
|
2008-09-17 19:57:42 +00:00 |
|
Brian Rower
|
f7af84928f
|
ICU-6514 Added getKeysSafe to be used instead of getKeys when an alias may be there to cause problems. This is a WORKAROUND! not a solution.
X-SVN-Rev: 24587
|
2008-09-17 18:32:04 +00:00 |
|
Brian Rower
|
be14ea9919
|
ICU-6513 Added methods for figuring out if a bundle is an alias and where that alias points.
X-SVN-Rev: 24586
|
2008-09-17 18:26:51 +00:00 |
|
Brian Rower
|
026fad3e3b
|
ICU-6536 Fixed reset method due to recent changes to how the cache works.
X-SVN-Rev: 24584
|
2008-09-16 20:02:12 +00:00 |
|
Brian Rower
|
be0227c676
|
ICU-6536 Created a workaround method allowing the cache to be reset.
X-SVN-Rev: 24583
|
2008-09-16 19:57:40 +00:00 |
|
Yoshito Umaoka
|
cbfcc952af
|
ICU-4611 Ported ICU4C test code to J, although ICU4J did not have the problem.
X-SVN-Rev: 24579
|
2008-09-16 02:08:53 +00:00 |
|
Yoshito Umaoka
|
fc44c9562b
|
ICU-6411 Added null check for unreferenced variables in a couple of test cases to remove the Eclipse compiler warnings.
X-SVN-Rev: 24578
|
2008-09-16 01:44:12 +00:00 |
|
Yoshito Umaoka
|
7fc025f64f
|
ICU-6415 ICU4J timezone 2008f
X-SVN-Rev: 24568
|
2008-09-15 18:15:13 +00:00 |
|
Xiaomei Ji
|
d275e7882b
|
ICU-6503 remove date time pattern generator as private data member for its non-serializable
X-SVN-Rev: 24565
|
2008-09-13 22:16:07 +00:00 |
|
Xiaomei Ji
|
072894cddf
|
ICU-6503 minimize the call of DateTimePatternGenerator.getInstance
X-SVN-Rev: 24564
|
2008-09-13 01:26:55 +00:00 |
|
Yoshito Umaoka
|
0af31cef56
|
ICU-6347 Fixed an Eclipse compiler warning.
X-SVN-Rev: 24560
|
2008-09-11 16:50:43 +00:00 |
|
Doug Felt
|
55c2f0939c
|
ICU-6502 make sure Holiday uses data from resource bundle
X-SVN-Rev: 24514
|
2008-08-20 21:24:15 +00:00 |
|
Kedar Rajwade
|
696f11e560
|
ICU-6475 Skipped some test cases in TestReplacingZoneString in non-exhaustive mode to reduce test time
X-SVN-Rev: 24510
|
2008-08-19 18:20:36 +00:00 |
|
Kedar Rajwade
|
494f62ce8d
|
ICU-6475 Skipped some test cases in testFormat in non-exhaustive mode to reduce test time
X-SVN-Rev: 24509
|
2008-08-19 18:16:53 +00:00 |
|
Michael Ow
|
5f3b09164a
|
ICU-5174 Fix the setupLatinOne method so that 0xb7 is correctly added to the latinone list. (This is a port from ICU4C)
X-SVN-Rev: 24507
|
2008-08-18 15:48:54 +00:00 |
|