George Rhoten
257f503926
ICU-5366 Fix a test failure on many machines that aren't using the en_US locale (e.g. no_NO, zh_CN, fr_FR@euro)
...
X-SVN-Rev: 20636
2006-11-07 16:20:50 +00:00
George Rhoten
2125ab1dcf
ICU-5486 update data with 1.4.1
...
X-SVN-Rev: 20635
2006-11-07 08:40:47 +00:00
George Rhoten
f1c3ea3982
ICU-5366 Allow this test to work in non-English locales.
...
X-SVN-Rev: 20633
2006-11-07 08:18:16 +00:00
Markus Scherer
18645b2f6d
ICU-5495 update to tzdata2006o and support the Etc/Unknown time zone and the SystemV/XXX aliases
...
X-SVN-Rev: 20632
2006-11-07 00:16:02 +00:00
Eric Mader
ca17961558
ICU-4832 add test to verify that unassigned code points in the RTL range in fact reorder as RTL.
...
X-SVN-Rev: 20631
2006-11-06 23:48:40 +00:00
George Rhoten
11d77d9a9f
ICU-5298 Fix for non-Windows compilers.
...
X-SVN-Rev: 20619
2006-10-31 23:57:44 +00:00
Ram Viswanadha
e93c7e08e7
ICU-5486 update data with 1.4.1
...
X-SVN-Rev: 20604
2006-10-27 17:55:54 +00:00
Ram Viswanadha
2ac62d437c
ICU-5298 add a test
...
X-SVN-Rev: 20603
2006-10-27 17:55:28 +00:00
Markus Scherer
e31934eb83
ICU-5470 add test case with hardcoded Brazil rules so that we don't depend on the internal representation of the America/Sao_Paulo time zone
...
X-SVN-Rev: 20593
2006-10-25 13:11:52 +00:00
Markus Scherer
512f4c4ed7
ICU-5470 fix time zone calculations for late February, taking leap years into account
...
X-SVN-Rev: 20590
2006-10-24 19:57:32 +00:00
Markus Scherer
c098a88613
ICU-5304 gcc is picky about the order of defining and using an enum in a class
...
X-SVN-Rev: 20589
2006-10-23 21:47:49 +00:00
Markus Scherer
4f5e372f0d
ICU-5304 fix macros in unistr.h with namespace qualification of the UnicodeString class
...
X-SVN-Rev: 20586
2006-10-23 21:12:33 +00:00
George Rhoten
43c9f55551
ICU-5426 This test suite isn't in /tsutil
...
X-SVN-Rev: 20585
2006-10-23 03:59:00 +00:00
George Rhoten
b6d25ceffc
ICU-5410 Remove unused deprecated tests.
...
X-SVN-Rev: 20525
2006-10-11 15:41:46 +00:00
George Rhoten
ce4ead4d3a
ICU-5410 Remove unused deprecated tests, and sort the tests a little differently.
...
X-SVN-Rev: 20524
2006-10-11 15:40:43 +00:00
George Rhoten
2a125c001c
ICU-5426 Reduce size of unused allocated memory.
...
X-SVN-Rev: 20523
2006-10-11 08:31:55 +00:00
George Rhoten
a7da3af3a0
ICU-5410 Synchronize changes between ICU4J and ICU4C.
...
X-SVN-Rev: 20494
2006-10-05 21:25:38 +00:00
George Rhoten
b3c7746b16
ICU-5426 Make sure that any overflow for the new smaller buffer is registered as a failure.
...
X-SVN-Rev: 20473
2006-10-02 23:29:09 +00:00
George Rhoten
9446caf3e7
ICU-5426 TestUDataSetAppData doesn't use any of the malloc'd data. Use a static const data item instead.
...
X-SVN-Rev: 20468
2006-10-02 07:01:10 +00:00
George Rhoten
40c34e49af
ICU-5426 Reduce running VM size by making more data const.
...
X-SVN-Rev: 20467
2006-10-01 07:12:18 +00:00
George Rhoten
a866e44617
ICU-5426 Reduce VM size and reduce exported data on Unix machines.
...
X-SVN-Rev: 20466
2006-10-01 06:45:25 +00:00
George Rhoten
b0d276726b
ICU-5426 Reduce the VM size on Windows by two thirds of a megabyte,
...
and make it easier to update UCA rules.
X-SVN-Rev: 20465
2006-10-01 05:30:20 +00:00
George Rhoten
bd55703aea
ICU-5426 Reduce size of some functions, and remove duplicate newlines.
...
X-SVN-Rev: 20446
2006-09-29 04:19:26 +00:00
George Rhoten
f8b72498c9
ICU-5426 Fix last check-in
...
X-SVN-Rev: 20444
2006-09-29 03:44:03 +00:00
George Rhoten
0cacc1f2f0
ICU-5426 Don't use ctst_malloc when it's not required.
...
X-SVN-Rev: 20443
2006-09-29 03:38:06 +00:00
George Rhoten
a77abc97f4
ICU-5426 Reduce size of rarely used static buffer.
...
X-SVN-Rev: 20442
2006-09-29 03:37:37 +00:00
George Rhoten
c5ea978686
ICU-5426 More size reduction.
...
X-SVN-Rev: 20441
2006-09-29 02:41:37 +00:00
Ram Viswanadha
dba7618697
ICU-5275 move test to data file
...
X-SVN-Rev: 20436
2006-09-28 23:02:21 +00:00
George Rhoten
673021b6f8
ICU-5426 Reduce the VM size on Windows by a few megabytes.
...
X-SVN-Rev: 20429
2006-09-28 15:58:13 +00:00
George Rhoten
83a4330cb6
ICU-5426 Make sure that some functions can use const data.
...
X-SVN-Rev: 20428
2006-09-28 15:38:06 +00:00
George Rhoten
69d78b9bfc
ICU-5426 Make some static buffers non-static.
...
X-SVN-Rev: 20427
2006-09-28 15:37:40 +00:00
George Rhoten
87de76da1e
ICU-5426 Declare some data static const.
...
X-SVN-Rev: 20426
2006-09-28 08:41:37 +00:00
George Rhoten
4d50a8bd57
ICU-5426 Reduce the size of intltest & cintltst
...
X-SVN-Rev: 20425
2006-09-28 08:40:44 +00:00
George Rhoten
e5ba281869
ICU-5426 Declare some data const.
...
X-SVN-Rev: 20424
2006-09-28 08:40:02 +00:00
George Rhoten
ad9f26b669
ICU-5426 These buffers don't need to be static.
...
X-SVN-Rev: 20423
2006-09-28 08:39:03 +00:00
George Rhoten
0545ba7212
ICU-5426 Reduce the size of intltest
...
X-SVN-Rev: 20422
2006-09-28 08:36:49 +00:00
George Rhoten
3c329acc44
ICU-5426 Build cintltst just like the Unix makefiles. Incremental linking isn't needed, which add 25% to the test suite.
...
X-SVN-Rev: 20421
2006-09-28 08:35:56 +00:00
George Rhoten
b9694dd912
ICU-5357 Fix two broken links.
...
X-SVN-Rev: 20409
2006-09-26 17:51:51 +00:00
George Rhoten
50a6206504
ICU-5410 Test the reset function.
...
X-SVN-Rev: 20386
2006-09-22 18:24:07 +00:00
George Rhoten
39db5e3c44
ICU-5410 Improve test code coverage
...
X-SVN-Rev: 20373
2006-09-21 01:25:43 +00:00
George Rhoten
f465b0c325
ICU-5354 Fix last checkin for compiler warnings and z/OS errors.
...
X-SVN-Rev: 20306
2006-09-11 22:04:45 +00:00
Vladimir Weinstein
3c78c1dea4
ICU-5367 fix handling of implicit expansions on indirect resets (regression test)
...
X-SVN-Rev: 20254
2006-09-07 20:12:11 +00:00
George Rhoten
8b2c84620c
ICU-5304 Allow source code to work again without using U_NAMESPACE_USE
...
X-SVN-Rev: 20241
2006-09-04 16:28:24 +00:00
Andy Heninger
050e6b861d
ICU-5354 better testing of utext clone(), improved code coverage.
...
X-SVN-Rev: 20190
2006-08-29 23:21:59 +00:00
George Rhoten
a981e196f5
ICU-5348 Fixes for UCONFIG_NO_FILE_IO = 1
...
X-SVN-Rev: 20175
2006-08-29 03:23:51 +00:00
George Rhoten
4c36af547c
ICU-5348 Fixes for UCONFIG_NO_FILE_IO = 1
...
X-SVN-Rev: 20174
2006-08-29 02:09:12 +00:00
George Rhoten
6e750cbb3b
ICU-4707 Fix some compiler warnings.
...
X-SVN-Rev: 20156
2006-08-24 21:03:52 +00:00
George Rhoten
8a5f6873a0
ICU-4707 Fix some compiler warnings.
...
X-SVN-Rev: 20154
2006-08-24 19:03:06 +00:00
George Rhoten
b5c0573660
ICU-5275 Fix for z/OS.
...
X-SVN-Rev: 20144
2006-08-23 03:08:48 +00:00
George Rhoten
6e0af572ca
ICU-5275 Fix for z/OS.
...
X-SVN-Rev: 20143
2006-08-23 03:07:26 +00:00
George Rhoten
f608687eb4
ICU-5275 Fix a memory leak in the new code.
...
X-SVN-Rev: 20140
2006-08-23 00:04:31 +00:00
Vladimir Weinstein
fe2ddf269b
ICU-5232 Regression test for partial sortkey Thai failure
...
X-SVN-Rev: 20135
2006-08-22 17:51:36 +00:00
George Rhoten
dbdf6e8019
ICU-5333 Whitespace changes.
...
X-SVN-Rev: 20119
2006-08-20 05:08:35 +00:00
George Rhoten
34c5798a18
ICU-5333 Whitespace changes.
...
X-SVN-Rev: 20117
2006-08-19 21:27:08 +00:00
George Rhoten
c3079acd36
ICU-4707 Fix some compiler warnings.
...
X-SVN-Rev: 20113
2006-08-19 18:05:31 +00:00
Andy Heninger
dab1bcdb2d
ICU-4669 UText, struct alignment, review comments
...
X-SVN-Rev: 20107
2006-08-19 00:38:18 +00:00
George Rhoten
8e5113cc62
ICU-5254 Fix for MinGW
...
X-SVN-Rev: 20078
2006-08-17 05:21:06 +00:00
George Rhoten
432f8cfcb3
ICU-5254 Fix for MSVC 2003
...
X-SVN-Rev: 20072
2006-08-15 23:27:28 +00:00
Ram Viswanadha
5e5b329038
ICU-5275 tests for bug fix
...
X-SVN-Rev: 20071
2006-08-15 23:21:39 +00:00
George Rhoten
77706b9043
ICU-5254 Fix for MinGW
...
X-SVN-Rev: 20067
2006-08-15 07:30:31 +00:00
George Rhoten
11a487441d
ICU-4983 Allow + to be parsed for numbers.
...
X-SVN-Rev: 20048
2006-08-12 08:06:40 +00:00
Andy Heninger
ba117fc5a8
ICU-5276 Sentence Break Rule updates for Japanese Voicing Marks change.
...
X-SVN-Rev: 20042
2006-08-11 21:01:07 +00:00
Andy Heninger
07a39a8012
ICU-5276 missing BOM in RBBI test data file.
...
X-SVN-Rev: 20041
2006-08-11 20:43:51 +00:00
Andy Heninger
2ee88cee8b
ICU-5276 update rbbi tests for treating Japanese Half Width voicing marks as Extend.
...
X-SVN-Rev: 20040
2006-08-11 20:31:39 +00:00
George Rhoten
55f0035338
ICU-4913 Add a test for the result of cross tree aliases.
...
X-SVN-Rev: 20039
2006-08-11 20:03:54 +00:00
Andy Heninger
09e3cfac5d
ICU-5276 update rbbi tests for treating Japanese Half Width voicing marks as Extend.
...
X-SVN-Rev: 20038
2006-08-11 19:38:49 +00:00
Eric Mader
c292eb5da0
ICU-5314 Clean up UTF-16, UTF-32 detectors, UTF-16 test.
...
X-SVN-Rev: 20035
2006-08-11 18:55:15 +00:00
George Rhoten
818fa504fd
ICU-5313 Make it easier to compiler the performance tests on Unix type
...
machines.
X-SVN-Rev: 20034
2006-08-11 18:48:08 +00:00
George Rhoten
154f34dbf2
ICU-4707 Fix some compiler warnings.
...
X-SVN-Rev: 20028
2006-08-11 04:05:04 +00:00
George Rhoten
3b3554498c
ICU-5161 Fix a memory leak.
...
X-SVN-Rev: 20027
2006-08-11 03:50:42 +00:00
George Rhoten
06ab467b86
ICU-5161 Fix some memory leaks.
...
X-SVN-Rev: 20026
2006-08-11 02:48:23 +00:00
Andy Heninger
4ce961aa13
ICU-4669 Add tests for UText CharacterIterator provider, and fix errors uncovered by them.
...
X-SVN-Rev: 20016
2006-08-10 05:28:32 +00:00
Ram Viswanadha
40bba85d33
ICU-5201 add test case
...
X-SVN-Rev: 20014
2006-08-09 22:16:47 +00:00
Eric Mader
80146ab3f7
ICU-5310 Fix bogus language codes returned by getlanguage() methods.
...
X-SVN-Rev: 20007
2006-08-09 20:13:18 +00:00
John Emmons
e965dc47cf
ICU-5241 Added tests for single setters of quarters
...
X-SVN-Rev: 20004
2006-08-08 22:00:10 +00:00
George Rhoten
9c87c17463
ICU-5220 This test shouldn't fail when the specific test case is suppose to fail.
...
X-SVN-Rev: 20001
2006-08-07 23:58:13 +00:00
George Rhoten
feddeaa84c
ICU-5243 Undo last change
...
X-SVN-Rev: 19997
2006-08-07 20:59:59 +00:00
John Emmons
26587784a8
ICU-5032 Increase coverage on DateFormatSymbolsSingleSetter
...
X-SVN-Rev: 19993
2006-08-07 16:32:50 +00:00
George Rhoten
8c86161250
ICU-4707 Fix some compiler warnings.
...
X-SVN-Rev: 19990
2006-08-07 06:55:30 +00:00
Markus Scherer
d9e954dc93
ICU-5220 uenum_next() must not set an error code for just enumerating past the end
...
X-SVN-Rev: 19989
2006-08-06 22:38:31 +00:00
George Rhoten
9bcf354c65
ICU-4881 Temporarily disable the TestAliasedNames test
...
X-SVN-Rev: 19978
2006-08-04 23:59:45 +00:00
Steven R. Loomis
0a7a3a1eba
ICU-4985 disable rounding, when we test with 999 digits after the decimal point (exhaustive fix)
...
X-SVN-Rev: 19977
2006-08-04 23:21:04 +00:00
George Rhoten
77d118a8a5
ICU-5282 Don't test for UCONFIG_NO_CONVERSION. It shouldn't normally work.
...
X-SVN-Rev: 19963
2006-08-02 22:29:50 +00:00
Matitiahu Allouche
fc3f2caf98
ICU-5243 add 2 test cases
...
X-SVN-Rev: 19927
2006-07-31 15:03:02 +00:00
George Rhoten
aaab30d9f4
ICU-4707 Fix some compiler warnings.
...
X-SVN-Rev: 19924
2006-07-29 01:08:10 +00:00
Eric Mader
87731aeae7
ICU-5282 Fix problems found by uconfigtest.
...
X-SVN-Rev: 19922
2006-07-28 22:58:29 +00:00
Markus Scherer
cbb5fd45d1
ICU-4933 titlecase first _cased_ letter
...
X-SVN-Rev: 19921
2006-07-28 22:43:40 +00:00
George Rhoten
d6e59fa634
ICU-5032 Increase code coverage
...
X-SVN-Rev: 19917
2006-07-28 19:35:12 +00:00
George Rhoten
d9d4065306
ICU-5161 Never use C++ static initialization.
...
X-SVN-Rev: 19916
2006-07-28 19:33:44 +00:00
Eric Mader
f9dacd07e8
ICU-5282 Regenerate w/o DeviceTable experimental code.
...
X-SVN-Rev: 19910
2006-07-28 02:50:23 +00:00
Eric Mader
6fd80adca8
ICU-5282 SimpleFontInstance::getGlyphAdvance: don't check for combining characters; depends on normalization.
...
X-SVN-Rev: 19909
2006-07-28 01:48:34 +00:00
Matitiahu Allouche
0b47bd5489
ICU-5243 add a test case for REORDER_RUNS_ONLY
...
X-SVN-Rev: 19900
2006-07-27 14:26:10 +00:00
Matitiahu Allouche
6edbf4304e
ICU-5243 add tests for a few APIs, test new implementation of REORDER_RUNS_ONLY
...
X-SVN-Rev: 19895
2006-07-26 13:55:25 +00:00
George Rhoten
8132ccec88
ICU-4881 Fix version test
...
X-SVN-Rev: 19894
2006-07-25 23:02:40 +00:00
George Rhoten
b1b20ec190
ICU-4707 Fix some compiler warnings
...
X-SVN-Rev: 19890
2006-07-25 05:31:24 +00:00
George Rhoten
b077601956
ICU-5243 Fix gcc compiler warnings.
...
X-SVN-Rev: 19886
2006-07-25 03:14:44 +00:00
George Rhoten
4397926a33
ICU-4707 Fix some compiler warnings.
...
X-SVN-Rev: 19885
2006-07-25 02:52:22 +00:00
George Rhoten
02a714e77c
ICU-5277 Fix the aliases for the ISO-2022 converters, which includes the proper designation of IANA/MIME/CCSID names.
...
X-SVN-Rev: 19881
2006-07-24 21:14:00 +00:00
Steven R. Loomis
2b2ceca58a
ICU-5274 remove the log10 code completely
...
X-SVN-Rev: 19880
2006-07-24 18:02:38 +00:00
Steven R. Loomis
f0b3b7f44a
ICU-5274 move uprv_log10 to test code
...
X-SVN-Rev: 19877
2006-07-21 22:16:30 +00:00
Steven R. Loomis
83c6d252dc
ICU-5270 don't crash when no data present
...
X-SVN-Rev: 19876
2006-07-21 22:01:55 +00:00
Markus Scherer
58d426d1c9
ICU-5218 fix conversion bug for uncompressible supplementary code point in low-target-capacity case; see reply to bug
...
X-SVN-Rev: 19869
2006-07-21 17:20:18 +00:00
Steven R. Loomis
b35f1db1ce
ICU-5270 A better way to handle missing data in tests
...
X-SVN-Rev: 19865
2006-07-20 18:37:21 +00:00
Steven R. Loomis
bd17f854bc
ICU-5270 Don\'t set name to empty..creates gaps in the failure list.
...
X-SVN-Rev: 19864
2006-07-20 18:36:38 +00:00
Steven R. Loomis
993fb18289
ICU-5270 dont crash on no-data situation
...
X-SVN-Rev: 19863
2006-07-20 18:08:00 +00:00
George Rhoten
d49dcbdc56
ICU-5161 Don't create a verbose log message when not in verbose mode and NaN is being tested.
...
This fixes a Purify warning.
X-SVN-Rev: 19855
2006-07-18 22:18:09 +00:00
Eric Mader
e933e38b2d
ICU-5267 DateFormatSymbols::getZoneType() needs to check for empty strings.
...
X-SVN-Rev: 19854
2006-07-18 22:14:29 +00:00
George Rhoten
a0f456dad5
ICU-5261 Don't crash when Solaris 10 with gcc is crashing.
...
X-SVN-Rev: 19837
2006-07-13 18:53:36 +00:00
Matitiahu Allouche
b3666ae3d3
ICU-5243 handle memory shortage exceptions, improve pseudoBidi tables and functions for EBCDIC
...
X-SVN-Rev: 19835
2006-07-13 14:05:52 +00:00
Matitiahu Allouche
31f8cf39d7
ICU-5243 fix pseudoBidi tables and functions for EBCDIC
...
X-SVN-Rev: 19832
2006-07-12 23:51:14 +00:00
Eric Mader
58de79fd9f
ICU-5241 Add getQuarters / setQuarters, and tests.
...
X-SVN-Rev: 19831
2006-07-12 23:21:02 +00:00
Ram Viswanadha
b4504a450f
ICU-5247 update data
...
X-SVN-Rev: 19830
2006-07-12 00:29:30 +00:00
Ram Viswanadha
7fbceb5fe0
ICU-5247 update data
...
X-SVN-Rev: 19829
2006-07-12 00:17:21 +00:00
George Rhoten
d9920d751c
ICU-5243 Properly name failing tests.
...
X-SVN-Rev: 19828
2006-07-11 23:59:02 +00:00
Steven R. Loomis
9a23edcce0
ICU-5258 fix GenericTime failures, sync with java
...
X-SVN-Rev: 19826
2006-07-11 22:47:56 +00:00
George Rhoten
346c70d8c7
ICU-5092 Fixes for i5/OS.
...
X-SVN-Rev: 19825
2006-07-11 21:16:20 +00:00
George Rhoten
c542aac188
ICU-5247 Fix exhaustive testing and the CLDR addition of v (generic timezone) to the pattern characters.
...
X-SVN-Rev: 19824
2006-07-11 20:12:31 +00:00
George Rhoten
3b145459fa
ICU-5092 Fixes for i5/OS.
...
X-SVN-Rev: 19822
2006-07-11 17:28:50 +00:00
George Rhoten
f57dcd6274
ICU-4881 Move timebomb failures
...
X-SVN-Rev: 19818
2006-07-11 00:17:19 +00:00
George Rhoten
9c874f2cc1
ICU-5257 Give the correct parse position when parsing currency numbers.
...
X-SVN-Rev: 19817
2006-07-10 23:40:17 +00:00
George Rhoten
eae4ca652d
ICU-5243 Fix memory initialization from last check-in
...
X-SVN-Rev: 19816
2006-07-10 23:02:23 +00:00
Matitiahu Allouche
1e8ec765f0
ICU-5243 add tests for new options for bidi support (fix for EBCDIC environment)
...
X-SVN-Rev: 19811
2006-07-10 15:45:00 +00:00
Andy Heninger
556c0d780a
ICU-4707 Fix C++ comments in C file
...
X-SVN-Rev: 19809
2006-07-10 05:19:34 +00:00
Andy Heninger
86f905c2eb
ICU-4669 UText optimized UTF-8 provider
...
X-SVN-Rev: 19808
2006-07-10 05:03:54 +00:00
George Rhoten
9829f93dbf
ICU-5117 Now that Thai works differently, make sure this test passes in exhaustive mode.
...
X-SVN-Rev: 19805
2006-07-07 21:27:59 +00:00
George Rhoten
9fa73dc2dd
ICU-5247 update data from CLDR 1.4 beta
...
X-SVN-Rev: 19804
2006-07-07 21:01:30 +00:00
George Rhoten
105ca72591
ICU-4707 Fix some compiler warnings.
...
X-SVN-Rev: 19803
2006-07-07 17:07:50 +00:00
Matitiahu Allouche
51dbdaa5c0
ICU-5243 add tests for new options for bidi support
...
X-SVN-Rev: 19798
2006-07-07 14:13:41 +00:00
George Rhoten
c229862d3a
ICU-5247 fix the text file to be UTF-8 with a BOM
...
X-SVN-Rev: 19796
2006-07-06 22:41:47 +00:00
George Rhoten
fc09f8cce8
ICU-5253 The last check-in undid some of the changes in version 1.160.
...
Readd version 1.160 changes.
X-SVN-Rev: 19795
2006-07-06 15:54:20 +00:00
Vladimir Weinstein
5d24ef7fdd
ICU-5223 fix primary strength sortkey termination bug
...
X-SVN-Rev: 19794
2006-07-06 06:30:06 +00:00
Markus Scherer
6264fe3f47
ICU-5188 allow empty substitution string
...
X-SVN-Rev: 19791
2006-07-06 06:19:23 +00:00
George Rhoten
93bef44b15
ICU-5254 This is a fix for the Intel compiler.
...
Maybe something was wrong with all the UnicodeString temporary objects.
Also don't use U_ASSERT in test code, which stops execution of all the tests.
X-SVN-Rev: 19790
2006-07-06 01:50:03 +00:00
Markus Scherer
8e5f03bcd1
ICU-5188 add ucnv_setSubstString()
...
X-SVN-Rev: 19789
2006-07-05 23:08:50 +00:00
Markus Scherer
6b3d20d454
ICU-5253 add ures_getUTF8String() and ByIndex, ByKey variants
...
X-SVN-Rev: 19786
2006-07-03 21:37:45 +00:00
Markus Scherer
57b730acf8
ICU-5253 add ures_getUTF8String() and ByIndex, ByKey variants
...
X-SVN-Rev: 19785
2006-07-03 21:05:30 +00:00
George Rhoten
14289dfe22
ICU-4707 Fix some compiler warnings.
...
X-SVN-Rev: 19783
2006-07-03 07:40:30 +00:00
Markus Scherer
2b532c1ddf
ICU-2027 charset name matching ignore leading zeroes and all non-alnum characters
...
X-SVN-Rev: 19780
2006-06-28 23:16:45 +00:00
Markus Scherer
f049a5f607
ICU-5211 the Universal Time Scale must use the proleptic Gregorian calendar because it is supposed to be compatible with .Net System.DateTime which uses that calendar
...
X-SVN-Rev: 19778
2006-06-28 22:39:00 +00:00
Eric Mader
27c7ccf73b
ICU-5247 Change timebomb to ICU 3.7 - localPatternChars is deprecated in CLDR and won't be updated.
...
X-SVN-Rev: 19777
2006-06-28 19:21:43 +00:00
Eric Mader
02657fcc8b
ICU-5247 fix incorrect escaping, timebomb localPatternChars test 'till CLDR data is corrected.
...
X-SVN-Rev: 19776
2006-06-28 00:38:53 +00:00
Markus Scherer
2c56554cbb
ICU-5211 add API functions: ucal_setGregorianChange() and ucal_getGregorianChange()
...
X-SVN-Rev: 19775
2006-06-27 23:06:25 +00:00
Ram Viswanadha
70e321e904
ICU-5247 fix the text file to be UTF-8
...
X-SVN-Rev: 19770
2006-06-27 18:07:52 +00:00
George Rhoten
49e8d0adc6
ICU-5092 Fix for i5/OS
...
X-SVN-Rev: 19765
2006-06-26 23:54:39 +00:00
Eric Mader
88067a2bd1
ICU-5247 Fix unicode escapes in French names.
...
X-SVN-Rev: 19764
2006-06-26 22:41:29 +00:00
George Rhoten
bf0bfd8bf0
ICU-4707 Fix some compiler warnings.
...
X-SVN-Rev: 19763
2006-06-26 19:01:38 +00:00
Eric Mader
1fcd76ec02
ICU-5241 Initial checkin of Quarters, narrow month, day names.
...
X-SVN-Rev: 19762
2006-06-26 17:51:25 +00:00
Andy Heninger
a65c6dbe97
ICU-5242 fixed utf-8 BOM in test data file.
...
X-SVN-Rev: 19761
2006-06-26 17:38:16 +00:00
George Rhoten
2ac36e914a
ICU-4707 Fix some compiler warnings
...
X-SVN-Rev: 19760
2006-06-26 16:47:37 +00:00
Andy Heninger
739bf49f88
ICU-5242 unicode 5.0 rbbi rules update
...
X-SVN-Rev: 19759
2006-06-26 05:06:30 +00:00
Andy Heninger
67d7810da1
ICU-5242 unicode 5.0 rbbi rules update
...
X-SVN-Rev: 19758
2006-06-26 04:54:00 +00:00
Ram Viswanadha
55df551f1c
ICU-5247 update data from CLDR 1.4 beta
...
X-SVN-Rev: 19756
2006-06-23 16:36:46 +00:00
Ram Viswanadha
29182d9041
ICU-5247 update data from CLDR 1.4 beta
...
X-SVN-Rev: 19755
2006-06-23 16:31:07 +00:00
George Rhoten
27171584fb
ICU-4707 Fix some compiler warnings.
...
X-SVN-Rev: 19754
2006-06-23 01:39:17 +00:00
Andy Heninger
98ca8c6c8b
ICU-5242 sentence break monkey test updates
...
X-SVN-Rev: 19751
2006-06-23 01:10:22 +00:00
Andy Heninger
9d6bce8c27
ICU-5242 fixed utf-8 BOM in test data file.
...
X-SVN-Rev: 19748
2006-06-22 20:23:01 +00:00
Andy Heninger
58f987f511
ICU-5242 break rule updates for Unicode 5.0
...
X-SVN-Rev: 19747
2006-06-22 01:10:54 +00:00
Markus Scherer
23fc923706
ICU-5172 fix ucnv_safeClone(iso-2022-kr) to not unnecessarily heap-allocate currentConverter clones
...
X-SVN-Rev: 19737
2006-06-16 23:13:50 +00:00
Markus Scherer
825412e319
ICU-5229 document and check that ucnv_convertEx() streaming conversion requires an explicit pivot buffer
...
X-SVN-Rev: 19736
2006-06-16 21:55:52 +00:00
Markus Scherer
8f9047d4ac
ICU-5171 fix iso-2022-cn min bytes per char: 1 not 2
...
X-SVN-Rev: 19735
2006-06-16 21:54:08 +00:00
Vladimir Weinstein
1b2e91e2ac
ICU-5231 Update UCA 5.0 CE values
...
X-SVN-Rev: 19731
2006-06-16 05:48:37 +00:00
Vladimir Weinstein
0c0bad0938
ICU-5231 Update UCA 5.0 version and sortkey values
...
X-SVN-Rev: 19730
2006-06-16 05:47:24 +00:00
Vladimir Weinstein
9662753980
ICU-5231 Update UCA 5.0 version values
...
X-SVN-Rev: 19729
2006-06-16 05:46:38 +00:00
Vladimir Weinstein
29d93b9c92
ICU-5231 More robust reading of UCA test file for threading test
...
X-SVN-Rev: 19728
2006-06-16 05:45:50 +00:00
Vladimir Weinstein
3f092b72ac
ICU-5231 UCA 5.0
...
X-SVN-Rev: 19726
2006-06-16 05:40:19 +00:00
Markus Scherer
1d687cde69
ICU-5230 faster u_strToUTF8() and u_strFromUTF8() functions, added ...WithSub() variants, added u_strFromUTF8Lenient()
...
X-SVN-Rev: 19723
2006-06-15 19:22:04 +00:00
Markus Scherer
54dea95f46
ICU-5084 Unicode 5.0 beta (d16)
...
X-SVN-Rev: 19717
2006-06-13 23:14:38 +00:00
George Rhoten
ec174ab671
ICU-5226 Better testing of default converter.
...
X-SVN-Rev: 19715
2006-06-13 15:58:39 +00:00
George Rhoten
a706c5b441
ICU-5226 Fix a problem from the last check that will cause default algorithmic converters with options to be created incorrectly.
...
X-SVN-Rev: 19714
2006-06-13 15:50:01 +00:00
George Rhoten
7724842efe
ICU-5226 Fix some issues with ucnv_setDefaultName.
...
X-SVN-Rev: 19708
2006-06-12 22:43:49 +00:00
George Rhoten
9ee0b9a0f2
ICU-4527 Fix "%.*G" for printf
...
X-SVN-Rev: 19695
2006-06-08 03:17:38 +00:00
George Rhoten
79be730203
ICU-4527 Porting fix for Linux
...
X-SVN-Rev: 19694
2006-06-08 03:17:05 +00:00
George Rhoten
3a91be6e8a
ICU-5032 Improve code coverage
...
X-SVN-Rev: 19693
2006-06-07 22:28:24 +00:00
George Rhoten
ad959a3e4d
ICU-4527 Fix "%.*G" for printf
...
X-SVN-Rev: 19692
2006-06-07 04:42:25 +00:00
George Rhoten
1768c70e6d
ICU-5032 Improve code coverage
...
X-SVN-Rev: 19690
2006-06-06 22:00:05 +00:00
George Rhoten
b5f2352337
ICU-5032 Improve code coverage
...
X-SVN-Rev: 19689
2006-06-06 19:25:42 +00:00
George Rhoten
fbd6fd7e16
ICU-5032 Improve code coverage
...
X-SVN-Rev: 19686
2006-06-06 01:11:22 +00:00
George Rhoten
1b31bc0493
ICU-5190 Added equality test for ucol_safeClone
...
X-SVN-Rev: 19685
2006-06-06 00:57:04 +00:00
George Rhoten
f4b0ed0368
ICU-5190 Fix a bug where the cloned collator uses UCA instead of customized rules.
...
X-SVN-Rev: 19682
2006-06-05 21:56:14 +00:00
George Rhoten
a0f982aa38
ICU-5092 Allow tests to finish when QIBM_MULTI_THREADED=Y is not defined.
...
X-SVN-Rev: 19677
2006-05-28 20:51:47 +00:00
George Rhoten
0193d401ef
ICU-5200 Fix this Makefile to handle the --disable-shared --enable-static configure options.
...
X-SVN-Rev: 19674
2006-05-27 10:04:47 +00:00
George Rhoten
cae2846c2a
ICU-5032 Improve code coverage
...
X-SVN-Rev: 19672
2006-05-27 04:01:42 +00:00
George Rhoten
5753843bb8
ICU-5032 Improve code coverage
...
X-SVN-Rev: 19668
2006-05-26 22:24:52 +00:00
George Rhoten
359c920bb3
ICU-5091 Remove this unused code because we don't have an Alpha machine anymore, and it's specific to that platform.
...
unaligned.c also contains bad newlines.
X-SVN-Rev: 19664
2006-05-26 19:58:55 +00:00
George Rhoten
f599e79f74
ICU-4707 Fix some compiler warnings
...
X-SVN-Rev: 19662
2006-05-26 06:04:01 +00:00
George Rhoten
3b6078d331
ICU-4707 Fix some compiler warnings
...
X-SVN-Rev: 19661
2006-05-26 05:34:26 +00:00
George Rhoten
714e31a22e
ICU-4707 Fix some compiler warnings
...
X-SVN-Rev: 19660
2006-05-26 04:44:31 +00:00
George Rhoten
020abe6693
ICU-5190 Fix some offset allocation issues for unaligned buffers.
...
X-SVN-Rev: 19659
2006-05-26 04:00:52 +00:00
George Rhoten
33bc5c6399
ICU-5032 Improve code coverage
...
X-SVN-Rev: 19655
2006-05-25 22:27:14 +00:00
George Rhoten
1d2faec9b6
ICU-5032 Improve code coverage
...
X-SVN-Rev: 19653
2006-05-25 19:27:08 +00:00
George Rhoten
ae96662bb1
ICU-5113 Ignore the names of generated files.
...
X-SVN-Rev: 19650
2006-05-25 17:30:57 +00:00
George Rhoten
7e94299ca4
ICU-5196 Don't divide by zero.
...
X-SVN-Rev: 19648
2006-05-24 00:00:46 +00:00
Andy Heninger
5d834f6c4a
ICU-4669 UText previous index, inline native index
...
X-SVN-Rev: 19647
2006-05-23 22:52:58 +00:00
George Rhoten
9d357b5a09
ICU-4707 Fix some compiler warnings
...
X-SVN-Rev: 19640
2006-05-22 06:11:18 +00:00
George Rhoten
09999a3f5e
ICU-4707 Fix some compiler warnings
...
X-SVN-Rev: 19638
2006-05-22 05:46:55 +00:00
George Rhoten
a33e2d37a9
ICU-4707 Fix some compiler warnings.
...
X-SVN-Rev: 19637
2006-05-22 05:29:53 +00:00
George Rhoten
36e78e6d21
ICU-4707 Fix some compiler warnings.
...
X-SVN-Rev: 19636
2006-05-22 05:20:52 +00:00
George Rhoten
cbb891e5ec
ICU-4707 Fix some compiler warnings.
...
X-SVN-Rev: 19635
2006-05-22 05:01:21 +00:00
George Rhoten
319d2629b3
ICU-5190 Test and fix some allocation issues from ucol_safeClone
...
X-SVN-Rev: 19632
2006-05-21 21:09:01 +00:00
George Rhoten
e67193f2dc
ICU-5196 Don't divide by zero.
...
X-SVN-Rev: 19631
2006-05-21 17:58:29 +00:00
George Rhoten
d9fe86302a
ICU-5190 Perform better testing of ucol_safeClone.
...
X-SVN-Rev: 19630
2006-05-21 17:56:44 +00:00
Eric Mader
79df33682b
ICU-5196 Skip Windows locales that don't have a corresponding ICU locale ID. Generate random doubles as the quotient of two int64_ts.
...
X-SVN-Rev: 19619
2006-05-05 23:21:23 +00:00
George Rhoten
dd2917fc9b
ICU-5195 Fix codepoint handling that stradle buffers.
...
X-SVN-Rev: 19614
2006-05-05 07:08:37 +00:00
George Rhoten
7e90d04bc0
ICU-4985 Update for LUF
...
X-SVN-Rev: 19611
2006-05-05 01:41:21 +00:00
Deborah Goldsmith
eac56d17c4
ICU-4985 Fix another problem with test in debug mode
...
X-SVN-Rev: 19610
2006-05-05 01:01:36 +00:00
Deborah Goldsmith
7becf109fd
ICU-4985 Fix problem with test in debug mode
...
X-SVN-Rev: 19609
2006-05-05 00:52:58 +00:00
Andy Heninger
3a31ab328e
ICU-5170 fix invalid paramater checking & test for ubrk_open()
...
X-SVN-Rev: 19605
2006-05-03 03:32:18 +00:00
Deborah Goldsmith
de8c6c14f3
ICU-4985 currency rounding/fractions no longer ignored
...
X-SVN-Rev: 19604
2006-05-03 00:00:34 +00:00
Eric Mader
bfcdc84f92
ICU-5113 Add 'locl' feature to Indic. Add tests for Marathi vs. Hindi version of SHA.
...
X-SVN-Rev: 19599
2006-04-26 20:45:47 +00:00
George Rhoten
dacb74bf27
ICU-4855 No need to have real data in this structure.
...
X-SVN-Rev: 19597
2006-04-26 06:43:56 +00:00
Andy Heninger
2134fb7aac
ICU-5170 compiler warning cleanup
...
X-SVN-Rev: 19596
2006-04-26 04:01:00 +00:00
George Rhoten
79637baca1
ICU-5032 Improve code coverage, and improve testing
...
X-SVN-Rev: 19592
2006-04-25 23:28:06 +00:00
George Rhoten
f5e940afb4
ICU-5161 Fix valgrind and Purify warnings about uninitialized memory copies.
...
Make it more efficient to copy and initialize a UResourceBundle.
Don't use U_INTERNAL_PROGRAM_ERROR when U_ILLEGAL_ARGUMENT_ERROR was meant.
X-SVN-Rev: 19586
2006-04-25 19:32:35 +00:00
Eric Mader
958fde0c5f
ICU-5113 Add 'locl' feature to Indic. Add "lang" attribute to <test-case>, add Han language-sensitive tests.
...
X-SVN-Rev: 19585
2006-04-25 19:16:44 +00:00
Eric Mader
deda1e3fbc
ICU-5113 Add 'locl' feature to Indic. Add "lang" attribute to <test-case>, add Han language-sensitive tests.
...
X-SVN-Rev: 19584
2006-04-25 19:08:11 +00:00
Andy Heninger
02503e08f4
ICU-5170 RBBI Dictionary test, moved stack objects to heap so Purify can better
...
check for out-of-bounds writes. In search of an elusive error.
X-SVN-Rev: 19581
2006-04-24 17:31:44 +00:00
Andy Heninger
9f85d5dd08
ICU-5170 move RBBI from CharacterIterator to UText
...
X-SVN-Rev: 19579
2006-04-22 05:29:27 +00:00
Ram Viswanadha
aca85b53cf
ICU-4855 fix a failure
...
X-SVN-Rev: 19578
2006-04-22 00:46:03 +00:00
Ram Viswanadha
bbbee77fe0
ICU-4855 synch data with CLDR
...
X-SVN-Rev: 19572
2006-04-21 01:18:35 +00:00
Eric Mader
db8dd2923f
ICU-3979 Update for version 1.15 of CODE2000.TTF
...
X-SVN-Rev: 19566
2006-04-19 18:40:56 +00:00
Eric Mader
8341bf4d87
ICU-5161 call fontInstance->deleteNameString instead of DELETE_ARRAY.
...
X-SVN-Rev: 19565
2006-04-19 18:38:46 +00:00
George Rhoten
90b87f3aa8
ICU-5161 Fix memory leaks and use ICU putil functions.
...
X-SVN-Rev: 19564
2006-04-19 06:53:43 +00:00
Deborah Goldsmith
225d629326
ICU-5163 Restore const void * constructor, improve test coverage
...
X-SVN-Rev: 19563
2006-04-18 22:49:08 +00:00
Eric Mader
653fcc2232
ICU-5115 Add test cases for matra and mark combinations, including missing consonants.
...
X-SVN-Rev: 19562
2006-04-18 19:04:05 +00:00
George Rhoten
689ac9f998
ICU-5161 Fix a memory leak.
...
X-SVN-Rev: 19558
2006-04-17 07:37:21 +00:00
George Rhoten
69dc11a58d
ICU-5161 Fix a memory leak.
...
X-SVN-Rev: 19557
2006-04-17 05:06:11 +00:00
George Rhoten
57206e7d3c
ICU-5161 Fix memory leaks.
...
X-SVN-Rev: 19556
2006-04-16 18:11:12 +00:00
George Rhoten
7e6b69156d
ICU-5161 Properly delete memory, and make sure there is enough space to unescape a string.
...
X-SVN-Rev: 19555
2006-04-16 17:28:00 +00:00
George Rhoten
8530362290
ICU-5161 Properly delete the memory.
...
X-SVN-Rev: 19550
2006-04-15 07:35:05 +00:00
George Rhoten
573f662749
ICU-4707 Fix some compiler warnings.
...
X-SVN-Rev: 19546
2006-04-14 16:20:02 +00:00
George Rhoten
216965ea92
ICU-4707 Fix some compiler warnings.
...
X-SVN-Rev: 19544
2006-04-14 15:49:37 +00:00
Eric Mader
8927afbf4b
ICU-5153 Make sure the string passed to GetNumberFormatW, GetCurrencyFormatW has "." as the decimal separator.
...
X-SVN-Rev: 19542
2006-04-13 23:48:32 +00:00
Eric Mader
2751032ccd
ICU-3979 Fix extrremely annoying compiler warnings.
...
X-SVN-Rev: 19530
2006-04-11 22:40:05 +00:00
Eric Mader
656d7e1b43
ICU-3979 remove spurious semi-colons.
...
X-SVN-Rev: 19528
2006-04-11 01:32:24 +00:00
Eric Mader
ca9fcb4e10
ICU-3979 Fix compiler warnings.
...
X-SVN-Rev: 19527
2006-04-11 01:15:08 +00:00
Eric Mader
e4ae327eed
ICU-3979 Add automatic LayoutEngine tests.
...
X-SVN-Rev: 19523
2006-04-07 23:51:55 +00:00
George Rhoten
cbac1432df
ICU-4873 Fix Solaris warning and z/OS error.
...
X-SVN-Rev: 19522
2006-04-07 07:43:27 +00:00
Ram Viswanadha
ea4cd7f0fa
ICU-5084 add timebombs for tests
...
X-SVN-Rev: 19519
2006-04-04 23:23:05 +00:00
George Rhoten
94f0de1e3a
ICU-5025 Better fix for an Intel compiler optimization bug.
...
X-SVN-Rev: 19514
2006-04-04 15:57:50 +00:00
George Rhoten
ebbb957f9d
ICU-5025 Better fix for an Intel compiler optimization bug.
...
X-SVN-Rev: 19513
2006-04-04 15:56:38 +00:00
George Rhoten
b29549eef4
ICU-5143 Make sure that proper ownership rules of the RuleBasedCollator are followed.
...
Do deep copying where needed.
Don't dereference NULL on failure to create rule string.
Initialize all member variables.
Consolidate copy and pasted code.
X-SVN-Rev: 19509
2006-04-02 19:07:50 +00:00
George Rhoten
3209361c76
ICU-5117 Optimize the string declarations.
...
X-SVN-Rev: 19506
2006-03-31 19:12:26 +00:00
Andy Heninger
f47dea2b53
ICU-4873 UText with surrogates spanning chunk boundaries.
...
X-SVN-Rev: 19498
2006-03-31 02:11:39 +00:00
George Rhoten
303da65207
ICU-5032 Test swapping a 32-bit key resource bundle table
...
X-SVN-Rev: 19476
2006-03-30 04:50:01 +00:00
George Rhoten
1d6533d978
ICU-5025 Fix an Intel compiler issue.
...
X-SVN-Rev: 19475
2006-03-30 01:18:26 +00:00
Deborah Goldsmith
aa8de78f26
ICU-5136 Add test of MutableTrieDictionary and CompactTrieDictionary
...
X-SVN-Rev: 19473
2006-03-29 23:33:02 +00:00
George Rhoten
88420fdecf
ICU-5032 Fix a typo from the last checkin
...
X-SVN-Rev: 19469
2006-03-29 00:59:28 +00:00
George Rhoten
7aa9c4c444
ICU-5032 Increase code coverage.
...
X-SVN-Rev: 19467
2006-03-29 00:19:28 +00:00
George Rhoten
d5bc69e7f4
ICU-5032 Increase code coverage numbers
...
X-SVN-Rev: 19466
2006-03-28 22:00:11 +00:00
George Rhoten
9b74d98d49
ICU-4707 Fix some compiler warnings
...
X-SVN-Rev: 19461
2006-03-28 07:25:09 +00:00
George Rhoten
83097bf105
ICU-5025 %f, %e and %g for scanf should expect a float by default.
...
X-SVN-Rev: 19457
2006-03-27 17:55:32 +00:00
George Rhoten
23eeb9c7bf
ICU-5129 Remove non-existing dependencies.
...
X-SVN-Rev: 19455
2006-03-27 17:33:08 +00:00
George Rhoten
2d662cf06c
ICU-4707 Fix some compiler warnings.
...
X-SVN-Rev: 19447
2006-03-26 01:09:16 +00:00
George Rhoten
401f909a49
ICU-4707 Fix some compiler warnings.
...
X-SVN-Rev: 19445
2006-03-26 00:32:27 +00:00
George Rhoten
81b211ef90
ICU-4707 Fix some compiler warnings.
...
X-SVN-Rev: 19444
2006-03-26 00:18:23 +00:00
George Rhoten
4763cb63a0
ICU-4707 Fix some compiler warnings
...
X-SVN-Rev: 19440
2006-03-25 23:00:58 +00:00
George Rhoten
0b0d6328ab
ICU-4707 Properly define range checking
...
X-SVN-Rev: 19439
2006-03-25 22:29:09 +00:00
George Rhoten
485ca2f705
ICU-5032 Increase code coverage.
...
X-SVN-Rev: 19433
2006-03-24 23:43:25 +00:00
George Rhoten
044a33ac62
ICU-5032 Increase code coverage.
...
X-SVN-Rev: 19431
2006-03-24 23:29:08 +00:00
George Rhoten
a818a144e1
ICU-4639 Make it easier to find charset detection.
...
X-SVN-Rev: 19430
2006-03-24 23:20:25 +00:00
George Rhoten
467aa116a5
ICU-5032 Increase code coverage.
...
X-SVN-Rev: 19429
2006-03-24 23:12:30 +00:00
George Rhoten
64483b9dd3
ICU-5117 Remove unused BreakDictionary and ucmp8 APIs.
...
X-SVN-Rev: 19427
2006-03-24 21:24:39 +00:00
George Rhoten
b51bdf2a60
ICU-4707 Fix some compiler warnings.
...
X-SVN-Rev: 19417
2006-03-23 05:53:36 +00:00
George Rhoten
240c50c633
ICU-4707 Fix some compiler warnings.
...
X-SVN-Rev: 19416
2006-03-23 04:21:33 +00:00
George Rhoten
1e184956a8
ICU-4707 Fix some compiler warnings.
...
X-SVN-Rev: 19415
2006-03-23 04:11:36 +00:00
George Rhoten
a65f7a1ab1
ICU-4707 Fix some compiler warnings
...
X-SVN-Rev: 19414
2006-03-23 04:09:01 +00:00
George Rhoten
ffaad4ccaa
ICU-4707 Fix some compiler warnings
...
X-SVN-Rev: 19413
2006-03-23 03:57:20 +00:00
Deborah Goldsmith
490cb834fa
ICU-5117 Thai break should work in all locales
...
X-SVN-Rev: 19408
2006-03-23 00:54:12 +00:00
George Rhoten
a7b05e0c3d
ICU-3967 Update the performance test to the current way of building ICU.
...
X-SVN-Rev: 19398
2006-03-22 05:00:27 +00:00
George Rhoten
01e946968d
ICU-3967 Update the performance test to the current way of building ICU.
...
X-SVN-Rev: 19396
2006-03-21 23:25:04 +00:00
George Rhoten
35c4c75f13
ICU-4707 Fix some compiler warnings
...
X-SVN-Rev: 19383
2006-03-20 07:53:07 +00:00
George Rhoten
2dd590c668
ICU-5032 Refactor code while increasing code coverage.
...
X-SVN-Rev: 19382
2006-03-20 07:49:49 +00:00
George Rhoten
db92b0f4f9
ICU-5032 Increase code coverage of UTF-32 converter
...
X-SVN-Rev: 19381
2006-03-20 07:43:13 +00:00
George Rhoten
efedac815e
ICU-5032 Refactor code while increasing code coverage.
...
X-SVN-Rev: 19380
2006-03-20 07:42:35 +00:00
Markus Scherer
28804eff03
ICU-5084 NFSkippable sets for Unicode 5.0
...
X-SVN-Rev: 19371
2006-03-17 23:24:15 +00:00
Markus Scherer
f14b733772
ICU-5084 Unicode 5 moves Grapheme_Link around between properties files
...
X-SVN-Rev: 19369
2006-03-17 22:07:05 +00:00
George Rhoten
f68b52650f
ICU-4707 Fix some compiler warnings by merging some code.
...
X-SVN-Rev: 19332
2006-03-06 08:23:20 +00:00
Markus Scherer
e7aa3f3380
ICU-5084 Unicode 5.0 beta (d13)
...
X-SVN-Rev: 19329
2006-03-03 20:59:01 +00:00
George Rhoten
286c5c0051
ICU-4707 Fix some compiler warnings.
...
X-SVN-Rev: 19311
2006-03-02 03:45:55 +00:00
George Rhoten
4f9774ab89
ICU-5091 Fix some newline conversion problems.
...
X-SVN-Rev: 19303
2006-03-01 05:45:34 +00:00
George Rhoten
93ebb28935
ICU-5091 Fix some newline conversion problems.
...
X-SVN-Rev: 19302
2006-03-01 05:43:01 +00:00
George Rhoten
f4a20aa1c8
ICU-5081 Remove support for the old naming scheme.
...
X-SVN-Rev: 19276
2006-02-24 21:25:44 +00:00
George Rhoten
21694002ed
ICU-5081 Change testdata to use the new file naming scheme.
...
X-SVN-Rev: 19272
2006-02-24 19:31:34 +00:00
George Rhoten
11e43d7a6e
ICU-4639 Convert this file from binary to a UTF-8 text file.
...
X-SVN-Rev: 19232
2006-02-21 20:17:31 +00:00
George Rhoten
187ccbab3b
ICU-4639 Convert this file from binary to a UTF-8 text file.
...
X-SVN-Rev: 19231
2006-02-21 20:15:41 +00:00
George Rhoten
dc2dae588a
ICU-5070 Better fix for Visual Age 7
...
X-SVN-Rev: 19228
2006-02-21 17:49:03 +00:00
George Rhoten
422d7dbe64
ICU-5070 Fix for Visual Age 7
...
X-SVN-Rev: 19226
2006-02-21 07:11:41 +00:00
Ram Viswanadha
b3887b4af0
ICU-4947 remove C from log message
...
X-SVN-Rev: 19222
2006-02-20 19:15:53 +00:00
Ram Viswanadha
831b6b91be
ICU-4947 fix a typo
...
X-SVN-Rev: 19217
2006-02-18 21:19:24 +00:00
Andy Heninger
cfd5650611
ICU-4699 add Freeze to UText
...
X-SVN-Rev: 19197
2006-02-17 02:16:01 +00:00
Ram Viswanadha
8a9c47c61a
ICU-5045 fix the tests
...
X-SVN-Rev: 19175
2006-02-16 17:41:18 +00:00
George Rhoten
4396be7b64
ICU-4869 Clean up the configure script for z/OS
...
X-SVN-Rev: 19174
2006-02-16 17:34:23 +00:00
George Rhoten
0f50705ce8
ICU-5044 ICU 3.4.0 incorrectly missed tagging idna_conf.txt, and this test silently failed.
...
This change fixes the error reporting.
X-SVN-Rev: 19168
2006-02-15 19:59:00 +00:00
Eric Mader
85bbb0fcbf
ICU-5057 Treat wchar_t as built-in type.
...
X-SVN-Rev: 19161
2006-02-14 20:57:08 +00:00
Eric Mader
ba21b7880e
ICU-4639 Add Big5, use sorted mbcs statistics, increase coverage.
...
X-SVN-Rev: 19152
2006-02-13 20:47:36 +00:00
Eric Mader
1e5f4efef9
ICU-4639 Initial version of C test. Clean up error messages.
...
X-SVN-Rev: 19138
2006-02-11 00:28:36 +00:00
Eric Mader
ee7482efd7
ICU-4639 Initial version of C test. Clean up error messages.
...
X-SVN-Rev: 19137
2006-02-10 23:49:09 +00:00
Steven R. Loomis
e9971936a5
ICU-5013 improved test
...
X-SVN-Rev: 19131
2006-02-10 03:05:14 +00:00
Steven R. Loomis
877be1db38
ICU-5015 olson 2006 update
...
X-SVN-Rev: 19130
2006-02-10 03:03:19 +00:00
Markus Scherer
05c910e183
ICU-5043 low-level code for lenient-UTF-8 UText provider
...
X-SVN-Rev: 19123
2006-02-09 21:16:20 +00:00
Eric Mader
959633d24c
ICU-4639 Remove static constants from headers, fix overflow in confidence calculation in match_mbcs.
...
X-SVN-Rev: 19122
2006-02-09 21:13:01 +00:00
Ram Viswanadha
3657fc5b7f
ICU-5045 tests for codes in iso 15924
...
X-SVN-Rev: 19106
2006-02-09 01:28:31 +00:00
George Rhoten
2a111fef69
ICU-5032 Increase code coverage numbers
...
X-SVN-Rev: 19097
2006-02-08 19:43:00 +00:00
Eric Mader
72365ebe1d
ICU-4639 Uncomment tests that were failing due to Shift_JIS, EUC-JP, GB-18030 bugs.
...
X-SVN-Rev: 19092
2006-02-08 00:19:04 +00:00
George Rhoten
dd7f893fec
ICU-5032 Increase code coverage numbers
...
X-SVN-Rev: 19089
2006-02-07 23:20:38 +00:00
George Rhoten
d160dc506e
ICU-5032 Increase code coverage numbers
...
X-SVN-Rev: 19087
2006-02-07 22:15:47 +00:00
Eric Mader
cb69e53d8d
ICU-4639 Cleanup, more error checking.
...
X-SVN-Rev: 19086
2006-02-07 21:59:16 +00:00
George Rhoten
6b7b464bfd
ICU-5032 Increase code coverage numbers
...
X-SVN-Rev: 19082
2006-02-07 19:47:39 +00:00
George Rhoten
8b6eb2b923
ICU-5032 Increase code coverage numbers by enabling a test.
...
X-SVN-Rev: 19081
2006-02-07 19:26:37 +00:00
George Rhoten
662ae65d54
ICU-5032 Increase code coverage numbers
...
X-SVN-Rev: 19080
2006-02-07 19:22:47 +00:00
Eric Mader
26d4c114f0
ICU-4639 Add more information to some error messages; add debugging code.
...
X-SVN-Rev: 19079
2006-02-07 19:12:43 +00:00
Ram Viswanadha
9ca49b9f11
ICU-4947 add tests for U_HIDE_DRAFT_API and friends
...
X-SVN-Rev: 19076
2006-02-07 02:02:43 +00:00
George Rhoten
8bb51a8617
ICU-5029 Fix some memory problems
...
X-SVN-Rev: 19070
2006-02-06 18:21:06 +00:00
Eric Mader
b452ca48e6
ICU-4639 Initial checkin of C port of CharsetDetection.
...
X-SVN-Rev: 19069
2006-02-06 18:03:11 +00:00
Eric Mader
4ab8eb96d1
ICU-5029 Fix Purify warning about NaN arguments to wsprintf.
...
X-SVN-Rev: 19064
2006-02-04 02:09:01 +00:00
George Rhoten
60fc56a0de
ICU-4932 Don't parse unlocalized patterns and localized patterns.
...
X-SVN-Rev: 19062
2006-02-03 23:20:43 +00:00
George Rhoten
bc57e25023
ICU-5008 Don't use @internal API.
...
X-SVN-Rev: 19055
2006-02-02 04:37:15 +00:00
George Rhoten
29a5a105d0
ICU-4576 Based on the review of changes, stdio.h shouldn't be included.
...
X-SVN-Rev: 19052
2006-02-01 19:50:43 +00:00
Vladimir Weinstein
4ee9d29ce1
ICU-4960 test for case level fixes.
...
X-SVN-Rev: 19038
2006-01-28 08:25:52 +00:00
Vladimir Weinstein
6b10461c41
ICU-4960 Additional convenience test methods
...
X-SVN-Rev: 19037
2006-01-28 08:25:24 +00:00
Andy Heninger
64e16dfb5e
ICU-4152 UnicodeSetIterator::getString() works with code points
...
X-SVN-Rev: 19028
2006-01-27 00:24:30 +00:00
Eric Mader
ae8baeb57d
ICU-4152 Use TimeZone::getEquivalentID to handle aliases.
...
X-SVN-Rev: 19020
2006-01-24 22:16:39 +00:00
George Rhoten
69ffe9f919
ICU-4869 Fixes for z/OS Authorized LE. Output fewer errors when data can't be loaded.
...
X-SVN-Rev: 19019
2006-01-24 18:55:47 +00:00
George Rhoten
1ca7be87a4
ICU-4869 Fixes for z/OS Authorized LE. Output fewer errors when data can't be loaded.
...
X-SVN-Rev: 19018
2006-01-24 17:57:33 +00:00
Eric Mader
bfd3e8b331
ICU-4152 Initial checkin of tests. Aslo bug fixes for bugs that the tests found!
...
X-SVN-Rev: 19017
2006-01-23 23:45:12 +00:00
Eric Mader
ed5ad9b463
ICU-4152 Initial checkin of tests. Aslo bug fixes for bugs that the tests found!
...
X-SVN-Rev: 19016
2006-01-23 23:25:00 +00:00
George Rhoten
e4a3855fa8
ICU-4982 Fix for %n handling.
...
X-SVN-Rev: 18996
2006-01-17 23:12:03 +00:00
Ram Viswanadha
e6878ef6c0
ICU-5005 keep a copy of generated xliff file to compare for regression.
...
X-SVN-Rev: 18995
2006-01-17 21:28:01 +00:00
George Rhoten
f9397a445c
ICU-3085 Change ICU to use the /Zc:wchar_t option.
...
X-SVN-Rev: 18994
2006-01-17 21:12:17 +00:00
George Rhoten
6f89e4da39
ICU-4707 Fix some compiler warnings.
...
X-SVN-Rev: 18979
2006-01-13 21:26:58 +00:00
Ram Viswanadha
0bdf064c1d
ICU-3832 Add support for monetary grouping separator
...
X-SVN-Rev: 18960
2006-01-09 23:03:31 +00:00
Andy Heninger
e6b05fd11e
ICU-4152 UnicodeSetIterator::getString() works with code points
...
X-SVN-Rev: 18958
2006-01-07 01:35:28 +00:00
Ram Viswanadha
494abde552
ICU-4450 forgot to checkin this file
...
X-SVN-Rev: 18934
2005-12-30 22:34:39 +00:00
Ram Viswanadha
31fe35f428
ICU-4844 remove the old performance tests
...
X-SVN-Rev: 18933
2005-12-30 21:43:22 +00:00
Ram Viswanadha
9daf3cee7c
ICU-4844 port the performance tests to new perf test framework
...
X-SVN-Rev: 18932
2005-12-30 21:40:34 +00:00
Ram Viswanadha
6a9942d925
ICU-4450 update the data with Mark's config
...
X-SVN-Rev: 18927
2005-12-27 22:23:05 +00:00
George Rhoten
a435304124
ICU-4315 Fix for HP-UX.
...
X-SVN-Rev: 18925
2005-12-22 20:15:40 +00:00
Ram Viswanadha
469ce0aa21
ICU-4235 fix failures on multiple platforms
...
X-SVN-Rev: 18908
2005-12-15 22:19:29 +00:00
Ram Viswanadha
a19e0c9c4a
ICU-4235 update with comments from Mark
...
X-SVN-Rev: 18906
2005-12-15 06:12:04 +00:00
Ram Viswanadha
f3a6abd079
ICU-4235 update with comments from Mark
...
X-SVN-Rev: 18905
2005-12-15 04:09:09 +00:00
George Rhoten
ef4d466273
ICU-4714 Fixes for collation
...
X-SVN-Rev: 18879
2005-12-07 19:57:50 +00:00
George Rhoten
d0559ac03c
ICU-4948 Make the makefiles easier to compare against each other
...
X-SVN-Rev: 18852
2005-12-02 10:21:39 +00:00
George Rhoten
a217bc8e9c
ICU-4885 ISO-639 added rup
...
X-SVN-Rev: 18849
2005-12-01 23:42:21 +00:00
George Rhoten
9a33e3b976
ICU-4450 Fix test for new version
...
X-SVN-Rev: 18846
2005-12-01 16:19:51 +00:00
Markus Scherer
e08d580655
ICU-4739 add "no fallback" flag to resource bundles
...
X-SVN-Rev: 18836
2005-11-29 00:10:07 +00:00
George Rhoten
46d580dc28
ICU-4885 Check for unassigned characters in the exemplar set.
...
X-SVN-Rev: 18812
2005-11-17 21:40:18 +00:00
George Rhoten
f4ca940144
ICU-4315 Fix memory leak
...
X-SVN-Rev: 18811
2005-11-17 21:31:01 +00:00
George Rhoten
49b359a0bf
ICU-4885 CLDR has real data for Islamic calendar now.
...
X-SVN-Rev: 18792
2005-11-15 00:15:48 +00:00
Ram Viswanadha
b70227e2c7
ICU-4741 make compare functions for Hashtable and StringEnumeration general
...
X-SVN-Rev: 18788
2005-11-11 19:23:09 +00:00
John Emmons
23a8fbcbfe
ICU-4916 add tests for setMonths/Weekdays(FORMAT,WIDE/ABBREVIATED)
...
X-SVN-Rev: 18780
2005-11-09 17:57:53 +00:00
George Rhoten
b2425000cc
ICU-4707 Fix some xlc compiler warnings.
...
X-SVN-Rev: 18776
2005-11-08 22:44:37 +00:00
George Rhoten
f422341fb9
ICU-4912 Fix for Windows.
...
X-SVN-Rev: 18775
2005-11-08 10:52:59 +00:00
George Rhoten
fb3cac4a83
ICU-4912 Undo last change
...
X-SVN-Rev: 18766
2005-11-07 22:25:05 +00:00
Ram Viswanadha
aded11936e
ICU-4913 add tests for package level aliases
...
X-SVN-Rev: 18759
2005-11-04 22:05:31 +00:00
Ram Viswanadha
caafcceb8f
ICU-4912 synchronize with ICU4J
...
X-SVN-Rev: 18758
2005-11-04 21:57:24 +00:00
George Rhoten
db2b1d1b3f
ICU-4707 Fix some compiler warnings
...
X-SVN-Rev: 18752
2005-11-02 08:03:19 +00:00
Andy Heninger
511637f54a
ICU-4669 UText refactoring & 64 bit changes.
...
X-SVN-Rev: 18726
2005-10-28 00:01:18 +00:00
George Rhoten
96c4ce20a7
ICU-4759 Allow the converter alias table to be swapped when legacy conversion is disabled and conversion is enabled.
...
X-SVN-Rev: 18721
2005-10-27 21:43:32 +00:00
George Rhoten
a9a7739272
ICU-4881 Hit the snooze alarm to go off at ICU 3.6 version change.
...
X-SVN-Rev: 18719
2005-10-26 18:21:09 +00:00
Andy Heninger
e5b14425b7
ICU-4888 regex pattern compilation bug with flag settings.
...
X-SVN-Rev: 18705
2005-10-22 20:55:33 +00:00
Andy Heninger
8a1e1ba83a
ICU-4888 regex pattern compilation bug with flag settings.
...
X-SVN-Rev: 18703
2005-10-20 15:54:01 +00:00
John Emmons
86c1e8d7dd
ICU-4643 Add tests for setting narrow/standalone months/weekdays
...
X-SVN-Rev: 18701
2005-10-19 17:54:28 +00:00
George Rhoten
0635705316
ICU-4881 Hit the snooze alarm on the time bomb.
...
X-SVN-Rev: 18690
2005-10-17 22:20:13 +00:00
George Rhoten
5221d3bad4
ICU-4881 Update version number to 3.5.
...
X-SVN-Rev: 18689
2005-10-17 22:11:34 +00:00
George Rhoten
440b3d8007
ICU-4235 Temporarily disable this test until it can be fixed.
...
X-SVN-Rev: 18683
2005-10-14 21:19:22 +00:00
George Rhoten
d021cdefde
ICU-4827 MSVC.NET 2005 beta2 compiler warning fix.
...
X-SVN-Rev: 18680
2005-10-14 03:30:45 +00:00
George Rhoten
25b0e41aac
ICU-4872 Fix broken URLs
...
X-SVN-Rev: 18677
2005-10-14 01:09:29 +00:00
George Rhoten
fd61097662
ICU-4827 MSVC.NET 2005 beta2 has a broken %n implementation. Use ICU's results instead, and hard code what is expected.
...
X-SVN-Rev: 18628
2005-10-05 07:54:18 +00:00
George Rhoten
f021805fde
ICU-4855 Update ISO-639 list
...
X-SVN-Rev: 18617
2005-09-30 22:53:04 +00:00
George Rhoten
52663240f6
ICU-4658 Add missing exemplar characters. Data fixed with cldrbug 869
...
X-SVN-Rev: 18614
2005-09-29 23:48:08 +00:00
George Rhoten
8edc0a4008
ICU-4855 Update ISO-639 list
...
X-SVN-Rev: 18609
2005-09-29 22:54:10 +00:00
Andy Heninger
6390a76fe2
ICU-4855 rbbi Line Break, handle unpaired surrogates as AL
...
X-SVN-Rev: 18596
2005-09-28 04:57:25 +00:00
Andy Heninger
9a954ce8d6
ICU-4269 fix some compiler warnings
...
X-SVN-Rev: 18595
2005-09-27 21:26:08 +00:00
Andy Heninger
f4c3b75a4d
ICU-4269 Tweak sentence break rules; fix rbbi UText problem.
...
X-SVN-Rev: 18591
2005-09-27 18:21:18 +00:00
Andy Heninger
6286b7d531
ICU-4269 temporarily disable utext test, until severe test failures are fixed.
...
X-SVN-Rev: 18590
2005-09-27 17:12:35 +00:00
Andy Heninger
3b26cf3000
ICU-4269 Add a sentence break monkey test
...
X-SVN-Rev: 18588
2005-09-26 23:58:54 +00:00
George Rhoten
08c10e4c84
ICU-4707 Fix some compiler warnings
...
X-SVN-Rev: 18583
2005-09-26 06:29:11 +00:00
George Rhoten
f3ab40474e
ICU-4821 Fix compiler warning from previous checkin.
...
X-SVN-Rev: 18582
2005-09-26 06:22:39 +00:00
George Rhoten
fd19363ceb
ICU-4714 Properly canonicalize serbian locales.
...
X-SVN-Rev: 18578
2005-09-23 21:00:41 +00:00
Vladimir Weinstein
87aa8e42bb
ICU-4821 fix upper first behavior for normal sort key generation - regression test
...
X-SVN-Rev: 18542
2005-09-17 06:26:58 +00:00
George Rhoten
c3e3187b90
ICU-4827 Fixes for Visual Studio .NET 2005 beta 2
...
X-SVN-Rev: 18540
2005-09-17 01:04:25 +00:00
George Rhoten
64207de80c
ICU-4827 Fixes for Visual Studio .NET 2005 beta 2
...
X-SVN-Rev: 18536
2005-09-16 18:09:08 +00:00
Andy Heninger
d733d65d28
ICU-4269 rbbi sentence break monkey test & rule updates. Work in in progress, sentence breaks not in good shape now.
...
X-SVN-Rev: 18534
2005-09-15 23:23:24 +00:00
Steven R. Loomis
62325bf1f4
ICU-4347 back out minmax test
...
X-SVN-Rev: 18530
2005-09-15 16:28:27 +00:00
George Rhoten
caa7b5e836
ICU-4822 uscript_getScript should return an invalid script enum when the arguments are invalid
...
X-SVN-Rev: 18529
2005-09-15 16:06:18 +00:00
George Rhoten
0962072a5b
ICU-4823 Prevent test from failing when timezone is GMT+12 or GMT+13 are used.
...
X-SVN-Rev: 18528
2005-09-15 04:39:17 +00:00
George Rhoten
3a8ea47c3e
ICU-4820 Add tests that ulocdata works as expected
...
X-SVN-Rev: 18523
2005-09-14 22:37:04 +00:00
George Rhoten
d3efd24dcc
ICU-4820 Allow API to return informational warning codes
...
X-SVN-Rev: 18522
2005-09-14 22:29:56 +00:00
George Rhoten
527679aa9c
ICU-4347 Fix compiler warning
...
X-SVN-Rev: 18520
2005-09-14 19:07:03 +00:00
Andy Heninger
d51e8e8a35
ICU-4766 rbbi word rules & tests updated for Unicode 4.1 handling of trailing format chars
...
X-SVN-Rev: 18510
2005-09-10 03:52:54 +00:00
Ram Viswanadha
91f99f224e
ICU-4764 update data .. add missing timezone stuff
...
X-SVN-Rev: 18500
2005-09-07 21:45:27 +00:00
Andy Heninger
cc15de1e3b
ICU-4315 bug fix in test code.
...
X-SVN-Rev: 18496
2005-09-02 23:49:51 +00:00
Andy Heninger
5204fe289c
ICU-4315 remove // comment in C file
...
X-SVN-Rev: 18495
2005-09-02 21:57:12 +00:00
Andy Heninger
959dd53756
ICU-4741 fix compiler error on Linux
...
X-SVN-Rev: 18485
2005-09-01 18:07:52 +00:00
Andy Heninger
6426cad023
ICU-4315 add missing buffer overflow check
...
X-SVN-Rev: 18484
2005-08-31 00:52:22 +00:00
Andy Heninger
35039f1737
ICU-4058 add test for reported odd UnicodeSet behavior with $. Working as designed, but design may want to change.
...
X-SVN-Rev: 18475
2005-08-27 00:20:16 +00:00
Ram Viswanadha
f9555fcca8
ICU-4741 changes for zoneStrings access
...
X-SVN-Rev: 18474
2005-08-26 21:55:55 +00:00
Steven R. Loomis
79ff85ee48
ICU-4347 beginning of min/max test
...
X-SVN-Rev: 18471
2005-08-26 21:17:29 +00:00
Richard Gillam
98be212f0a
ICU-4726 Made Transliterator::filteredTransliterate() public, added Transliterator::registerAlias().
...
X-SVN-Rev: 18460
2005-08-25 17:23:51 +00:00
Andy Heninger
40a589829e
ICU-3671 restore lost UTF-8 BOM to rbbi test data file.
...
X-SVN-Rev: 18459
2005-08-24 05:02:18 +00:00
George Rhoten
b9aa59d976
ICU-4051 Remove tabs
...
X-SVN-Rev: 18457
2005-08-23 15:51:48 +00:00
Andy Heninger
3879460320
ICU-3671 Add locale option for data driven tests. Move Thai word test data from code to the data file
...
X-SVN-Rev: 18455
2005-08-19 01:25:17 +00:00
Andy Heninger
39e550a089
ICU-3671 Add test case for this bug; move Thai word test data from inline code to the data file.
...
X-SVN-Rev: 18454
2005-08-19 01:23:41 +00:00
George Rhoten
aee126b1b6
ICU-4051 Fixes for non-Windows platforms.
...
X-SVN-Rev: 18451
2005-08-18 21:02:57 +00:00
Andy Heninger
dc312ef262
ICU-3705 Add check for successful u_cleanup/u_init to hpmufn test
...
X-SVN-Rev: 18445
2005-08-17 17:25:38 +00:00
Ram Viswanadha
c68ff6e555
ICU-4051 verify locale aliases
...
X-SVN-Rev: 18433
2005-08-15 16:11:39 +00:00
Ram Viswanadha
7aaebd3ab7
ICU-4051 verify locale aliases
...
X-SVN-Rev: 18430
2005-08-12 22:01:55 +00:00
George Rhoten
d0d876fcf7
ICU-4717 Fix memory leak.
...
X-SVN-Rev: 18429
2005-08-12 17:11:27 +00:00
Vladimir Weinstein
6115361760
ICU-4717 fix stack object initialization in init_resb_result - test
...
X-SVN-Rev: 18418
2005-08-10 06:13:37 +00:00
George Rhoten
bdc92c945b
ICU-4235 Fixes for Mac OS X
...
X-SVN-Rev: 18400
2005-08-05 17:13:24 +00:00
George Rhoten
6ceae7f947
ICU-4235 Fix compiler warnings and platform specific problems.
...
X-SVN-Rev: 18392
2005-08-04 16:49:11 +00:00
Ram Viswanadha
2b51573bde
ICU-4603 add test for beam complaint
...
X-SVN-Rev: 18386
2005-08-02 22:28:18 +00:00
George Rhoten
d4a1e7c1fe
ICU-4235 Use more verbose output.
...
X-SVN-Rev: 18384
2005-08-02 21:47:28 +00:00
George Rhoten
10859a2901
ICU-4707 Fix compiler warnings.
...
X-SVN-Rev: 18381
2005-08-02 18:11:38 +00:00
George Rhoten
bd60fe525d
ICU-4235 Fix various porting, configuration and style issues.
...
Don't use namespaces.
Use UBool instead of bool.
Use FALSE instead of false.
Use TRUE instead of true.
Use the correct copyright date.
Use UCONFIG_NO_COLLATION consistently.
... and a few other issues.
X-SVN-Rev: 18378
2005-08-02 17:55:57 +00:00
Ram Viswanadha
517d8e7b86
ICU-4235 fix problems
...
X-SVN-Rev: 18373
2005-08-01 20:18:44 +00:00
Ram Viswanadha
60fc7972d6
ICU-4235 add random collator test
...
X-SVN-Rev: 18369
2005-07-28 20:25:44 +00:00
George Rhoten
f808aad32a
ICU-4452 Make new coverage test more portable.
...
X-SVN-Rev: 18317
2005-07-21 07:14:07 +00:00
George Rhoten
3191854082
ICU-4452 Make new coverage test more portable.
...
X-SVN-Rev: 18316
2005-07-21 07:06:35 +00:00
Eric Mader
4fa995f1c6
ICU-4338 Remove unused per-script table.
...
X-SVN-Rev: 18306
2005-07-20 23:14:50 +00:00
George Rhoten
a96e9f5339
ICU-4452 An EBCDIC fix, an HP-UX/Solaris compiler warning fix, and a possible Free BSD compiler error fix.
...
X-SVN-Rev: 18295
2005-07-19 21:37:26 +00:00
George Rhoten
07b046d0f7
ICU-4676 Restore ICU_DATA after u_cleanup.
...
X-SVN-Rev: 18286
2005-07-19 16:45:35 +00:00
Vladimir Weinstein
d2df1e1fdd
ICU-4175 test showing that on ICU4C aliasing timezones work correctly
...
X-SVN-Rev: 18280
2005-07-19 05:12:33 +00:00
George Rhoten
977c1f8f69
ICU-4671 Fix for Tru64
...
X-SVN-Rev: 18273
2005-07-18 20:22:31 +00:00
George Rhoten
766fb06f3c
ICU-4559 Fix memory leaks
...
X-SVN-Rev: 18271
2005-07-18 17:11:32 +00:00
George Rhoten
ca26ed29c5
ICU-3333 More fixes for Solaris.
...
X-SVN-Rev: 18269
2005-07-18 16:33:00 +00:00
George Rhoten
a5dd573fea
ICU-4288 Fix some compiler warnings
...
X-SVN-Rev: 18268
2005-07-18 16:32:26 +00:00
Eric Mader
621ab38807
ICU-4665 DateFormatRoundTripTest should look for both "z" and "Z" to check for zone.
...
X-SVN-Rev: 18259
2005-07-15 21:28:19 +00:00
George Rhoten
f57f84234d
ICU-3333 Fix for Solaris
...
X-SVN-Rev: 18255
2005-07-15 16:18:44 +00:00
Ram Viswanadha
7d1fac1020
ICU-4452 add coverage tests
...
X-SVN-Rev: 18251
2005-07-14 23:24:38 +00:00
George Rhoten
68043eef1c
ICU-4657 Disable a test temporarily
...
X-SVN-Rev: 18249
2005-07-14 21:25:02 +00:00
Andy Heninger
013fc06b32
ICU-4656 fix RBBI test failure
...
X-SVN-Rev: 18248
2005-07-14 20:56:31 +00:00
George Rhoten
d56e7da793
ICU-4559 Fix a typo from previous checkin
...
X-SVN-Rev: 18247
2005-07-14 20:55:39 +00:00
George Rhoten
244ff80e7e
ICU-4559 Fix memory leaks and other memory problems
...
X-SVN-Rev: 18246
2005-07-14 20:12:29 +00:00
George Rhoten
f84f9aa516
ICU-4288 Fix some compiler warnings.
...
X-SVN-Rev: 18240
2005-07-14 06:03:34 +00:00
Andy Heninger
1cccf83ae7
ICU-4288 fix compiler warnings
...
X-SVN-Rev: 18233
2005-07-13 22:38:03 +00:00
Markus Scherer
6c460ca8b2
ICU-4288 fix compiler warnings
...
X-SVN-Rev: 18232
2005-07-13 21:28:52 +00:00
George Rhoten
b622ae28f8
ICU-4288 Fix some compiler warnings.
...
X-SVN-Rev: 18230
2005-07-13 03:30:11 +00:00
Ram Viswanadha
e4e33c02e0
ICU-3333 add idna conformance test
...
X-SVN-Rev: 18223
2005-07-12 20:55:45 +00:00
Ram Viswanadha
5b5a49e553
ICU-3333 add idna conformance test
...
X-SVN-Rev: 18222
2005-07-12 20:33:15 +00:00
Vladimir Weinstein
1b70e032c6
ICU-4395 properly reflect fallback info in status - test
...
X-SVN-Rev: 18201
2005-07-11 22:39:26 +00:00
Vladimir Weinstein
b1cd6079f7
ICU-4395 test data - need a resource only in root
...
X-SVN-Rev: 18199
2005-07-11 22:38:38 +00:00
George Rhoten
b4bcdffb7f
ICU-4288 Fix some compiler warnings.
...
X-SVN-Rev: 18192
2005-07-11 20:34:32 +00:00
Andy Heninger
6edb932e50
ICU-3944 text access, tests and fixes
...
X-SVN-Rev: 18190
2005-07-11 07:40:18 +00:00
Andy Heninger
6bf5e3f373
ICU-3944 text access, tests and fixes
...
X-SVN-Rev: 18189
2005-07-10 19:09:39 +00:00
George Rhoten
9c8f7adcc4
ICU-4620 better fix for unconfig failures.
...
X-SVN-Rev: 18186
2005-07-10 15:34:52 +00:00
Steven R. Loomis
db04e06f4e
ICU-4620 test fixes for uconfig.h
...
X-SVN-Rev: 18183
2005-07-09 03:15:06 +00:00
Doug Felt
9619133865
ICU-4630 test port of missing ICU4J changes for Hebrew to ICU4C
...
X-SVN-Rev: 18180
2005-07-09 02:13:00 +00:00
Andy Heninger
681da53c75
ICU-3944 Text Access, more tests and fixes.
...
X-SVN-Rev: 18178
2005-07-09 01:05:41 +00:00
Doug Felt
9ed71036c1
ICU-4630 test port of missing ICU4J changes for Hebrew to ICU4C
...
X-SVN-Rev: 18174
2005-07-08 18:23:44 +00:00