Commit Graph

97 Commits

Author SHA1 Message Date
Andy Heninger
a2605b9c83 ICU-5532 temp fix for crash in RBBI dictionary code with UTF-8 text
X-SVN-Rev: 28361
2010-07-23 00:15:37 +00:00
Andy Heninger
74e297291f ICU-7780 fix various compiler warnings
X-SVN-Rev: 28301
2010-07-12 18:03:29 +00:00
Markus Scherer
f6a04770ff ICU-7455 use compiler RTTI; stop adding poor mans RTTI to new class hierarchies
X-SVN-Rev: 28075
2010-05-19 17:29:33 +00:00
Andy Heninger
4d90dc692d ICU-7130 infinite loop in dictionary break iterators
X-SVN-Rev: 26618
2009-09-10 23:17:38 +00:00
Peter Edberg
d08940016b ICU-5858 Add constructors for RuleBasedBreakIterator and RBBIDataWrapper
that take RBBIDataHeader* but do not adopt it.

X-SVN-Rev: 24641
2008-09-25 05:48:27 +00:00
George Rhoten
99861832ec ICU-6125 Reduce read-only memory
X-SVN-Rev: 23591
2008-03-14 06:41:45 +00:00
George Rhoten
de6512a9c1 ICU-6132 Undo some unneccessary changes. Remove some tabs. Make sure that the UErrorCode is propagated when possible. When a UErrorCode is available, don't check for a NULL return value.
X-SVN-Rev: 23479
2008-02-23 19:15:18 +00:00
George Rhoten
1da25d4d3b ICU-6076 Don't crash when initialization fails.
X-SVN-Rev: 23451
2008-02-17 19:13:10 +00:00
Michael Ow
15b23ccd3f ICU-6132 Check for memory allocation error in setText(UText).
X-SVN-Rev: 23260
2008-01-17 18:49:28 +00:00
Michael Ow
1aef673644 ICU-6132 Ensure that factories and fLanguageBreakEngines are created before dereferencing.
X-SVN-Rev: 23224
2008-01-14 18:52:26 +00:00
George Rhoten
dd845e9520 ICU-5955 Mark data const
X-SVN-Rev: 23158
2008-01-03 10:07:47 +00:00
Deborah Goldsmith
78a3e24384 ICU-5443 Add macro for UTEXT_SETNATIVEINDEX
X-SVN-Rev: 21482
2007-05-02 22:49:20 +00:00
Deborah Goldsmith
8050e9315e ICU-5595 Fix bug in previous fix
X-SVN-Rev: 21481
2007-05-02 22:32:12 +00:00
Deborah Goldsmith
8cf4403816 ICU-5595 Fix scrambled dictionary break cache when built in reverse with multiple spans
X-SVN-Rev: 21421
2007-04-17 23:01:42 +00:00
George Rhoten
1658151152 ICU-5349 Don't use mutex.h when umutex.h also works.
X-SVN-Rev: 20264
2006-09-08 03:35:35 +00:00
George Rhoten
b27729b208 ICU-5304 Allow source code to work again without using U_NAMESPACE_USE
X-SVN-Rev: 20240
2006-09-03 17:08:23 +00:00
George Rhoten
dbc0d1d9ee ICU-5349 Use UMTX_CHECK for double check locking.
X-SVN-Rev: 20176
2006-08-29 04:57:05 +00:00
Andy Heninger
da55a80420 ICU-5300 fix RBBI safe clone memory leak
X-SVN-Rev: 19973
2006-08-04 18:15:29 +00:00
Andy Heninger
4f7dda67b2 ICU-5170 perf tuning for UText based RBBI
X-SVN-Rev: 19939
2006-08-01 00:06:20 +00:00
Andy Heninger
cd14374897 ICU-5170 perf tuning for UText based RBBI
X-SVN-Rev: 19858
2006-07-19 17:19:02 +00:00
Andy Heninger
461d0e3c44 ICU-5170 Perf tuning, rework RBBI next() loop to better match UText operation
X-SVN-Rev: 19847
2006-07-14 06:09:40 +00:00
George Rhoten
e66b33496f ICU-5161 Remove debugging information for small platforms.
X-SVN-Rev: 19845
2006-07-14 00:47:15 +00:00
Steven R. Loomis
144e4c137c ICU-5118 Local Service Hook
X-SVN-Rev: 19782
2006-06-30 14:42:58 +00:00
Andy Heninger
1c03ed161c ICU-5170 bug with rbbi::previous() when first char is a supplementary. Introduced by UText's handling of supplementary indexing.
X-SVN-Rev: 19746
2006-06-22 00:53:43 +00:00
George Rhoten
6e035da1d5 ICU-5032 Comment out unused @internal code.
X-SVN-Rev: 19656
2006-05-26 00:57:09 +00:00
Andy Heninger
569a8256ac ICU-5170 use inline UText getNativeIndex
X-SVN-Rev: 19646
2006-05-23 22:50:54 +00:00
Andy Heninger
eda5a86809 ICU-5170 improved rbbi getText(), returning a characterIterator, behavior, as discussed with Markus on the mail list.
X-SVN-Rev: 19620
2006-05-08 16:08:53 +00:00
Andy Heninger
eab5948118 ICU-5170 fix crashing failure in cintltst /tstxtbd, problem with ubrk_safeClone()
X-SVN-Rev: 19589
2006-04-25 22:02:42 +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
Deborah Goldsmith
490cb834fa ICU-5117 Thai break should work in all locales
X-SVN-Rev: 19408
2006-03-23 00:54:12 +00:00
Andy Heninger
cfd5650611 ICU-4699 add Freeze to UText
X-SVN-Rev: 19197
2006-02-17 02:16:01 +00:00
Andy Heninger
78a379d0ed ICU-5016 fix compiler warnings & error in previous()
X-SVN-Rev: 19014
2006-01-21 07:00:54 +00:00
Andy Heninger
511637f54a ICU-4669 UText refactoring & 64 bit changes.
X-SVN-Rev: 18726
2005-10-28 00:01:18 +00:00
Andy Heninger
48e7893bad ICU-4669 ICU 3.4 review comments on UText, fixes added.
X-SVN-Rev: 18715
2005-10-25 00:49:31 +00:00
Andy Heninger
c7ad1e5c2e ICU-4773 rbbi, various cleanups
X-SVN-Rev: 18605
2005-09-29 04:20:36 +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
f327cc7af2 ICU-4773 add beginning of input test to rbbi rules
X-SVN-Rev: 18589
2005-09-27 00:03:32 +00:00
Andy Heninger
f2a506c9d1 ICU-3671 Suppress assertion failure, bug uncovered by a new test case. New bug is 4730
X-SVN-Rev: 18453
2005-08-19 01:20:01 +00:00
Andy Heninger
2f8dfa2df2 ICU-4703 beam compile warning fixes
X-SVN-Rev: 18377
2005-08-02 00:25:54 +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
bd6b3ac001 ICU-4288 Fix some compiler warnings.
X-SVN-Rev: 18098
2005-06-30 15:53:01 +00:00
Andy Heninger
80f130b4c5 ICU-3944 fix compiler warnings
X-SVN-Rev: 18061
2005-06-27 04:12:42 +00:00
Andy Heninger
0f8bc50e81 ICU-3944 text access, RBBI access. Fix extra space allocation problem
X-SVN-Rev: 18060
2005-06-26 21:31:36 +00:00
Andy Heninger
32b19f04b2 ICU-3944 text access, work in progress
X-SVN-Rev: 17988
2005-06-23 05:51:28 +00:00
Andy Heninger
a992612ff4 ICU-4157 Add compatibility with earlier compiled break rules, in addition to the new format for Unicode 4.1
X-SVN-Rev: 17405
2005-03-28 05:21:50 +00:00
Andy Heninger
cd85b65d35 ICU-4157 Unicode 4.1 RBBI rule updates + required implementation fixes
X-SVN-Rev: 17376
2005-03-23 02:13:53 +00:00
Eric Mader
f57c82a12d ICU-4428 update copyright notices for ICU 3.3.
X-SVN-Rev: 17348
2005-03-16 18:46:54 +00:00
George Rhoten
cdf4eef48c ICU-4288 Fix some compiler warnings.
X-SVN-Rev: 17303
2005-03-09 05:45:01 +00:00
George Rhoten
2f83fa1b86 ICU-4092 Remove dead code to improve code coverage numbers.
X-SVN-Rev: 16993
2004-12-22 00:23:15 +00:00
George Rhoten
8066655515 ICU-4078 Remove unused strings.
X-SVN-Rev: 16329
2004-09-15 17:11:47 +00:00