Commit Graph

9017 Commits

Author SHA1 Message Date
Ram Viswanadha
4c56adc195 ICU-2010 impove coverage
X-SVN-Rev: 9459
2002-07-31 03:04:28 +00:00
Ram Viswanadha
8606aeb57c ICU-2010 more tests
X-SVN-Rev: 9458
2002-07-31 03:02:07 +00:00
Ram Viswanadha
cfeab37102 ICU-2010 Comment out code for unused classes to increase coverage
X-SVN-Rev: 9457
2002-07-31 03:01:19 +00:00
Doug Felt
03b8d66628 ICU-2010 more code coverage for RBNF
X-SVN-Rev: 9455
2002-07-31 00:55:03 +00:00
Steven R. Loomis
2f30c04d51 ICU-1992 data packaging, update to uconv
X-SVN-Rev: 9454
2002-07-31 00:51:06 +00:00
Steven R. Loomis
917ddf24d7 ICU-1992 pkgdata robustness, bugfix updates for windows
X-SVN-Rev: 9453
2002-07-31 00:50:42 +00:00
Steven R. Loomis
fb4e4a43f7 ICU-1992 data packaging change, don't use u_getDataDirectory()
X-SVN-Rev: 9452
2002-07-31 00:50:13 +00:00
George Rhoten
5d0f277c43 ICU-1900 Ignore some files in CVS.
X-SVN-Rev: 9451
2002-07-31 00:12:19 +00:00
George Rhoten
ec1dc60183 ICU-1739 fixed a memory leak
X-SVN-Rev: 9450
2002-07-30 23:50:36 +00:00
Markus Scherer
b69618fe43 ICU-1961 fix Han digit code point for "4"
X-SVN-Rev: 9449
2002-07-30 23:45:36 +00:00
George Rhoten
5ee4802f94 ICU-2030 Check the value of U_OVERRIDE_CXX_ALLOCATION instead
X-SVN-Rev: 9448
2002-07-30 23:23:21 +00:00
Eric Mader
2dd958480e ICU-1944 backtrack contexts are stored with the first entry corresponding to the glyph closest to the input context.
X-SVN-Rev: 9447
2002-07-30 22:58:29 +00:00
George Rhoten
d4c289ed12 ICU-1900 Ignore some files in CVS.
X-SVN-Rev: 9446
2002-07-30 22:26:11 +00:00
Alan Liu
de1e4f603d ICU-1922 update handleTransliterate() docs
X-SVN-Rev: 9445
2002-07-30 22:13:23 +00:00
George Rhoten
7f2fe1908f ICU-1827 Allow int64_t to be used from the system headers.
X-SVN-Rev: 9444
2002-07-30 22:07:31 +00:00
Doug Felt
59765059d4 ICU-2010 more code coverage for RBNF
X-SVN-Rev: 9443
2002-07-30 21:37:07 +00:00
George Rhoten
e031c78009 ICU-1868 -I. is only needed by the common library. Everything else should use the source directory.
X-SVN-Rev: 9442
2002-07-30 21:16:13 +00:00
George Rhoten
d3b70f9b85 ICU-2030 Check for the ability to override the C++ new and delete operators.
X-SVN-Rev: 9441
2002-07-30 20:55:20 +00:00
Vladimir Weinstein
484b577415 ICU-1948 Fixed incorrectly assigning keys to directly accessed resources
X-SVN-Rev: 9440
2002-07-30 20:49:30 +00:00
Vladimir Weinstein
69d22e1603 ICU-1880 remove escaping of spaces (\\<space>) in favor of quoting the whole string, so that Java can process test resource bundles (a\\<space>b -> 'a<space>b')
X-SVN-Rev: 9439
2002-07-30 20:18:18 +00:00
Andy Heninger
7de935a168 ICU-45 Add word break enum values. Add test for same.
Bug fix:  bad tag value returned after BreakIterator::first()

X-SVN-Rev: 9438
2002-07-30 19:09:14 +00:00
Syn Wee Quek
976c946b19 ICU-2018
used \u instead for testing

