Syn Wee Quek
1ef0ff982e
ICU-2292 rbbiapts all test passing
...
X-SVN-Rev: 13613
2003-11-07 00:04:13 +00:00
Markus Scherer
cc21ef7ba4
ICU-699 add StringEnumeration default implementations
...
X-SVN-Rev: 13612
2003-11-06 23:25:00 +00:00
Syn Wee Quek
254924e2e9
ICU-2292 word breaks fixed and passing (i think)
...
X-SVN-Rev: 13605
2003-11-06 20:00:46 +00:00
Andy Heninger
3881c136f8
ICU-2292 missing 'int i' on MSVC. for (int i;... is not portable
...
X-SVN-Rev: 13600
2003-11-06 04:38:11 +00:00
Steven R. Loomis
c2da4085ce
ICU-699 reenable tests, fix compiler errs
...
X-SVN-Rev: 13598
2003-11-06 01:38:45 +00:00
Steven R. Loomis
f699348281
ICU-2292 duplicate 'int i'
...
X-SVN-Rev: 13597
2003-11-06 01:37:56 +00:00
Syn Wee Quek
469c2d5b76
ICU-2292 first cut of performance improvements, test failures commented out.
...
X-SVN-Rev: 13596
2003-11-05 23:50:39 +00:00
George Rhoten
7a1bc9116d
ICU-3359 Remove some stuff that doesn't need to be in the project
...
X-SVN-Rev: 13590
2003-11-05 18:45:45 +00:00
Steven R. Loomis
e0b86b5334
ICU-699 comment out broken clone tests, to unblock 3357 (int64) testing.
...
X-SVN-Rev: 13584
2003-11-05 03:04:50 +00:00
Steven R. Loomis
4bf5948613
ICU-3357 use constants instead of bare values
...
X-SVN-Rev: 13580
2003-11-05 02:09:05 +00:00
Markus Scherer
1e06e62069
ICU-699 add missing clone() functions
...
X-SVN-Rev: 13579
2003-11-05 02:06:36 +00:00
Doug Felt
29e65256c7
ICU-813 fix for linux builds
...
X-SVN-Rev: 13560
2003-11-04 01:55:54 +00:00
Doug Felt
ec61a9f587
ICU-813 remove warning
...
X-SVN-Rev: 13558
2003-11-04 00:43:22 +00:00
Doug Felt
fbcedaebe2
ICU-813 numformat test fix
...
X-SVN-Rev: 13557
2003-11-04 00:42:37 +00:00
Steven R. Loomis
1829aafdfe
ICU-2943 improve test output for calendars
...
X-SVN-Rev: 13553
2003-11-03 23:21:03 +00:00
Markus Scherer
2875ab287f
ICU-2360 UnicodeString pointer+length functions should recognize length=-1 for NUL-terminated input
...
X-SVN-Rev: 13548
2003-10-31 23:08:12 +00:00
Doug Felt
e5a79dc60c
ICU-813 int64 formatting support
...
X-SVN-Rev: 13547
2003-10-31 22:47:25 +00:00
Markus Scherer
87cd8a5be1
ICU-3267 UniStr::toTitle(iter!=NULL) must set its text on iter
...
X-SVN-Rev: 13546
2003-10-31 22:09:48 +00:00
Markus Scherer
e207ba9a7c
ICU-2950 add public operator + to UnicodeString
...
X-SVN-Rev: 13544
2003-10-31 21:28:46 +00:00
Markus Scherer
f24d153bdb
ICU-2404 implement ucnv_getUnicodeSet() for extensions
...
X-SVN-Rev: 13527
2003-10-29 22:06:57 +00:00
Doug Felt
3f812b4d59
ICU-2552 number of zeros
...
X-SVN-Rev: 13520
2003-10-29 00:20:05 +00:00
Markus Scherer
238401e40f
ICU-2404 more consistency checks
...
X-SVN-Rev: 13509
2003-10-28 05:15:24 +00:00
Steven R. Loomis
ec7ae0cdde
ICU-2943 calendar update
...
X-SVN-Rev: 13493
2003-10-26 10:20:40 +00:00
George Rhoten
bd5472281f
ICU-3221 Fix some AIX linker warnings.
...
X-SVN-Rev: 13482
2003-10-24 01:04:44 +00:00
Andy Heninger
3c223acda5
ICU-3320 Regex, incorrect optimization of patterns beginning with a X{0,*} loop
...
X-SVN-Rev: 13481
2003-10-24 01:01:45 +00:00
George Rhoten
f1e3bc6923
ICU-3178 Fix a gcc compiler optimization bug that was uncovered
...
X-SVN-Rev: 13480
2003-10-23 21:35:40 +00:00
Ram Viswanadha
9bf949f010
ICU-3050 remove label separators from the data file
...
X-SVN-Rev: 13455
2003-10-17 19:26:35 +00:00
George Rhoten
6422d50c07
ICU-3178 Don't use assert. It's very inconvienient while testing on other platforms.
...
X-SVN-Rev: 13453
2003-10-17 16:45:43 +00:00
Ram Viswanadha
f58212cfe5
ICU-3053 fix the test as per George's comments
...
X-SVN-Rev: 13449
2003-10-17 00:34:33 +00:00
George Rhoten
48e73c9487
ICU-3326 Improve build time
...
X-SVN-Rev: 13438
2003-10-16 15:57:12 +00:00
George Rhoten
ee2f4859cf
ICU-3258 Reenable multithreaded tests
...
X-SVN-Rev: 13436
2003-10-16 04:03:14 +00:00
George Rhoten
c16ea74264
ICU-3326 Improve build time
...
X-SVN-Rev: 13427
2003-10-15 08:03:56 +00:00
Vladimir Weinstein
6edcd27333
ICU-2438 C++ tests for getKeywords and getKeywordValue
...
X-SVN-Rev: 13424
2003-10-15 05:32:40 +00:00
Alan Liu
c91c33fbdf
ICU-3262 make UnicodeSet constructor and applyPattern() taking a ParsePosition, options bit mask, and SymbolTable pointer public
...
X-SVN-Rev: 13417
2003-10-14 21:47:59 +00:00
Alan Liu
a2b580f0c7
ICU-2906 add more test cases per Doug's review
...
X-SVN-Rev: 13403
2003-10-13 23:47:25 +00:00
Andy Heninger
94a9e101e7
ICU-2924 RBBI, line break rules, monkey test, a few more fixes
...
X-SVN-Rev: 13402
2003-10-13 22:01:53 +00:00
Alan Liu
e1776d90c6
ICU-3175 fix handling of invalid pattern char
...
X-SVN-Rev: 13400
2003-10-13 17:15:39 +00:00
Andy Heninger
ccba9cce88
ICU-2924 Line break update - fix more monkey failures, getting closer.
...
X-SVN-Rev: 13397
2003-10-13 06:01:21 +00:00
Andy Heninger
a3f8e5695e
ICU-2924 RBBI, line break rules, monkey test, better conformance to spec
...
X-SVN-Rev: 13394
2003-10-11 00:44:36 +00:00
Andy Heninger
42281a6605
ICU-2924 RBBI, line break monkey test, better conformance to spec
...
X-SVN-Rev: 13391
2003-10-10 18:57:42 +00:00
Syn Wee Quek
307771b192
ICU-871 synching thai forward and reverse iteration to have exactly the same collation elements
...
X-SVN-Rev: 13387
2003-10-10 01:54:16 +00:00
Andy Heninger
9f947e20dc
ICU-2924 RBBI, line break monkey test, better conformance to spec
...
X-SVN-Rev: 13385
2003-10-10 00:53:18 +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
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
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
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
Alan Liu
7fffbdf68f
ICU-2906 make unescapeAt() handle escaped surrogate pairs
...
X-SVN-Rev: 13342
2003-10-07 18:10:37 +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
b626ac0b2d
ICU-3221 Abstract classes shouldn't have a static class ID
...
X-SVN-Rev: 13336
2003-10-07 15:47:56 +00:00