Markus Scherer
f5cd9984c6
ICU-9880 add ImmutableIndex, replace Chinese hacks and support zhuyin, handle index characters with multiple primary weights, lazy-create rarely-used objects, bug fixes, port other improvements from Java
...
X-SVN-Rev: 33245
2013-02-15 22:11:33 +00:00
Markus Scherer
744d1f3a19
ICU-8617 move UHashTok into lower-level uelement.h (new) and rename to UElement to share with UVector
...
X-SVN-Rev: 30272
2011-07-04 23:51:56 +00:00
Andy Heninger
7b7f48eef8
ICU-7530 Alphabetic index, move from branch to trunk.
...
X-SVN-Rev: 29482
2011-02-25 22:21:30 +00:00
Michael Grady
f92222ba98
ICU-7947 Relax 0-capacity test in previous checkin and fix compiler warnings
...
X-SVN-Rev: 28636
2010-09-17 01:53:01 +00:00
Michael Grady
a3a500f892
ICU-7947 Fix previous checkin, expandCapacity allows minimumCapacity=0
...
X-SVN-Rev: 28628
2010-09-16 02:05:19 +00:00
Michael Grady
290cadf0b8
ICU-7947 UVector safety checks to avoid heap overflow due to integer overflow/signedness/truncation
...
X-SVN-Rev: 28626
2010-09-16 00:30:26 +00:00
Andy Heninger
9715eae02c
ICU-4790 spoof impl merged to trunk.
...
X-SVN-Rev: 25534
2009-03-09 23:40:15 +00:00
George Rhoten
1725c5899a
ICU-6076 Fix some allocation issues.
...
X-SVN-Rev: 23087
2007-12-14 10:17:12 +00:00
George Rhoten
6112b5685d
ICU-6076 Fix some realloc issues.
...
X-SVN-Rev: 23086
2007-12-14 09:23:07 +00:00
George Rhoten
c68fa87f5b
ICU-4281 Reduce UStack dependencies
...
X-SVN-Rev: 16934
2004-12-09 06:39:49 +00:00
Eric Mader
14fbb48bf9
ICU-3770 Updated copyright notices for ICU 3.0
...
X-SVN-Rev: 15385
2004-05-18 22:01:41 +00:00
George Rhoten
232ee12872
ICU-3500 Fix compiler warnings about multiple virtual destructors and/or not inlining compiler generated destructors.
...
X-SVN-Rev: 14896
2004-04-07 05:20:22 +00:00
Andy Heninger
fdb386fb81
ICU-3043 multiple status values implementation
...
X-SVN-Rev: 14640
2004-03-05 05:04:10 +00:00
Eric Mader
6aac9dbeb8
ICU-3473 Update copyright notices for ICU 2.8.
...
X-SVN-Rev: 14180
2003-12-18 23:16:48 +00:00
George Rhoten
dc703b5f1b
ICU-3221 MSVC.NET combines static const char values in the same file.
...
Separate them into different files.
X-SVN-Rev: 12988
2003-08-29 21:05:48 +00:00
George Rhoten
4d18bb2b4f
ICU-3221 Fix the AIX linker warning about multiple definitions of virtual functions.
...
X-SVN-Rev: 12958
2003-08-27 01:01:42 +00:00
Vladimir Weinstein
f346c4d8f2
ICU-2268 fixed UTokenAssigner bug in UVector
...
X-SVN-Rev: 9816
2002-08-29 22:12:49 +00:00
George Rhoten
aa41d27d93
ICU-1947 Better usage for U_EXPORT2 and U_CALLCONV
...
X-SVN-Rev: 9296
2002-07-23 23:12:03 +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
e8a6207142
ICU-1913 Less aggressive optimization of the iSeries fix.
...
X-SVN-Rev: 9247
2002-07-18 16:46:30 +00:00
George Rhoten
824423395b
ICU-1913 Fix for 64-bit machines (AIX and Solaris)
...
X-SVN-Rev: 9242
2002-07-17 22:53:39 +00:00
George Rhoten
4d4cde52ca
ICU-1913 Fixes for iSeries.
...
X-SVN-Rev: 9235
2002-07-17 19:44:00 +00:00
George Rhoten
f414b9c5d2
ICU-1891 Update for z/OS regarding U_CALLCONV.
...
All C callbacks should all be defined the same way.
X-SVN-Rev: 9107
2002-07-12 00:23:52 +00:00
GCL Shanghai
2fab4a8cb7
ICU-1953 backout buffer overflow changes
...
X-SVN-Rev: 9070
2002-07-09 12:47:45 +00:00
GCL Shanghai
6348e12895
ICU-1953 test for buffer overflows
...
X-SVN-Rev: 9044
2002-07-06 10:58:51 +00:00
Markus Scherer
11948b52df
ICU-1962 change UObject: RTTI pure virtual, remove other boilerplate for now
...
X-SVN-Rev: 8977
2002-06-29 00:04:16 +00:00
Andy Heninger
32c09250b7
ICU-45 new builder for RBBI rules, initial checkin
...
X-SVN-Rev: 8939
2002-06-25 17:23:07 +00:00
Alan Liu
37b4739783
ICU-1749 API additions to support UnicodeSet
...
X-SVN-Rev: 8526
2002-04-26 06:30:37 +00:00
George Rhoten
2ab3c9cd3b
ICU-214 Fix for Win64. Don't freely convert between (void *) and int32_t.
...
Use the int32_t functions when you are only using integers.
Also arrays of scalars need to be allocated with malloc (Needed by Lotus j1733).
X-SVN-Rev: 8289
2002-03-29 01:56:09 +00:00
George Rhoten
f2aadf39e9
ICU-1779 Better fix for malloc(0)
...
X-SVN-Rev: 8093
2002-03-18 21:53:11 +00:00
Alan Liu
cd9a595ff6
ICU-1779 avoid malloc(0)
...
X-SVN-Rev: 8091
2002-03-18 21:25:01 +00:00
George Rhoten
ff18de7c2a
ICU-1733 Forgot a change from Lotus.
...
X-SVN-Rev: 7853
2002-03-01 23:26:35 +00:00
George Rhoten
41ffc2ef36
ICU-1733 Integrate some of the easier (and non-redundent) changes from Lotus.
...
X-SVN-Rev: 7802
2002-02-28 01:42:40 +00:00
Alan Liu
47c47a5cd9
ICU-1234 make output side of RBTs object-oriented; rewrite ID parsers and modularize them; implement &Any-Lower() support
...
X-SVN-Rev: 7582
2002-02-07 01:07:55 +00:00
George Rhoten
a2e0a0733d
ICU-1096 Made changes per Ram's request.
...
X-SVN-Rev: 6704
2001-11-09 02:04:35 +00:00
Alan Liu
989da3cfa9
ICU-1406 make quantified segments behave like perl counterparts
...
X-SVN-Rev: 6499
2001-10-30 19:44:11 +00:00
Alan Liu
8a98ee7a0e
ICU-1023 change UHashKey to UHashTok and use for values as well
...
X-SVN-Rev: 6264
2001-10-16 18:31:13 +00:00
Helena Chapman
d816eefc57
ICU-1264 added namspace support where possible.
...
X-SVN-Rev: 6124
2001-10-08 23:26:58 +00:00
Alan Liu
ad2523bd8b
ICU-1079 fix bug found during S-T/V impl
...
X-SVN-Rev: 5748
2001-09-14 22:01:33 +00:00
George Rhoten
f9081a2e8e
ICU-1096 Make UVector and UStack use UErrorCode for U_MEMORY_ALLOCATION_ERROR
...
X-SVN-Rev: 5565
2001-08-23 01:06:08 +00:00
Alan Liu
772c6a5bd5
ICU-1023 fix UVector to support int32_t elements properly
...
X-SVN-Rev: 5398
2001-07-31 18:10:53 +00:00
George Rhoten
c4997713ef
ICU-903 Updated the copyright notice
...
X-SVN-Rev: 4238
2001-03-21 20:44:20 +00:00
George Rhoten
123caf9bbd
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2232
2000-08-14 23:23:20 +00:00
George Rhoten
a8f7718d40
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2205
2000-08-11 21:24:17 +00:00
Vladimir Weinstein
e8ef7da59a
ICU-432 changes according to purify output
...
X-SVN-Rev: 1630
2000-06-15 22:32:39 +00:00
Helena Chapman
69ba12f77c
ICU-351 Define UBool to be used in the APIs.
...
X-SVN-Rev: 1410
2000-05-18 22:08:39 +00:00
Richard Gillam
016aa963f6
ICU-45 Initial check-in of RuleBasedBreakIterator and DictionaryBasedBreakIterator.
...
X-SVN-Rev: 502
2000-01-08 02:05:05 +00:00
Vladimir Weinstein
8e21f86812
ICU-12 all public include files are now in unicode dir, all private icu_ functions renamed to uprv_
...
X-SVN-Rev: 472
1999-12-28 23:39:02 +00:00
Helena Chapman
16ac11f546
ICU-200 Updated with OS/400 specific port changes.
...
X-SVN-Rev: 459
1999-12-22 22:57:04 +00:00
Vladimir Weinstein
14e6e92642
ICU-161 changed copyright notice
...
X-SVN-Rev: 220
1999-11-22 20:25:35 +00:00