Markus Scherer
37c28a48b6
ICU-2590 improve API/code coverage
...
X-SVN-Rev: 11886
2003-05-10 23:10:09 +00:00
Markus Scherer
bb446d4bfa
ICU-2439 improve API/code coverage
...
X-SVN-Rev: 11885
2003-05-10 23:03:43 +00:00
Alan Liu
ec2fad40f1
ICU-2874 fix parsing of [^-b]
...
X-SVN-Rev: 11871
2003-05-09 21:01:57 +00:00
Alan Liu
9b20bed1a3
ICU-2792 fix anomalous behavior when adding across a DST boundary
...
X-SVN-Rev: 11866
2003-05-09 19:13:59 +00:00
Markus Scherer
46f091ab0d
ICU-2439 fix test to work with short Asian language names
...
X-SVN-Rev: 11863
2003-05-09 18:22:40 +00:00
Andy Heninger
efc59e36a9
ICU-2411 Regexp, support for \x hex escapes in patterns added.
...
X-SVN-Rev: 11862
2003-05-09 16:55:08 +00:00
Alan Liu
800f4020cb
ICU-2804 add UnicodeString test for \x{...}
...
X-SVN-Rev: 11861
2003-05-09 16:15:49 +00:00
Vladimir Weinstein
d67ed71487
ICU-2755 delete another collator after test
...
X-SVN-Rev: 11854
2003-05-08 23:52:40 +00:00
Doug Felt
a42d3a8d55
ICU-2755 delete collator in test
...
X-SVN-Rev: 11850
2003-05-08 23:34:14 +00:00
George Rhoten
9dc37beb84
ICU-2039 Add a special hard to find test case when decimal format symbols are requested from a locale that causes the ures_* API to fail.
...
X-SVN-Rev: 11848
2003-05-08 23:17:49 +00:00
Doug Felt
f4621a6bce
ICU-2755 remove second const in const US * const
...
X-SVN-Rev: 11847
2003-05-08 22:41:26 +00:00
Ram Viswanadha
5219cb8a3b
ICU-2194 add disclaimer and licence copied from RFC. No code change
...
X-SVN-Rev: 11817
2003-05-06 20:56:38 +00:00
George Rhoten
97a32dd6b1
ICU-2755 Fix for Solaris
...
X-SVN-Rev: 11816
2003-05-06 20:37:31 +00:00
Markus Scherer
e5383df00f
ICU-2860 add UCONFIG_NO_NORMALIZATION and UCONFIG_NO_IDNA
...
X-SVN-Rev: 11809
2003-05-06 01:37:52 +00:00
Markus Scherer
9a4e0e4af2
ICU-2860 add UCONFIG_NO_NORMALIZATION and UCONFIG_NO_IDNA
...
X-SVN-Rev: 11808
2003-05-06 01:22:23 +00:00
George Rhoten
725e9155d0
ICU-2755 Fix for HP-UX
...
X-SVN-Rev: 11806
2003-05-05 23:22:46 +00:00
Ram Viswanadha
91ea8b908e
ICU-2779 port changes to ICU4C
...
X-SVN-Rev: 11805
2003-05-05 23:22:34 +00:00
Ram Viswanadha
583746e2d9
ICU-2194 dynamically allocate room for path and file name
...
X-SVN-Rev: 11803
2003-05-05 23:21:16 +00:00
Doug Felt
ba9a3786c5
ICU-2755 can't cast const char* to const UnicodeString& on solaris
...
X-SVN-Rev: 11793
2003-05-03 00:01:10 +00:00
Doug Felt
717d15653c
ICU-2755 added getLocale test to factory-based coll registration
...
X-SVN-Rev: 11789
2003-05-02 22:58:06 +00:00
Doug Felt
556c72cc54
ICU-2755 fixed RuleBasedCollator clone/cc operations to handle aliasing cases,
...
added additional tests for getLocale of registered collators, misc fixes to ICUService,
StringSearch, ucollator to support changes.
X-SVN-Rev: 11786
2003-05-02 22:17:14 +00:00
Markus Scherer
55e9679b22
ICU-2710 do not use an obsolete API
...
X-SVN-Rev: 11780
2003-05-02 20:38:27 +00:00
Eric Mader
e186286db0
ICU-2850 Add svccoll.cpp, svccoll.h
...
X-SVN-Rev: 11777
2003-05-02 19:41:44 +00:00
Eric Mader
e90dd29852
ICU-2755 tests for collation, docs, minor service changes
...
X-SVN-Rev: 11776
2003-05-02 19:36:23 +00:00
Doug Felt
d00a183d4e
ICU-2222 made deprecated abstract methods concrete and delegate to new ones,
...
also fixed problem in apicoll which assumed fixed LTR argument evaluation order, TestCollator
also needed new (and old) overloads. couldn't use 'using' according to markus.
X-SVN-Rev: 11763
2003-05-01 23:23:52 +00:00
Doug Felt
7e745f0772
ICU-2755 tests for collation, docs, minor service changes
...
X-SVN-Rev: 11758
2003-05-01 18:27:24 +00:00
Vladimir Weinstein
e5e7811644
ICU-2364 collation version has changed - reflect that in the test
...
X-SVN-Rev: 11757
2003-05-01 17:45:08 +00:00
Markus Scherer
41c2ebf526
ICU-2710 remove @obsolete ICU 2.6 and earlier code
...
X-SVN-Rev: 11748
2003-05-01 01:31:28 +00:00
George Rhoten
46973d4837
ICU-2850 Add MSVC 7 (Visual Studio .NET) project files
...
X-SVN-Rev: 11747
2003-05-01 01:10:19 +00:00
George Rhoten
4e1913af46
ICU-2850 Add MSVC 7 (Visual Studio .NET) project files
...
X-SVN-Rev: 11743
2003-04-30 22:50:21 +00:00
Markus Scherer
ece6fe9eca
ICU-1730 add Replaceable::clone()
...
X-SVN-Rev: 11741
2003-04-30 22:08:57 +00:00
Markus Scherer
959aa6bab4
ICU-2356 all UnicodeString methods should treat NULL input pointers as empty strings
...
X-SVN-Rev: 11739
2003-04-30 02:22:02 +00:00
Andy Heninger
702ddea7c2
ICU-2787 add u_init() to work around thread safety problems with existing lazy init
...
X-SVN-Rev: 11735
2003-04-30 00:09:18 +00:00
Alan Liu
cba3714e45
ICU-2132 re-enable test
...
X-SVN-Rev: 11729
2003-04-29 18:28:55 +00:00
George Rhoten
2adf6bbb4c
ICU-2699 Fixed some compiler warnings
...
X-SVN-Rev: 11728
2003-04-29 18:14:37 +00:00
Doug Felt
9dbfa5f995
ICU-2821 update currency registration to not use service, no fallback,
...
and country names + only EURO/PRE_EURO variants.
X-SVN-Rev: 11727
2003-04-29 16:55:44 +00:00
George Rhoten
11358c6569
ICU-2628 Use the portable uint32_t
...
X-SVN-Rev: 11714
2003-04-25 23:41:23 +00:00
Markus Scherer
bbf546a40e
ICU-2439 fix display name lookups to not fallback through the default locale
...
X-SVN-Rev: 11712
2003-04-25 22:56:51 +00:00
Alan Liu
7fd6350f1e
ICU-2832 hack UnicodeSet parser to handle four special case names for C99 compatibility props
...
X-SVN-Rev: 11710
2003-04-25 20:34:44 +00:00
Doug Felt
4dc960f3a4
ICU-2821 service registration for currency
...
X-SVN-Rev: 11706
2003-04-25 18:02:09 +00:00
Vladimir Weinstein
38eff7394d
ICU-2412 don't crash when you cannot open UCA collator
...
X-SVN-Rev: 11689
2003-04-24 23:18:00 +00:00
George Rhoten
213d998491
ICU-2729 Fix a compiler error with AIX
...
X-SVN-Rev: 11665
2003-04-24 16:16:13 +00:00
George Rhoten
1dfa0b831b
ICU-2628 Fix some compiler problems with z/OS's definition of the cs function.
...
X-SVN-Rev: 11656
2003-04-24 00:32:44 +00:00
Vladimir Weinstein
e0b0221b7f
ICU-2412 initialized storage to keep purify happy
...
X-SVN-Rev: 11636
2003-04-23 17:15:43 +00:00
Vladimir Weinstein
71091e109b
ICU-2765 test data separated to calldata.h so that it can easily be used from both cintltst and intltest
...
X-SVN-Rev: 11629
2003-04-23 05:39:51 +00:00
Vladimir Weinstein
1a90426971
ICU-2765 renamed confusing testDigitListAPI to testDigitList. DigitList is not a part of the API
...
X-SVN-Rev: 11628
2003-04-23 05:23:01 +00:00
Vladimir Weinstein
3292fefc11
ICU-2765 added parse error to rules UCA constructor for easier debugging of the rules
...
X-SVN-Rev: 11627
2003-04-23 05:01:10 +00:00
George Rhoten
720401b4b5
ICU-2729 Fix a memory leak
...
X-SVN-Rev: 11625
2003-04-23 00:30:02 +00:00
Ram Viswanadha
19c0a21ecb
ICU-2779 temporarily (up through ICU 2.8) filter against 3.2 characters to make round trip tests pass
...
X-SVN-Rev: 11624
2003-04-23 00:23:26 +00:00
Alan Liu
d2cea9a9eb
ICU-2790 recognize alternate transliterator syntax characters
...
X-SVN-Rev: 11623
2003-04-23 00:20:16 +00:00
Doug Felt
42475ef053
ICU-1734 number spellout for fr_BE
...
X-SVN-Rev: 11622
2003-04-22 23:55:03 +00:00
George Rhoten
b69c8dcb62
ICU-2729 Fix a memory leak
...
X-SVN-Rev: 11620
2003-04-22 15:49:53 +00:00
George Rhoten
bd5e5cc715
ICU-2729 Fix a memory leak
...
X-SVN-Rev: 11618
2003-04-21 23:25:07 +00:00
Alan Liu
1f636472c2
ICU-2119 add tests for complex currency
...
X-SVN-Rev: 11615
2003-04-21 22:48:41 +00:00
Alan Liu
b8bac331e6
ICU-2119 enhance and cleanup tests; add more parsing checks
...
X-SVN-Rev: 11608
2003-04-21 19:16:38 +00:00
George Rhoten
817977fbcc
ICU-2699 Fix some compiler warnings.
...
X-SVN-Rev: 11593
2003-04-18 23:46:24 +00:00
George Rhoten
75446a50e3
ICU-2707 Allow NormalizationTest-3.2.0.txt to be found on Unix
...
X-SVN-Rev: 11592
2003-04-18 23:41:17 +00:00
George Rhoten
402812f852
ICU-2699 Fix some compiler warnings
...
X-SVN-Rev: 11587
2003-04-18 22:13:52 +00:00
Ram Viswanadha
2e11ec438a
ICU-2194 fix compiler warnings and failure of testidn for out of source builds
...
X-SVN-Rev: 11575
2003-04-17 20:35:47 +00:00
Markus Scherer
912673a5e4
ICU-2580 replace RES_ UResType constant names with URES_ names
...
X-SVN-Rev: 11564
2003-04-16 23:52:32 +00:00
Alan Liu
b8b50699f2
ICU-2779 temporarily (up through ICU 2.8) filter against 3.2 characters to make round trip tests pass
...
X-SVN-Rev: 11532
2003-04-11 23:58:42 +00:00
Alan Liu
44840b3223
ICU-2119 update and reorganize currency data
...
X-SVN-Rev: 11517
2003-04-11 19:34:13 +00:00
Markus Scherer
64e7e84da2
ICU-2789 add UErrorCode to getInclusions()/addPropertyStarts()
...
X-SVN-Rev: 11478
2003-04-09 17:27:05 +00:00
Andy Heninger
806b6d974f
ICU-2093 Update word breakr rules to latest Unicode TR, work in progress
...
X-SVN-Rev: 11472
2003-04-08 05:35:13 +00:00
Vladimir Weinstein
c85a8170b7
ICU-2765 update skippables
...
X-SVN-Rev: 11466
2003-04-06 07:38:54 +00:00
Andy Heninger
9e3648ad6c
ICU-2093 Update grapheme cluster rules to latest Unicode TR
...
X-SVN-Rev: 11461
2003-04-04 23:41:03 +00:00
Alan Liu
403e3c64a2
ICU-2154 standardize whitespace handling by date/number format
...
X-SVN-Rev: 11460
2003-04-04 20:55:10 +00:00
Ram Viswanadha
6946f87968
ICU-2194 conformance tests of IDNA
...
X-SVN-Rev: 11427
2003-04-01 02:00:54 +00:00
Vladimir Weinstein
855e1bb881
ICU-2412 put a reasonable thread number and added conditional for collation service
...
X-SVN-Rev: 11425
2003-03-31 23:10:33 +00:00
Vladimir Weinstein
45565221f1
ICU-2412 make output go to info channel
...
X-SVN-Rev: 11421
2003-03-29 09:00:40 +00:00
Vladimir Weinstein
6d3b15465c
ICU-2412 adapted tests to OS maximum. TODO: put back the number of threads to a normal value after we finish testing.
...
X-SVN-Rev: 11420
2003-03-29 08:46:15 +00:00
Vladimir Weinstein
1f7bf2655e
ICU-2412 cleaned up collator thread safety test. Still not working everywhere.
...
X-SVN-Rev: 11413
2003-03-28 08:14:43 +00:00
Vladimir Weinstein
2d01438fef
ICU-2412 test for thread safety of collators - take 1
...
X-SVN-Rev: 11406
2003-03-27 18:24:28 +00:00
George Rhoten
6bb4571495
ICU-2138 Various locale updates
...
X-SVN-Rev: 11404
2003-03-27 06:34:58 +00:00
Ram Viswanadha
2f2f6af2bc
ICU-2194 fix compiler warnings on Solaris
...
X-SVN-Rev: 11367
2003-03-20 18:08:39 +00:00
Andy Heninger
f6d9573913
ICU-2422 Regexp, general cleanup
...
X-SVN-Rev: 11366
2003-03-20 01:15:10 +00:00
Ram Viswanadha
dde478d82e
ICU-2194 fix Solaris warnings and HPUX failure
...
X-SVN-Rev: 11365
2003-03-20 01:11:51 +00:00
GCL Shanghai
2de3bade18
ICU-2222 fix breaking changes
...
X-SVN-Rev: 11357
2003-03-19 13:21:51 +00:00
Alan Liu
ac193fe881
ICU-1085 make first day of week and minimal days of first week invalidate fields
...
X-SVN-Rev: 11351
2003-03-18 18:17:05 +00:00
Ram Viswanadha
df758b9fb6
ICU-2194 fix bug found while running demo
...
X-SVN-Rev: 11341
2003-03-17 21:26:28 +00:00
Ram Viswanadha
eacb7beea5
ICU-2194 fix seg fault on CCC
...
X-SVN-Rev: 11324
2003-03-14 23:02:27 +00:00
Ram Viswanadha
b44e07e7b1
ICU-2194 fix seg fault on CCC
...
X-SVN-Rev: 11323
2003-03-14 22:43:40 +00:00
Ram Viswanadha
c853cd0472
ICU-2194 fix crash on Alpha/Linux CCC
...
X-SVN-Rev: 11317
2003-03-14 21:39:33 +00:00
George Rhoten
bb9e366b13
ICU-2203 Fix for HP and other compilers
...
X-SVN-Rev: 11311
2003-03-14 02:18:40 +00:00
Alan Liu
1ac2fc0b78
ICU-2656 complete rewrite of parse() to revise handling of abutting numeric fields so that "12345" x "HHmmss" => 1:23:45
...
X-SVN-Rev: 11308
2003-03-14 00:49:21 +00:00
Alan Liu
cb5ef5a19e
ICU-2612 fix test to not depend on en_GB
...
X-SVN-Rev: 11307
2003-03-14 00:46:33 +00:00
Alan Liu
7c67f351f8
ICU-2612 fix test to not depend on en_GB
...
X-SVN-Rev: 11306
2003-03-14 00:22:57 +00:00
Markus Scherer
6d58c3871a
ICU-2481 more tests for UNORM_UNICODE_3_2 and related
...
X-SVN-Rev: 11303
2003-03-13 23:03:21 +00:00
Ram Viswanadha
a204c3713f
ICU-2194 Add test for bug found after after demo
...
X-SVN-Rev: 11287
2003-03-12 23:16:57 +00:00
Andy Heninger
77a6b03679
ICU-2422 Regexp tests of expressions at http://www.regxlib.com/
...
X-SVN-Rev: 11279
2003-03-10 07:37:37 +00:00
Alan Liu
e7be1a69e2
ICU-2656 make HHmmss parsing not parse negative numbers
...
X-SVN-Rev: 11254
2003-03-07 01:04:43 +00:00
George Rhoten
efda501285
ICU-2710 Remove some obsolete code
...
X-SVN-Rev: 11248
2003-03-05 04:56:28 +00:00
Andy Heninger
09baec1685
ICU-2422 Regexp \N{NAME} added. (ZeroLengthMatch)* optimizations improved.
...
X-SVN-Rev: 11228
2003-03-04 01:10:46 +00:00
Andy Heninger
ae14297881
ICU-2422 look-behind ops implementation finished.
...
X-SVN-Rev: 11212
2003-03-02 19:11:09 +00:00
Markus Scherer
679814d32b
ICU-2021 improve tests for canonical caseless match
...
X-SVN-Rev: 11207
2003-03-01 00:09:12 +00:00
Ram Viswanadha
021a837ce9
ICU-2194 remove tidnaref.cpp
...
X-SVN-Rev: 11202
2003-02-28 22:43:55 +00:00
Ram Viswanadha
267d3d1f30
ICU-2194 tests for IDNA
...
X-SVN-Rev: 11196
2003-02-28 21:37:55 +00:00
Alan Liu
e6f997fa51
ICU-2161 move obsolete code to icuapps/obsolete component
...
X-SVN-Rev: 11190
2003-02-28 20:36:53 +00:00
Andy Heninger
acda85d7cf
ICU-2422 regexp, look-behind ops, work in progress.
...
X-SVN-Rev: 11176
2003-02-27 01:59:23 +00:00
Alan Liu
2cc3e72b30
ICU-2161 move obsolete code to icuapps/obsolete component
...
X-SVN-Rev: 11171
2003-02-26 23:22:03 +00:00
Markus Scherer
2b7ba6ffc3
ICU-2481 improve prototype and support backlevel Unicode 3.2 normalization
...
X-SVN-Rev: 11167
2003-02-26 01:45:06 +00:00
Markus Scherer
e9d1b6386c
ICU-2653 fix [:Age=x.y:] tests
...
X-SVN-Rev: 11166
2003-02-26 01:29:03 +00:00
Doug Felt
c31688a777
ICU-2203 C++ version of NumberFormat registration
...
X-SVN-Rev: 11160
2003-02-25 23:36:48 +00:00
Alan Liu
9dc05ec566
ICU-2161 move obsolete Unicode class code and tests to icuobs DLL
...
X-SVN-Rev: 11154
2003-02-25 20:53:34 +00:00
Alan Liu
6da5965d85
ICU-2161 move obsolete bidi code and tests to icuobs DLL
...
X-SVN-Rev: 11152
2003-02-25 19:40:00 +00:00
Alan Liu
0a3630d38d
ICU-2161 move obsolete bidi code and tests to icuobs DLL
...
X-SVN-Rev: 11151
2003-02-25 19:23:06 +00:00
Syn Wee Quek
64c96bdef0
ICU-2720 thai backwards iteration fix, keep base consonants as unsafe code
...
X-SVN-Rev: 11142
2003-02-22 01:26:28 +00:00
GCL Shanghai
513a23fdae
ICU-2222 Deprecate C++ enums that duplicate C enums
...
X-SVN-Rev: 11137
2003-02-21 08:32:22 +00:00
Alan Liu
7ef72deb8c
ICU-2350 add test for alias and contents of Case_Sensitive
...
X-SVN-Rev: 11128
2003-02-20 22:47:50 +00:00
Markus Scherer
4518459529
ICU-2021 fix ref_norm_compare() - see Jitterbug details
...
X-SVN-Rev: 11125
2003-02-20 19:46:54 +00:00
Vladimir Weinstein
bc39c0911b
ICU-2412 some extra Thai comments and tests. Requires TestNames_Thai.txt to be in the testdata directory
...
X-SVN-Rev: 11119
2003-02-20 01:23:41 +00:00
Vladimir Weinstein
58e26b03be
ICU-2412 added testing of iteration based collation to intltest
...
X-SVN-Rev: 11117
2003-02-20 01:15:10 +00:00
Markus Scherer
794e3d9fdc
ICU-2021 add tests for unorm_compare(case-insensitive)
...
X-SVN-Rev: 11106
2003-02-19 21:52:01 +00:00
Markus Scherer
fbdbe29cb7
ICU-2021 organize intltest files into project folders
...
X-SVN-Rev: 11103
2003-02-19 19:59:23 +00:00
Alan Liu
b589a7892e
ICU-2280 port additional unregistration test
...
X-SVN-Rev: 11102
2003-02-19 19:22:31 +00:00
Alan Liu
e794c614f0
ICU-2715 enhance toPattern supplementals test
...
X-SVN-Rev: 11085
2003-02-17 23:57:13 +00:00
Alan Liu
d31e6c49bf
ICU-2715 add toPattern supplementals test
...
X-SVN-Rev: 11080
2003-02-17 23:31:10 +00:00
George Rhoten
f1919822df
ICU-2648 Reduce the size of .brk files, and test that the rules roundtrip.
...
X-SVN-Rev: 11076
2003-02-17 18:06:42 +00:00
George Rhoten
cd9de6d966
ICU-2705 Fixes for CygWin/MSVC configuration
...
X-SVN-Rev: 11075
2003-02-17 17:48:50 +00:00
Markus Scherer
a0cebb2799
ICU-2344 test Turkic lowercasing of U+0307 according to Unicode erratum from 2002-10-31
...
X-SVN-Rev: 11072
2003-02-16 19:16:18 +00:00
Alan Liu
95631523ed
ICU-2350 added test for constructor and applyPattern() method taking option bitmask to support case-insensitive patterns
...
X-SVN-Rev: 11052
2003-02-14 21:18:41 +00:00
Vladimir Weinstein
98f8e51686
ICU-2711 make all the intltest collation test classes use doTest defined in IntlTestCollator class.
...
X-SVN-Rev: 11042
2003-02-14 07:14:02 +00:00
George Rhoten
6b0ec25200
ICU-2710 Remove obsolete code
...
X-SVN-Rev: 11041
2003-02-14 01:44:49 +00:00
Alan Liu
3e3223963e
ICU-2350 add test cases
...
X-SVN-Rev: 11038
2003-02-14 00:11:50 +00:00
Andy Heninger
14da9b81e3
ICU-2422 regexp, free-format support added, some match mode bugs fixed
...
X-SVN-Rev: 11035
2003-02-13 01:10:22 +00:00
Andy Heninger
2397658197
ICU-2422 regexp, match flag setting options added.
...
X-SVN-Rev: 11032
2003-02-12 01:28:01 +00:00
Alan Liu
85fdc31af1
ICU-2350 add tests for closeOver()
...
X-SVN-Rev: 11024
2003-02-11 22:47:28 +00:00
Andy Heninger
483da7c7df
ICU-2422 regexp, case insensitive matching, work in progress
...
X-SVN-Rev: 11013
2003-02-11 01:17:51 +00:00
George Rhoten
4d3562dcb7
ICU-2705 Add CygWin/MSVC support
...
X-SVN-Rev: 11008
2003-02-11 00:13:48 +00:00
Alan Liu
cf78ad6b4f
ICU-2689 fix compiler err
...
X-SVN-Rev: 10980
2003-02-06 19:54:37 +00:00
Andy Heninger
5522a8521c
ICU-2422 regex test reorg, improved debug options
...
X-SVN-Rev: 10979
2003-02-06 01:55:17 +00:00
George Rhoten
fddb6a5b0d
ICU-2000 Fixed a compiler warning
...
X-SVN-Rev: 10978
2003-02-06 01:19:58 +00:00
Syn Wee Quek
3a74158f41
ICU-2691 operator= overload simple mistake
...
X-SVN-Rev: 10973
2003-02-05 22:53:13 +00:00
Alan Liu
79cbea17a2
ICU-2689 invalid compound ID crashes createInstance -- fixed
...
X-SVN-Rev: 10965
2003-02-05 20:40:36 +00:00
Syn Wee Quek
7f87d5bf32
ICU-2691 operator= overload simple mistake
...
X-SVN-Rev: 10964
2003-02-05 20:22:05 +00:00
Andy Heninger
6415f52007
ICU-2422 regexp tests, work in progress.
...
X-SVN-Rev: 10961
2003-02-05 06:50:32 +00:00
Andy Heninger
c248000f6e
ICU-2422 regex test reorg, work in progress.
...
X-SVN-Rev: 10958
2003-02-05 02:17:32 +00:00
Andy Heninger
fc1f59a88d
ICU-2422 fixed g++ compilation problem in regexcmp, got some other work in progress as well.
...
X-SVN-Rev: 10949
2003-02-04 00:36:30 +00:00
Andy Heninger
61b188cc37
ICU-2422 regexp, Look-ahead ops added. Bug in caching input
...
string in Matcher fixed.
X-SVN-Rev: 10938
2003-01-31 02:00:52 +00:00
Andy Heninger
6696782926
ICU-2422 regexp, back out nested capture group hack. The failing test is
...
either a bug or a really odd specification in Perl.
Clean up test memory leaks.
X-SVN-Rev: 10923
2003-01-29 01:40:59 +00:00
Andy Heninger
b0155515f7
ICU-2422 regexp, more perl test fixes.
...
X-SVN-Rev: 10921
2003-01-28 23:44:22 +00:00
Alan Liu
789ab6d35d
ICU-122 add a test for >10 args and >10 subformats; some cleanup
...
X-SVN-Rev: 10914
2003-01-28 22:13:43 +00:00
Alan Liu
94daa1868e
ICU-122 remove redundant calls to logln
...
X-SVN-Rev: 10910
2003-01-27 17:27:12 +00:00
Andy Heninger
3c3f0df9bc
ICU-2422 regexp, more fixes to and for the Perl tests.
...
X-SVN-Rev: 10906
2003-01-27 00:33:43 +00:00
Andy Heninger
41e90b5773
ICU-2422 regexp, fix a number of bugs uncovered by perl regexp tests. Some still remain.
...
X-SVN-Rev: 10905
2003-01-25 18:57:42 +00:00
Andy Heninger
a92820c54b
ICU-2422 regexp, tests from perl, and some bug fixes
...
X-SVN-Rev: 10901
2003-01-24 02:05:03 +00:00
Alan Liu
d62b7b7687
ICU-2653 add tests for [:Age=x:] pattern
...
X-SVN-Rev: 10884
2003-01-21 21:14:10 +00:00
Andy Heninger
a868ba8a94
ICU-2422 add back references
...
X-SVN-Rev: 10878
2003-01-21 04:56:14 +00:00
Andy Heninger
8501288a1e
ICU-2422 add possessive quantifiers
...
X-SVN-Rev: 10869
2003-01-20 06:25:23 +00:00
Andy Heninger
50a1da1f2b
ICU-2422 regexp, atomic paretheses added, but still buggy
...
X-SVN-Rev: 10865
2003-01-17 01:43:54 +00:00
Andy Heninger
01147100bd
ICU-2422 regexp, {min,max} quantifiers added.
...
X-SVN-Rev: 10859
2003-01-16 01:12:04 +00:00
George Rhoten
fafee26d46
ICU-2000 Fixed some compiler warnings
...
X-SVN-Rev: 10789
2002-12-27 17:18:21 +00:00
George Rhoten
7e085f3725
ICU-2000 Fixed some compiler warnings
...
X-SVN-Rev: 10788
2002-12-26 20:16:33 +00:00
George Rhoten
d223299036
ICU-2474 Fix for z/OS
...
X-SVN-Rev: 10773
2002-12-20 21:39:35 +00:00
Syn Wee Quek
899cf192a5
ICU-2000 removed compiler warnings
...
X-SVN-Rev: 10767
2002-12-19 19:00:19 +00:00
Vladimir Weinstein
bae7f08411
ICU-2039 API test for one of resource bundle constructors
...
X-SVN-Rev: 10741
2002-12-18 22:49:36 +00:00
George Rhoten
55f52e6854
ICU-2118 Don't use false. Use FALSE
...
X-SVN-Rev: 10727
2002-12-18 16:21:40 +00:00
Syn Wee Quek
f2d18275b4
ICU-2118
...
code coverage test
X-SVN-Rev: 10711
2002-12-18 00:58:09 +00:00
Vladimir Weinstein
cdafdbac7a
ICU-2135 fix a memory leak
...
X-SVN-Rev: 10696
2002-12-17 04:42:07 +00:00
Steven R. Loomis
d67e4a111a
ICU-2529 Disable testing objects not exported on Win32
...
X-SVN-Rev: 10688
2002-12-16 22:21:49 +00:00
Steven R. Loomis
7510d87888
ICU-2529 testClassID functions, fix subclasses
...
X-SVN-Rev: 10684
2002-12-16 19:51:39 +00:00
Andy Heninger
4dec8e4a60
ICU-2578 regexp, fix assertion failure / internal error on the not-yet-implemented possessive quatifiers
...
X-SVN-Rev: 10681
2002-12-16 00:14:31 +00:00
Vladimir Weinstein
59c216785e
ICU-2135 memory fixes for tests
...
X-SVN-Rev: 10657
2002-12-13 06:01:49 +00:00
Alan Liu
8f688eaa68
ICU-2135 add TransliteratorPointer; use to avoid memory leaks
...
X-SVN-Rev: 10646
2002-12-12 19:54:39 +00:00
Vladimir Weinstein
483f6cce74
ICU-2567 renamed variables for passing options to tests: INTLTESTOPTS to INTLTEST_OPTS and CINTLTEST_OPTS to CINTLTST_OPTS
...
X-SVN-Rev: 10643
2002-12-12 18:11:16 +00:00
Ram Viswanadha
dc349c98bd
ICU-2565 dont use deprecated method
...
X-SVN-Rev: 10634
2002-12-12 01:06:51 +00:00
George Rhoten
3e9e4a702e
ICU-2294 Fix for HP/UX
...
X-SVN-Rev: 10632
2002-12-12 00:42:46 +00:00
George Rhoten
206c6b4cfd
ICU-2294 Fix for HP/UX
...
X-SVN-Rev: 10595
2002-12-11 01:00:12 +00:00
Steven R. Loomis
b2deb8c23e
ICU-2039 code coverage- improve behavior under NO_XXX macros
...
X-SVN-Rev: 10580
2002-12-10 18:52:21 +00:00
Vladimir Weinstein
bf8fe4ad96
ICU-2118 fixed compile error on linux
...
X-SVN-Rev: 10578
2002-12-10 16:57:02 +00:00
Syn Wee Quek
acf94f2c42
ICU-2118
...
code coverage test
X-SVN-Rev: 10577
2002-12-10 07:51:40 +00:00
Syn Wee Quek
59893d78c9
ICU-2294
...
subclassability test
X-SVN-Rev: 10576
2002-12-10 06:02:50 +00:00
Andy Heninger
7d3a78a4b2
ICU-0105 API test coverage for RegexPattern::flags()
...
X-SVN-Rev: 10563
2002-12-09 22:43:22 +00:00
George Rhoten
ca51a22b5b
ICU-2474 Fixes for os/390
...
X-SVN-Rev: 10551
2002-12-06 22:52:37 +00:00
Alan Liu
1c2ded70a5
ICU-2550 make it pass too!
...
X-SVN-Rev: 10550
2002-12-06 22:51:13 +00:00
Alan Liu
ab0da6b9b3
ICU-2550 make round-trip test 90% faster
...
X-SVN-Rev: 10545
2002-12-06 21:31:22 +00:00
George Rhoten
f3b26eabbe
ICU-2118 ICUServiceTest shouldn't be a part of icu namespace.
...
This change makes it easier to see which ICU clases aren't being tested.
X-SVN-Rev: 10535
2002-12-06 18:29:32 +00:00
George Rhoten
1ac2127e6a
ICU-2118 Improve the code coverage
...
X-SVN-Rev: 10534
2002-12-06 18:27:53 +00:00
Alan Liu
f94d74cc45
ICU-2547 fix bug in test
...
X-SVN-Rev: 10533
2002-12-06 18:24:03 +00:00
Alan Liu
55be53870e
ICU-2547 enable CalendarRegressionTest::test4092362
...
X-SVN-Rev: 10532
2002-12-06 18:08:52 +00:00
George Rhoten
0654def82d
ICU-2000 Fix some compiler warnings
...
X-SVN-Rev: 10530
2002-12-06 17:13:14 +00:00
Vladimir Weinstein
ba679fb764
ICU-2135 Doug's changes to the service registration memory handling
...
X-SVN-Rev: 10519
2002-12-06 00:22:10 +00:00
Steven R. Loomis
89e04417da
ICU-2542 better test err output
...
X-SVN-Rev: 10510
2002-12-05 21:36:06 +00:00
Alan Liu
09e92a610c
ICU-2087 remove @ tags from test header
...
X-SVN-Rev: 10486
2002-12-05 00:28:37 +00:00
Doug Felt
5bb925fac4
ICU-2135 service memory leaks
...
X-SVN-Rev: 10479
2002-12-04 18:59:54 +00:00
Doug Felt
a382d860fa
ICU-2135 service memory leaks
...
X-SVN-Rev: 10478
2002-12-04 18:50:01 +00:00
Vladimir Weinstein
2f79227b38
ICU-2135 more memory fixes
...
X-SVN-Rev: 10467
2002-12-04 00:28:06 +00:00
Alan Liu
afbaada5b6
ICU-2538 update for year 2002 changes (Pakistan)
...
X-SVN-Rev: 10455
2002-12-03 23:08:00 +00:00
George Rhoten
bef9018f7e
ICU-2118 DigitList is a utility class because some of its fields are public.
...
It should derive from UMemory instead of UObject because of this, and some of its RTTI info should be removed.
X-SVN-Rev: 10409
2002-11-30 02:43:51 +00:00
George Rhoten
6d079380a0
ICU-2000 Fix some compiler warnings
...
X-SVN-Rev: 10408
2002-11-30 02:31:06 +00:00
Vladimir Weinstein
8e192f2f4a
ICU-2135 fixing memory problems
...
X-SVN-Rev: 10407
2002-11-28 08:53:37 +00:00
Steven R. Loomis
6540e5e838
ICU-2529 test UObject RTTI
...
X-SVN-Rev: 10406
2002-11-28 01:31:08 +00:00
Alan Liu
c8515c5cb4
ICU-2118 more coverage
...
X-SVN-Rev: 10404
2002-11-28 00:53:05 +00:00
Steven R. Loomis
0d158bb3b3
ICU-2529 Test ClassID functions
...
X-SVN-Rev: 10403
2002-11-27 21:20:20 +00:00
Ram Viswanadha
149d8650fb
ICU-2118 improve API coverage
...
X-SVN-Rev: 10395
2002-11-27 06:18:14 +00:00
Ram Viswanadha
c64fb14d63
ICU-2118 improve API coverage
...
X-SVN-Rev: 10394
2002-11-27 02:40:34 +00:00
Ram Viswanadha
6996158d17
ICU-2118 improve API coverage
...
X-SVN-Rev: 10393
2002-11-27 02:11:42 +00:00
Ram Viswanadha
e42c1d0b80
ICU-2118 make TestHangul execute only in exhaustive mode
...
X-SVN-Rev: 10392
2002-11-27 02:00:04 +00:00
Alan Liu
c27f3d8230
ICU-2118 add coverage tests for boilerplate methods
...
X-SVN-Rev: 10390
2002-11-27 00:28:20 +00:00
Markus Scherer
fdc0319c0f
ICU-2118 improve UnicodeString API coverage
...
X-SVN-Rev: 10385
2002-11-26 23:33:37 +00:00