Yoshito Umaoka
|
e9503bdade
|
ICU-8909 Fixed various warnings reported by a source code analysis tool.
X-SVN-Rev: 30958
|
2011-11-14 19:32:51 +00:00 |
|
Steven R. Loomis
|
b209c07620
|
ICU-8687 warnings fix (clang)
X-SVN-Rev: 30285
|
2011-07-06 20:05:38 +00:00 |
|
Markus Scherer
|
1beb0f1e4f
|
ICU-8680 require C++ namespace, replace most U_NAMESPACE_QUALIFIER with icu::, remove still-draft U_STD_NS, U_STD_NSQ, and U_STD_NS_USE
X-SVN-Rev: 30281
|
2011-07-06 04:03:35 +00:00 |
|
Andy Heninger
|
13af35adac
|
ICU-8673 Get rid of memcpy() of an object in RuleBasedBreakIterator::createBufferClone()
X-SVN-Rev: 30255
|
2011-06-29 23:41:05 +00:00 |
|
Andy Heninger
|
b8d330e9a7
|
ICU-8490 Add BreakIterator::refresInputText()
X-SVN-Rev: 30203
|
2011-06-09 22:49:40 +00:00 |
|
Andy Heninger
|
6396036807
|
ICU-7083 incorporate review comments.
X-SVN-Rev: 30060
|
2011-05-09 02:56:05 +00:00 |
|
Andy Heninger
|
be5efb8d44
|
ICU-7083 Make RBBI create from compiled rules public.
X-SVN-Rev: 29926
|
2011-04-29 17:49:01 +00:00 |
|
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 |
|