Commit Graph

12561 Commits

Author SHA1 Message Date
Syn Wee Quek
f2051508d7 ICU-871 Removed debug printlns
X-SVN-Rev: 13381
2003-10-09 23:28:39 +00:00
Syn Wee Quek
3f9a740b77 ICU-871 Synching forward and reverse collation iteration to have exactly the same collation elements
X-SVN-Rev: 13380
2003-10-09 23:27:18 +00:00
Alan Liu
e7961f7811 ICU-2966 fix Julian-Gregorian offset
X-SVN-Rev: 13379
2003-10-09 22:33:20 +00:00
Alan Liu
6b6838ec3a ICU-2966 enhance diagnostic info
X-SVN-Rev: 13378
2003-10-09 22:30:05 +00:00
Doug Felt
0cdbdaf3e7 ICU-3310 only one summary line per test method, even if multiple failures within method
X-SVN-Rev: 13377
2003-10-09 21:24:37 +00:00
Alan Liu
2d6ae0054b ICU-3259 restore lazy allocation (important!), but with no memory leak
X-SVN-Rev: 13376
2003-10-09 20:30:05 +00:00
Doug Felt
828156c9da ICU-3310 add summary to test output (also removed spurious output from CollationServiceTest)
added -silent option to TestFramework

X-SVN-Rev: 13375
2003-10-09 20:02:23 +00:00
Alan Liu
6e75984cbe ICU-3280 fix docs
X-SVN-Rev: 13374
2003-10-09 18:42:29 +00:00
George Rhoten
7ff9b0b7ce ICU-3312 We no longer test properly getting the time zone from the OS.
The tests will now work in all time zones, but the tests will manually set the time zone to the expected time zone for testing.

X-SVN-Rev: 13373
2003-10-09 18:25:24 +00:00
George Rhoten
758f52fc95 ICU-3259 Fix a memory leak. This seems like a better solution
X-SVN-Rev: 13372
2003-10-09 17:29:22 +00:00
George Rhoten
5e26d68460 ICU-3259 Fix a memory leak. This might be the solution.
X-SVN-Rev: 13371
2003-10-09 17:22:35 +00:00
Andy Heninger
72109e9494 ICU-2924 Line break update - fix some test failures.
X-SVN-Rev: 13370
2003-10-09 05:39:58 +00:00
Alan Liu
742ce391bb ICU-2966 clean up test
X-SVN-Rev: 13369
2003-10-09 02:50:07 +00:00
Alan Liu
d4131234db ICU-2966 make zone GMT to eliminate historical zone variation
X-SVN-Rev: 13368
2003-10-09 02:49:40 +00:00
Alan Liu
b3c5b7b886 ICU-2966 no longer need to override computeZoneOffset
X-SVN-Rev: 13367
2003-10-09 02:49:03 +00:00
Alan Liu
e0227a777f ICU-2966 use millis-based getOffset
X-SVN-Rev: 13366
2003-10-09 02:48:36 +00:00
Alan Liu
a32f22a1cd ICU-2966 add millis-based getOffset (parallel to 2.8 ICU4C API)
X-SVN-Rev: 13365
2003-10-09 02:47:40 +00:00
Andy Heninger
d4524826ed ICU-2924 RBBI, new style rule format, new line break rules. (14 known test failures, will fix real soon.)
X-SVN-Rev: 13364
2003-10-09 01:13:08 +00:00
George Rhoten
95996b6773 ICU-3259 Fix a memory leak
X-SVN-Rev: 13363
2003-10-08 22:43:26 +00:00
George Rhoten
a424744b3c ICU-2942 Fix some documentation warnings.
X-SVN-Rev: 13362
2003-10-08 22:14:00 +00:00
Syn Wee Quek
1a8abc5b66 ICU-2212 Utilized UCharacterIterator in Collation
X-SVN-Rev: 13361
2003-10-08 21:51:44 +00:00
George Rhoten
1fde66b031 ICU-2966 The example should use the new API.
X-SVN-Rev: 13360
2003-10-08 18:23:31 +00:00
George Rhoten
2ef6713835 ICU-2966 Remove unused private classes needed by old timezone implementation
X-SVN-Rev: 13359
2003-10-08 18:08:09 +00:00
George Rhoten
7c001d153c ICU-3259 Fix a time zone failure
X-SVN-Rev: 13358
2003-10-07 23:56:36 +00:00
Doug Felt
64b4031062 ICU-3096 use offset instead of 0 in BigDecimal constructor
X-SVN-Rev: 13357
2003-10-07 23:55:19 +00:00
George Rhoten
c581387766 ICU-3259 Fix a time zone failure
X-SVN-Rev: 13356
2003-10-07 23:49:04 +00:00
Doug Felt
8b37178c56 ICU-2732 add -filter options
X-SVN-Rev: 13354
2003-10-07 23:18:09 +00:00
George Rhoten
c65d4d8669 ICU-3312 We no longer test properly getting the time zone from the OS.
The tests will now work in all time zones, but the tests will manually set the time zone to the expected time zone for testing.

