Commit Graph

4724 Commits

Author SHA1 Message Date
Vladimir Weinstein
fb05d3dd43 ICU-1002 OOOOPS - different constness in header and source - FIXED!
X-SVN-Rev: 5108
2001-06-27 14:59:02 +00:00
George Rhoten
07f1fa1ef1 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 5107
2001-06-27 01:19:04 +00:00
Syn Wee Quek
4e6784d556 ICU-861
Added tests to improve the test coverage

X-SVN-Rev: 5106
2001-06-26 23:02:07 +00:00
George Rhoten
35591e5501 ICU-1019 add const to the context pointers
X-SVN-Rev: 5105
2001-06-26 22:51:14 +00:00
Syn Wee Quek
38e4f30d5d Added support for new Unicode 3.1 non characters.
X-SVN-Rev: 5104
2001-06-26 22:45:08 +00:00
Syn Wee Quek
b9879ce2fe Tests added for new Unicode 3.1 non characters
X-SVN-Rev: 5103
2001-06-26 22:44:11 +00:00
Vladimir Weinstein
b80caa0a93 ICU-1010 turned off collation version number test until we stabilize it
X-SVN-Rev: 5102
2001-06-26 22:28:11 +00:00
Vladimir Weinstein
afb8c28b80 ICU-1002 added variable top tests ALSO added a dormant limitations test
X-SVN-Rev: 5101
2001-06-26 22:26:13 +00:00
Vladimir Weinstein
be1c314374 ICU-1002 added variable top tests
X-SVN-Rev: 5100
2001-06-26 22:25:23 +00:00
Vladimir Weinstein
e021c45787 ICU-1002 implemented getter and setter functions for variable top in C and C++
X-SVN-Rev: 5099
2001-06-26 22:24:10 +00:00
Andy Heninger
8aaca77e9a ICU-973 speed tweaks to u_strcmpCodePointOrder.
X-SVN-Rev: 5098
2001-06-26 21:33:04 +00:00
Syn Wee Quek
17a134b0dd ICU-983
Rearranged output comment positions.

X-SVN-Rev: 5097
2001-06-26 20:46:10 +00:00
George Rhoten
e9f5eade98 ICU-953 oops didn't want GMT_OBJ in there in the first place.
X-SVN-Rev: 5096
2001-06-26 20:15:25 +00:00
George Rhoten
9310a02769 ICU-900 Fixed some compiler warnings
X-SVN-Rev: 5091
2001-06-26 18:39:07 +00:00
George Rhoten
d72dbde944 ICU-1018 unistrm.h is not needed anymore
X-SVN-Rev: 5090
2001-06-26 18:05:05 +00:00
George Rhoten
2278d96ad1 ICU-1018 Move iostream usage from unistr.[h,cpp] to ustream.[h,cpp]
X-SVN-Rev: 5089
2001-06-26 17:59:14 +00:00
George Rhoten
420b851ba4 ICU-1018 Move iostream usage from unistr.[h,cpp] to ustream.[h,cpp], and turn off some compiler extension options.
X-SVN-Rev: 5088
2001-06-26 17:58:21 +00:00
George Rhoten
dc95cc5905 ICU-1018 Move iostream and UnicodeStringStreamer usage from unistr.[h,cpp] to ustream.[h,cpp]
X-SVN-Rev: 5087
2001-06-26 17:57:53 +00:00
George Rhoten
be282546b4 ICU-1018 Remove some options that use some compiler extensions.
X-SVN-Rev: 5086
2001-06-26 17:53:36 +00:00
George Rhoten
21901af3f6 ICU-1018 Move iostream usage from unistr.[h,cpp] to ustream.[h,cpp]
X-SVN-Rev: 5085
2001-06-26 17:48:31 +00:00
Syn Wee Quek
8717cf50c7 ICU-861
Added tests to improve the test coverage

X-SVN-Rev: 5084
2001-06-26 17:44:23 +00:00
Syn Wee Quek
8fa2ab2060 ICU-807
Clean up:
removed old comments and
redundant private methods that isn't used anywhere.

