Commit Graph

46 Commits

Author SHA1 Message Date
Andy Heninger
1cccf83ae7 ICU-4288 fix compiler warnings
X-SVN-Rev: 18233
2005-07-13 22:38:03 +00:00
Andy Heninger
b90e172c19 ICU-3944 Text Access, rbbi impl fixes and tests added.
X-SVN-Rev: 18172
2005-07-08 01:57:58 +00:00
George Rhoten
2a7c8d0426 ICU-3944 Use UTF-8 syntax for UTF-8 char * strings.
X-SVN-Rev: 18114
2005-07-01 16:48:36 +00:00
Eric Mader
1eb56df46b ICU-4600 Fix errors running cintltest w/o ICU data.
X-SVN-Rev: 18067
2005-06-27 22:30:32 +00:00
Andy Heninger
24fb804d2e ICU-3944 text access, API test for RBBI with C API.
X-SVN-Rev: 18062
2005-06-27 05:25:06 +00:00
Eric Mader
1471376ec8 ICU-4302 changes from ICU 3.2 "no data" test.
X-SVN-Rev: 16958
2004-12-16 02:54:23 +00:00
Andy Heninger
665e553354 ICU-4161 remove tabs from source code
X-SVN-Rev: 16829
2004-11-11 23:34:58 +00:00
George Rhoten
86e489fb77 ICU-4098 Prevent missing break iterators from crashing the build.
X-SVN-Rev: 16310
2004-09-13 15:39:02 +00:00
Eric Mader
c5705d3767 ICU-3770 Updated copyright notices for ICU 3.0
X-SVN-Rev: 15413
2004-05-19 21:19:13 +00:00
Andy Heninger
29118f48ed ICU-3043 RBBI multiple status values, add C API and test
X-SVN-Rev: 14647
2004-03-08 18:18:42 +00:00
George Rhoten
34a35748f5 ICU-2840 Check the status. Don't assign it.
X-SVN-Rev: 12341
2003-06-06 04:58:24 +00:00
Vladimir Weinstein
3d3981f2d3 ICU-2840 tests shouldn't crash if there is no data
X-SVN-Rev: 12289
2003-06-04 21:25:07 +00:00
Alan Liu
de95737116 ICU-2959 update copyright dates to include 2003
X-SVN-Rev: 12253
2003-06-03 20:58:22 +00:00
George Rhoten
8e43d0330c ICU-2765 Fix for Mac OS X
X-SVN-Rev: 11680
2003-04-24 22:38:45 +00:00
Vladimir Weinstein
7a846aa9ae ICU-2765 removed usage of private headers
X-SVN-Rev: 11631
2003-04-23 05:55:54 +00:00
Markus Scherer
44707c157b ICU-2248 modularize ICU
X-SVN-Rev: 9903
2002-09-20 17:54:45 +00:00
Steven R. Loomis
669c72ef06 ICU-1941 don't fail in lipo mode (first of many)
X-SVN-Rev: 9872
2002-09-17 19:45:50 +00:00
George Rhoten
56cbadb751 ICU-2085 Don't use deprecated code anymore
X-SVN-Rev: 9755
2002-08-21 19:09:33 +00:00
Andy Heninger
f0f44e915e ICU-2030 WIndows build changes to allow apps to use static C runtime lib
X-SVN-Rev: 9400
2002-07-29 21:04:18 +00:00
George Rhoten
26d1395085 ICU-1739 fix a memory leak
X-SVN-Rev: 9393
2002-07-28 19:34:16 +00:00
George Rhoten
343d6e93ba ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 9342
2002-07-25 18:32:04 +00:00
Andy Heninger
e32993b2d8 ICU-45 RBBI, getRuleStatus() works after previous().
More Tests.
Private includes removed from public header
Break rule tag status added to word break rules.

