Peter Edberg
b0fa61d425
ICU-5702 Fix availableFormats fallback for aliased locales
...
X-SVN-Rev: 25258
2009-01-16 01:18:05 +00:00
Peter Edberg
cec9f47ade
ICU-5702 Fix fallback for availableFormats
...
X-SVN-Rev: 25166
2008-12-19 20:10:03 +00:00
Peter Edberg
6c12fab16d
ICU-5702 Make DateTimePatternGenerator:initData get the availableFormats for the correct
...
calendar (not always gregorian), and add some necessary availableFormats entries.
X-SVN-Rev: 24978
2008-11-19 04:19:02 +00:00
Peter Edberg
1e521d134d
ICU-6626 Make DateTimePatternGenerator:initData use the skeletons specified for availableFormats,
...
eliminate CJK months hack, use skeletons to improve adjustFieldTypes behavior, add some necessary
availableFormats entries, and fix expected test results now that getBestPattern is more correct.
X-SVN-Rev: 24976
2008-11-18 18:27:40 +00:00
Steven R. Loomis
6c1e80795b
ICU-6557 fix linkage issue.
...
X-SVN-Rev: 24695
2008-10-01 19:23:06 +00:00
Yoshito Umaoka
c3398882b4
ICU-6476 Fixed a bug in DateTimePatternGenerator and updated some test cases. The fix allow us to replace most of yyyy in the pattern resources with y.
...
X-SVN-Rev: 24465
2008-08-07 17:06:38 +00:00
Steven R. Loomis
d3d779e429
ICU-6402 fixes for IBM i.
...
X-SVN-Rev: 24317
2008-06-28 07:02:26 +00:00
George Rhoten
acd8f28273
ICU-6076 Make sure that we objects are fully initialized for deletion, and
...
that we don't leak memory after an allocation failure.
X-SVN-Rev: 23450
2008-02-17 18:26:39 +00:00
George Rhoten
5547bb21de
ICU-6176 Fix some Coverity warnings in the unlikely event that a date/time format isn't simple in the future.
...
X-SVN-Rev: 23430
2008-02-14 02:43:33 +00:00
George Rhoten
928d6152bc
ICU-6176 Fix some Coverity warnings
...
X-SVN-Rev: 23414
2008-02-13 09:35:50 +00:00
Claire Ho
f785553c68
ICU-6172 fixed the duplicate time pattern.
...
X-SVN-Rev: 23397
2008-02-08 07:10:28 +00:00
George Rhoten
dd845e9520
ICU-5955 Mark data const
...
X-SVN-Rev: 23158
2008-01-03 10:07:47 +00:00
Claire Ho
307a3f8307
ICU-6104 fixed the inconsistent behavior of DateTimePatternGen between ICU4C and ICU4J.
...
X-SVN-Rev: 23156
2008-01-03 01:40:16 +00:00
Claire Ho
368dcc71a7
ICU-6110 1. Fixed the date/time order issue. 2. Added more test cases.
...
X-SVN-Rev: 23127
2007-12-22 05:30:33 +00:00
George Rhoten
cc84d97266
ICU-6103 Don't use C++ static initialization
...
X-SVN-Rev: 23113
2007-12-19 22:39:09 +00:00
George Rhoten
c8bb832ad8
ICU-5919 Fixes for old iostream usage on HP-UX
...
X-SVN-Rev: 22634
2007-09-06 18:00:08 +00:00
George Rhoten
8c086e2c98
ICU-5445 Fix some compiler warnings.
...
X-SVN-Rev: 22604
2007-08-31 18:19:41 +00:00
George Rhoten
42efe10c62
ICU-5445 Fix some compiler warnings.
...
X-SVN-Rev: 22594
2007-08-31 05:20:56 +00:00
George Rhoten
f3084b1f1b
ICU-5889 Fix some logic errors uncovered by BEAM.
...
X-SVN-Rev: 22592
2007-08-31 04:58:52 +00:00
George Rhoten
b668dd2d7d
ICU-5445 Fix some compiler warnings.
...
X-SVN-Rev: 22562
2007-08-29 06:49:58 +00:00
George Rhoten
e3e7425e43
ICU-5445 Fix some compiler warnings.
...
X-SVN-Rev: 22561
2007-08-29 06:13:07 +00:00
Claire Ho
eedbe63b1b
ICU-5787 fixed Beam warnings
...
X-SVN-Rev: 22559
2007-08-29 05:44:57 +00:00
Claire Ho
e48c68df67
ICU-5787 more code cleanup.
...
X-SVN-Rev: 22534
2007-08-26 20:10:45 +00:00
Claire Ho
12dd691583
ICU-5787 code cleanup.
...
X-SVN-Rev: 22485
2007-08-23 05:48:44 +00:00
Claire Ho
762a820053
ICU-5787 a crash in dtptngen.cpp :line 1526.
...
X-SVN-Rev: 22475
2007-08-22 21:57:11 +00:00
George Rhoten
883d7d0e07
ICU-5787 The char type is unsigned on AIX. Use the platform independent
...
type int8_t. Also fix some warnings.
X-SVN-Rev: 22353
2007-08-11 20:32:54 +00:00
Claire Ho
916b1d5ec4
ICU-5787 use static const string to read resource tag
...
X-SVN-Rev: 22352
2007-08-11 20:03:10 +00:00
George Rhoten
af41197335
ICU-5787 Fix memory leak.
...
X-SVN-Rev: 22316
2007-08-08 09:01:18 +00:00
Claire Ho
c9f5e38fb9
ICU-5787 Added operator!= .
...
X-SVN-Rev: 22313
2007-08-08 01:07:23 +00:00
Claire Ho
f6a2f2a082
ICU-5787 1. Added test cases. 2. Fixed bug in == operator.
...
X-SVN-Rev: 22306
2007-08-07 23:16:36 +00:00
Claire Ho
3a6f874106
ICU-5787 fixed the warnings from VC++.
...
X-SVN-Rev: 22296
2007-08-07 06:13:19 +00:00
Claire Ho
887eafb2c8
ICU-5787 1. Added test cases. 2. code clean up.
...
X-SVN-Rev: 22295
2007-08-07 03:14:19 +00:00
George Rhoten
790e49dca8
ICU-5787 Fix for i5/OS
...
X-SVN-Rev: 22292
2007-08-06 23:09:29 +00:00
John Emmons
ae617cbd3b
ICU-5787 Minor code cleanup
...
X-SVN-Rev: 22287
2007-08-06 21:25:31 +00:00
George Rhoten
3727ad903b
ICU-5787 Minor code cleanup.
...
X-SVN-Rev: 22282
2007-08-04 14:19:29 +00:00
George Rhoten
5c98f3a1fc
ICU-5787 Allow UCONFIG_NO_CONVERSION=1 to work.
...
X-SVN-Rev: 22277
2007-08-04 04:13:16 +00:00
George Rhoten
3cf8f114a3
ICU-5787 Still trying to narrow down AIX failure and memory leaks.
...
X-SVN-Rev: 22276
2007-08-04 03:14:19 +00:00
George Rhoten
0035458602
ICU-5787 Internal API does not need to derive from UObject. UMemory should be used instead and the API not exported. This reduces the amount of required testing.
...
X-SVN-Rev: 22275
2007-08-04 02:53:37 +00:00
George Rhoten
40bb1dfddb
ICU-5787 Check point check in to fix the following errors.
...
Memory leaks. Portability errors. Compiler warnings. etc.
Still trying to narrow down AIX failure.
X-SVN-Rev: 22274
2007-08-04 02:44:11 +00:00
Claire Ho
efe2014ed1
ICU-5787 merge from feature branch revision 22024:22252.
...
X-SVN-Rev: 22260
2007-08-03 18:43:04 +00:00