X-SVN-Rev: 9437
2002-07-30 19:03:45 +00:00
Steven R. Loomis
da8ba58e0c ICU-1898 duplicate libsuffix fix for aix
X-SVN-Rev: 9436
2002-07-30 18:00:16 +00:00
Andy Heninger
39aeca73d5 ICU-2030 More comments on use of U_OVERRIDE_CXX_ALLOCATION
X-SVN-Rev: 9435
2002-07-30 17:27:16 +00:00
George Rhoten
f535e89080 ICU-1604 Hopeful fix for TRU64 (OSF, ...)
X-SVN-Rev: 9434
2002-07-30 16:54:14 +00:00
Mark Davis
73cd203e91 Changes for generating linebreak test
X-SVN-Rev: 9433
2002-07-30 09:57:18 +00:00
George Rhoten
a5e7872567 ICU-1896 root will always be included even when resfiles.mk is deleted.
X-SVN-Rev: 9432
2002-07-30 08:00:51 +00:00
George Rhoten
cb2214eceb ICU-2030 U_CPP_MEMORY_TEST -> U_OVERRIDE_CXX_ALLOCATION and add better documentation
X-SVN-Rev: 9431
2002-07-30 07:42:00 +00:00
George Rhoten
ff811b8693 ICU-1900 Add an extra flag for optimization
X-SVN-Rev: 9430
2002-07-30 02:46:10 +00:00
Ram Viswanadha
8e6c63829e ICU-1981 Rename the dat files to icu
X-SVN-Rev: 9429
2002-07-30 02:41:11 +00:00
George Rhoten
a96dee9330 ICU-2030 Reenable the call to parse the file.
X-SVN-Rev: 9428
2002-07-30 02:35:48 +00:00
Ram Viswanadha
71232bc364 ICU-1981 Rename the dat files to icu
X-SVN-Rev: 9427
2002-07-30 02:32:56 +00:00
Ram Viswanadha
745205d203 ICU-2010 Improve code coverage
X-SVN-Rev: 9426
2002-07-30 02:31:35 +00:00
George Rhoten
d9121cfa14 ICU-2030 Sun Forte really dislikes most of the new and delete functions.
X-SVN-Rev: 9425
2002-07-30 01:42:26 +00:00
George Rhoten
7d211e9031 ICU-1974 The declaration of a class member within the class definition must not be qualified.
X-SVN-Rev: 9424
2002-07-30 01:22:08 +00:00
George Rhoten
3871f8f84f ICU-2030 Readd proper Win64 support
X-SVN-Rev: 9423
2002-07-30 01:19:24 +00:00
Ram Viswanadha
4f89e9102f ICU-2010 Remove duplicate DiagBigDecimal class for improving code coverage
X-SVN-Rev: 9422
2002-07-30 01:15:19 +00:00
George Rhoten
5fdfd1ae4c ICU-2030 Don't use // in a C file.
X-SVN-Rev: 9421
2002-07-30 01:12:58 +00:00
Ram Viswanadha
2260b2a2d5 ICU-1981 Remove files with .dat extension
X-SVN-Rev: 9420
2002-07-30 01:12:30 +00:00
Ram Viswanadha
2e3510d916 ICU-1981 synch up with ICU
X-SVN-Rev: 9419
2002-07-30 01:08:22 +00:00
Ram Viswanadha
1f8060ec97 ICU-2022 Fix TransliteratorTest failures
X-SVN-Rev: 9418
2002-07-30 00:03:36 +00:00
George Rhoten
252de3a2d3 ICU-2030 Readd cmemory.c
X-SVN-Rev: 9417
2002-07-30 00:00:28 +00:00
George Rhoten
e762158a7a ICU-2030 Readd cmemory.c
X-SVN-Rev: 9416
2002-07-29 23:59:56 +00:00
Syn Wee Quek
cad0456950 ICU-2032
Temporary fix for IBMJDK and normalization conformance test failures.
Rearranged test sequence

X-SVN-Rev: 9415
2002-07-29 23:40:03 +00:00
George Rhoten
b6e7cfc21a ICU-1900 Add an extra flag for optimization
X-SVN-Rev: 9414
2002-07-29 23:33:12 +00:00
George Rhoten
f7bf404dd9 ICU-2030 Undo most of the ADD CPP statements.
X-SVN-Rev: 9413
2002-07-29 23:30:28 +00:00
George Rhoten
7f3143a935 ICU-2030 Undo most of the ADD CPP statements.
X-SVN-Rev: 9412
2002-07-29 23:24:37 +00:00
Ram Viswanadha
e3989f13d5 ICU-2014 Update rules from ICU4J
X-SVN-Rev: 9411
2002-07-29 23:02:47 +00:00
Vladimir Weinstein
26a6a81be7 ICU-1948 test error conditions and dispose of resources in TestDirectAccess
X-SVN-Rev: 9410
2002-07-29 23:01:44 +00:00
Ram Viswanadha
304f3e290c ICU-2022 Fix TransliteratorTest failures
X-SVN-Rev: 9409
2002-07-29 22:56:05 +00:00