X-SVN-Rev: 13353
2003-10-07 22:53:31 +00:00
George Rhoten
be16e68b51 ICU-3312 We no longer test properly getting the time zone from the OS.
The tests will now work in all time zones, but the tests will manually set the time zone to the expected time zone for testing.

X-SVN-Rev: 13352
2003-10-07 22:46:31 +00:00
George Rhoten
3f5619bf1e ICU-2966 This file isn't used anymore. The Attic will retain these changes.
X-SVN-Rev: 13351
2003-10-07 22:27:52 +00:00
George Rhoten
09edf55f1c ICU-3312 Remove the time zone option.
After fixing the time zone memory leak, I discovered that some tests call u_cleanup to test the heap functions.
So setting the time zone at the beginning of the process won't help because the value doesn't stay around.
Any tests that depend on the timezone need to set and reset the timezone.

X-SVN-Rev: 13350
2003-10-07 22:22:34 +00:00
George Rhoten
00e21ff118 ICU-3259 Remove the time zone option.
After fixing the time zone memory leak, I discovered that some tests call u_cleanup to test the heap functions.
So setting the time zone at the beginning of the process won't help because the value doesn't stay around.
Any tests that depend on the timezone need to set and reset the timezone.

X-SVN-Rev: 13349
2003-10-07 21:52:15 +00:00
George Rhoten
8f1deb1ece ICU-3259 Remove the time zone option.
After fixing the memory leak, I discovered that some tests call u_cleanup to test the heap functions.
So setting the time zone at the beginning of the process won't help because it doesn't stay around.
Any tests that depend on the timezone need to set and reset the timezone.

X-SVN-Rev: 13348
2003-10-07 21:50:15 +00:00
Alan Liu
8b78a7ea5f ICU-2906 no "//" allowed
X-SVN-Rev: 13347
2003-10-07 21:01:48 +00:00
George Rhoten
bd54471e54 ICU-2942 Sort the language and country names for easier comparison and to make it easier to find them.
X-SVN-Rev: 13346
2003-10-07 19:52:24 +00:00
George Rhoten
9969e5abe2 ICU-2942 Test getDisplayName
X-SVN-Rev: 13345
2003-10-07 19:51:31 +00:00
George Rhoten
41776fc2e1 ICU-3313 Fix library versioning
X-SVN-Rev: 13344
2003-10-07 18:36:09 +00:00
Alan Liu
64c5a40289 ICU-2906 liberalize escaped surrogate pair handling
X-SVN-Rev: 13343
2003-10-07 18:11:01 +00:00
Alan Liu
7fffbdf68f ICU-2906 make unescapeAt() handle escaped surrogate pairs
X-SVN-Rev: 13342
2003-10-07 18:10:37 +00:00
Ram Viswanadha
9ef53293f9 ICU-3309 fix the aliasing
X-SVN-Rev: 13341
2003-10-07 17:24:18 +00:00
Alan Liu
94a17e18a5 ICU-2906 make unescapeAt() handle \u-escaped surrogate pairs
X-SVN-Rev: 13340
2003-10-07 17:22:14 +00:00
Alan Liu
402f683111 ICU-3280 remove unescapeAt(RCI) in favor of using lookahead/jumpahead
X-SVN-Rev: 13339
2003-10-07 16:51:58 +00:00
George Rhoten
81ed46198e ICU-3222 Fix some compiler warnings.
X-SVN-Rev: 13338
2003-10-07 16:12:46 +00:00
George Rhoten
8e7a34ec49 ICU-3221 Fix AIX linker warnings, and reduce amount of private static class data being exported (some mainframes have minor issues with that)
X-SVN-Rev: 13337
2003-10-07 15:49:47 +00:00
George Rhoten
b626ac0b2d ICU-3221 Abstract classes shouldn't have a static class ID
X-SVN-Rev: 13336
2003-10-07 15:47:56 +00:00
Eric Mader
b80b8bc887 ICU-3314 Add U_NAMESPACE_BEGIN, U_NAMESPACE_END
X-SVN-Rev: 13335
2003-10-07 02:23:19 +00:00
Ram Viswanadha
cd76fee190 ICU-3115 fix a bug that prevents the code from picking up table names
X-SVN-Rev: 13334
2003-10-07 00:59:26 +00:00
George Rhoten
ef250cdd79 ICU-2256 Fix a performance issue. Don't initialize with the default locale when you're going to use it as a fill in object.
X-SVN-Rev: 13329
2003-10-06 22:41:57 +00:00
George Rhoten
e7ded0fd0d ICU-3259 Fix a memory leak
X-SVN-Rev: 13328
2003-10-06 22:37:41 +00:00
George Rhoten
adec715ac1 ICU-3259 Fix memory initialization and memory leak problems.
X-SVN-Rev: 13327
2003-10-06 22:32:36 +00:00