X-SVN-Rev: 9284
2002-07-22 22:02:08 +00:00
George Rhoten
7023d677a4 ICU-900 Fix some compiler warnings.
X-SVN-Rev: 9073
2002-07-09 22:42:04 +00:00
Andy Heninger
3db27715c6 ICU-45 RBBI, bug in rule builder: crash with mismatched ()s.
X-SVN-Rev: 9064
2002-07-08 23:56:50 +00:00
George Rhoten
0b7bb230be ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8684
2002-05-23 23:30:39 +00:00
George Rhoten
08df62745a ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8681
2002-05-23 22:10:23 +00:00
George Rhoten
bcf0493533 ICU-1913 Isolate the safeClone test to find platform problems more easily
X-SVN-Rev: 8677
2002-05-23 00:12:53 +00:00
Andy Heninger
fb01e3d968 ICU-1815 RBBI test updates for improved code coverage.
X-SVN-Rev: 8276
2002-03-28 01:14:02 +00:00
Markus Scherer
8c78422db2 ICU-1561 replace all UTextOffset with int32_t
X-SVN-Rev: 7942
2002-03-12 01:32:42 +00:00
Andy Heninger
9981b416f2 ICU-1760 add ubrk_isBoundary(), which was some how missing.
X-SVN-Rev: 7919
2002-03-08 18:58:46 +00:00
George Rhoten
b78f41792a ICU-1126 Make it so that the error line shows up as an error.
X-SVN-Rev: 7824
2002-03-01 01:33:36 +00:00
Andy Heninger
2bbb6a2944 ICU-1126 Updated Break Iterator rules. Title for UTR21 compliance, Word and Line for CJK Extension A
Fix cintltst failure introduced by addition of title break iterators.

X-SVN-Rev: 7822
2002-03-01 00:46:21 +00:00
George Rhoten
ce583739d8 ICU-1244 xxx_safeClone functions need to align the memory buffer on
64-bit computers.

X-SVN-Rev: 5934
2001-09-26 21:09:18 +00:00
George Rhoten
94b5db6647 ICU-900 Fixed some compiler warnings
X-SVN-Rev: 4855
2001-05-31 22:58:53 +00:00
George Rhoten
4ecd6bbf2a ICU-900 Fixed some compiler warnings
X-SVN-Rev: 4853
2001-05-31 22:48:59 +00:00
Ram Viswanadha
ef97b534cd ICU-903 update copyright notices
X-SVN-Rev: 4233
2001-03-21 19:46:49 +00:00
Jim Snyder Grant
4f8f138da2 ICU-535 fixed Solaris warnings in new safeClone test
X-SVN-Rev: 3718
2001-02-22 00:24:57 +00:00
Jim Snyder Grant
0d8e9ee140 ICU-853 tests for ubrk_safeClone()
X-SVN-Rev: 3714
2001-02-21 23:42:08 +00:00
George Rhoten
c9793c6267 ICU-535 Fixed some compiler warnings.
X-SVN-Rev: 2967
2000-11-21 04:05:39 +00:00
Helena Chapman
3f2fb26333 ICU-401 Make 1.6 tree compiled and linked on S/400.
X-SVN-Rev: 2233
2000-08-14 23:35:57 +00:00
Madhu K
b429022d94 ICU-447 Addtional tests for extended code coverage
X-SVN-Rev: 1636
2000-06-22 01:09:15 +00:00
Helena Chapman
3aaa52af8d ICU-161 updated the copyright notices.
X-SVN-Rev: 596
2000-01-15 02:00:06 +00:00
Vladimir Weinstein
8b20f17f49 ICU-12 all public include files are now in unicode dir, all private icu_ functions renamed to uprv_
X-SVN-Rev: 473
1999-12-28 23:57:50 +00:00
Markus Scherer
07a2bc0937 ICU-6 more renaming of constant names
FAILURE -> U_FAILURE etc.

X-SVN-Rev: 76
1999-10-18 22:48:32 +00:00
Markus Scherer
b942cae860 ICU-6 change enum constants that do not conform to our naming conventions
X-SVN-Rev: 18
1999-10-07 00:07:53 +00:00
Unknown User
aa0b0a88e8 Initial revision
X-SVN-Rev: 2
1999-08-16 21:50:52 +00:00