X-SVN-Rev: 5083
2001-06-26 17:41:10 +00:00
George Rhoten
5cad90229b ICU-1008 Fix syntax for some compilers (Hopefully)
X-SVN-Rev: 5081
2001-06-26 02:07:54 +00:00
George Rhoten
d9b087f1df ICU-996 Different fix for compilers
X-SVN-Rev: 5080
2001-06-25 23:57:54 +00:00
Markus Scherer
4bd57921ca ICU-973 use the new u_memcmpCodePointOrder()
X-SVN-Rev: 5079
2001-06-25 23:45:33 +00:00
Markus Scherer
023ce6975c ICU-973 add strncmp() and memcmp() variants of u_strcmpCodePointOrder(), and optimize them all
X-SVN-Rev: 5078
2001-06-25 23:44:21 +00:00
Markus Scherer
4dde4dc995 ICU-973 add strncmp() and memcmp() variants of u_strcmpCodePointOrder()
X-SVN-Rev: 5077
2001-06-25 23:44:00 +00:00
Markus Scherer
d83e863668 ICU-1007 add a growBuffer implementation for internal use
X-SVN-Rev: 5076
2001-06-25 22:59:23 +00:00
Vladimir Weinstein
d4bc87fca2 ICU-1010 consolidating version data - changed settings for release mode
X-SVN-Rev: 5075
2001-06-25 22:22:41 +00:00
George Rhoten
f810918e28 ICU-1008 Do less static initialization
X-SVN-Rev: 5074
2001-06-25 22:00:52 +00:00
George Rhoten
6f068c37a1 ICU-1008 Do less static initialization, and use the default converter less
X-SVN-Rev: 5073
2001-06-25 21:15:56 +00:00
Syn Wee Quek
744dff7002 ticket:#34:
Updated UCharacter's javadoc comments accordingly.
One difference, control code points are not tailored with respect to
java.lang.Character's type, they follow ICU4C's type.
This is because ICU4C's character data is being used in UCharacter.

X-SVN-Rev: 5072
2001-06-25 21:15:39 +00:00
George Rhoten
aacd4fe0b6 ICU-1008 Do less static initialization
X-SVN-Rev: 5071
2001-06-25 21:15:39 +00:00
Vladimir Weinstein
f8af8ef211 ICU-1002 changed semantics of variable top, fixed fractional UCA, added placeholder for setter API, added error codes
X-SVN-Rev: 5069
2001-06-25 04:01:49 +00:00
Markus Scherer
fbf556b376 ICU-1007 need LIBICUUC after all because toolutil needs it
X-SVN-Rev: 5067
2001-06-22 21:01:26 +00:00
Vladimir Weinstein
38fe598025 ICU-1005 improved code coverage for BOCSU. Made compose/decompose test faster
X-SVN-Rev: 5065
2001-06-22 18:35:01 +00:00
Ram Viswanadha
96d50a13fc ICU-912 Test for validating the fix
X-SVN-Rev: 5064
2001-06-22 17:13:33 +00:00
Ram Viswanadha
d640d7c28f ICU-914 Test for validating the fix
X-SVN-Rev: 5063
2001-06-22 17:13:08 +00:00
Yves Arrouye
7a737d73d6 ICU-1010 (fixed committing an 'experimental, broken' sed) look for version in every .h after trying uversion.h
X-SVN-Rev: 5062
2001-06-22 17:04:37 +00:00
Yves Arrouye
b20ff0e274 ICU-1010 look for version in every .h after trying uversion.h
X-SVN-Rev: 5061
2001-06-22 16:50:43 +00:00
Yves Arrouye
04a8b879b7 ICU-963 define DATA_TYPE
X-SVN-Rev: 5060
2001-06-22 16:10:38 +00:00
Yves Arrouye
d4f08f066d ICU-1010 get the version from uversion.h since it's not in utypes.h anymore
X-SVN-Rev: 5059
2001-06-22 16:01:27 +00:00
Syn Wee Quek
a9fbec2b9c Unicode 3.1 data file.
X-SVN-Rev: 5058
2001-06-21 23:23:21 +00:00
Syn Wee Quek
9cafac5309 Added case folding functionality
X-SVN-Rev: 5057
2001-06-21 23:20:53 +00:00
Syn Wee Quek
edb71c80ca Added hex(int)
X-SVN-Rev: 5056
2001-06-21 23:18:08 +00:00
Syn Wee Quek
fdf1834132 Added case folding test. Not complete yet.
X-SVN-Rev: 5055
2001-06-21 23:17:38 +00:00
Markus Scherer
a60e3b7f92 ICU-1007 reduce warnings
X-SVN-Rev: 5054
2001-06-21 23:10:00 +00:00
Vladimir Weinstein
d0ccdee1b0 ICU-1010 consolidating version data
X-SVN-Rev: 5053
2001-06-21 22:51:27 +00:00
George Rhoten
710fd86d27 ICU-1008 Better name for the infinity symbols.
X-SVN-Rev: 5052
2001-06-21 20:58:03 +00:00
George Rhoten
af7c0c4f04 ICU-1008 Do less static initialization
X-SVN-Rev: 5051
2001-06-21 20:46:12 +00:00