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
George Rhoten
d982e0d2ab
ICU-3259 Make it easier to distinguish tests while using heap debugging tools.
...
X-SVN-Rev: 13326
2003-10-06 22:15:27 +00:00
George Rhoten
c2fbe47c86
ICU-2942 Don't go off the end of the string.
...
X-SVN-Rev: 13325
2003-10-06 21:13:54 +00:00
George Rhoten
6154b69b6c
ICU-1851 Fix uninitialized memory
...
X-SVN-Rev: 13324
2003-10-06 21:05:04 +00:00
George Rhoten
d91245b24c
ICU-3271 Fix a compiler warning for Mac OS 8/9
...
X-SVN-Rev: 13323
2003-10-06 15:55:31 +00:00
George Rhoten
74b020b976
ICU-3311 Change spelling for Sunday
...
X-SVN-Rev: 13322
2003-10-06 15:40:11 +00:00
Markus Scherer
1fed84843c
ICU-1838 forbid converting surrogate code points in UTF-16/32
...
X-SVN-Rev: 13321
2003-10-06 03:28:36 +00:00
George Rhoten
4f34da5a08
ICU-3258 Minor whitespace and documentation changes.
...
X-SVN-Rev: 13320
2003-10-05 23:44:30 +00:00
George Rhoten
539743d8d1
ICU-3156 Remove dead tests that don't need to be there anymore.
...
X-SVN-Rev: 13319
2003-10-04 17:55:32 +00:00
Alan Liu
66e807ff85
ICU-2966 make clone polymorphic
...
X-SVN-Rev: 13318
2003-10-04 00:38:19 +00:00
Alan Liu
996bc7de46
ICU-2920 update isRuleWhiteSpace to have a fixed set of characters per UTR #31
...
X-SVN-Rev: 13317
2003-10-04 00:37:18 +00:00
Doug Felt
63f0e270e9
ICU-2732 add -filter options
...
X-SVN-Rev: 13316
2003-10-04 00:27:28 +00:00
George Rhoten
fd7d8e1dc5
ICU-2942 Partial implementation of locale script API. More testing to be done later.
...
X-SVN-Rev: 13315
2003-10-03 23:57:04 +00:00