Fredrik Roubert
0178a07a26
ICU-22793 Clang-Tidy: google-readability-casting
...
https://releases.llvm.org/17.0.1/tools/clang/tools/extra/docs/clang-tidy/checks/google/readability-casting.html
2024-07-04 22:32:12 +02:00
Frank Tang
4da7ffaa36
ICU-22580 Address infinity loop in RBBI
...
ICU-22580 Fix tests
2023-12-11 11:34:47 -08:00
Elango Cheran
2e45e6ec0e
ICU-22404 Unicode 15.1 beta data files & API constants
...
See #2492
Co-authored-by: Andy Heninger <andy.heninger@gmail.com>
Co-authored-by: Robin Leroy <egg.robin.leroy@gmail.com>
2023-07-13 19:26:14 -07:00
Frank Tang
638acd0c38
ICU-21374 Add a CFI build bot for ICU4C
...
Add the github action bot to build with cfi
Also fix all the known issues which require the change from C style cast to
static_cast inside the i18n and common directory while we are sure about
the object. and use
C++ style dynamic_cast for base-to-derive cast in other code inside i18n
and common and in test code or tool.
Change to use const_cast for casting between const / non-const
2023-02-06 15:47:14 -08:00
Fredrik Roubert
2de88f9d9c
ICU-21833 Replace UChar with char16_t in all C++ code.
2023-02-06 19:27:44 +01:00
Frank Tang
de0a28644b
ICU-22251 Move sprintf to snprintf.
...
See #2291
2023-01-25 23:23:29 -08:00
Andy Heninger
866254ef12
ICU-21180 BreakIterator, change all NULL to nulptr
...
In the C++ break iterator code, change all use of NULL to nullptr.
This is in preparation for follow-on PRs to improve out-of-memory error handling
in Break Iterators, keeping use of nullptr consistent between old and new
or updated code.
2022-10-26 18:55:48 -07:00
Fredrik Roubert
030fa1a479
ICU-21148 Consistently use standard lowercase true/false everywhere.
...
This is the normal standard way in C, C++ as well as Java and there's no
longer any reason for ICU to be different. The various internal macros
providing custom boolean constants can all be deleted and code as well
as documentation can be updated to use lowercase true/false everywhere.
2022-09-07 20:56:33 +02:00
Jeff Genovy
b10a467212
ICU-21579 Fix compiler warnings with MSVC.
2021-08-31 14:03:21 -07:00
luz paz
73eca0a9c9
ICU-21580 Fix typos in icu4c/
...
Found via `codespell -q 3 -L ans,anumber,atleast,ba,bre,hace,nd,nin,ois,rsource,som,sur,tht -S icu4c/source/data/zone,icu4c/source/data/lang`
ICU-21580 Fix source (related) typos
ICU-21580 Revert extraneous auto-encoding
ICU-21580 Re-add previous reverted fix without auto-encoding
2021-07-19 13:22:38 -05:00
Erik Torres Aguilar
bd3b202741
ICU-21018 Fix typos across repo that start with letter A
...
See #1506
2021-01-06 15:15:35 -08:00
Frank Tang
c5ebb80a73
ICU-13565 Reduce size of BreakIterator brk files
...
See #1100
2020-05-27 14:26:10 -07:00
Markus Scherer
d3315d98ef
ICU-20783 use C++ covariant return types
2019-08-23 11:45:36 -07:00
Fredrik Roubert
b4b2378931
ICU-20601 Wrap ICU test compound macros in do { } while.
...
This does the same for the ICU test code as was done for the
public ICU API in commit 480bec3ea6
.
2019-08-15 22:01:42 +02:00
Fredrik Roubert
5d6d29b76a
ICU-20601 Remove superfluous semicolons (-Wextra-semi-stmt).
...
These are the same changes for the C++ code as was done for the C code
by commit 17606e0345
.
2019-08-15 12:30:21 +02:00
Andy Heninger
d6c3b271fe
ICU-20084 IntlTest, add WHERE macro; remove redundant TEST macros.
2018-11-13 11:08:35 -08:00
Andy Heninger
aaebaf90a3
ICU-12677 RBBI, fix incorrect stripping of comments from saved rules.
...
X-SVN-Rev: 40837
2018-02-03 19:10:50 +00:00
Andy Heninger
4e1c4096a6
ICU-9954 Break Iteration, remove reverse rules, add boundary caching.
...
X-SVN-Rev: 40433
2017-09-19 18:17:22 +00:00
Andy Heninger
ce90dfb861
ICU-13274 RBBI test updates, moved from #9954
...
X-SVN-Rev: 40305
2017-08-01 23:26:14 +00:00
Andy Heninger
b1880dfdb7
ICU-13028 Thread safe static init of default string for RuleBasedBreakIterator::getRules()
...
X-SVN-Rev: 40074
2017-04-23 19:35:52 +00:00
Peter Edberg
694ea699d2
ICU-13077 Fix ICU4C test code that crashes when data file is missing (add NULL checks etc)
...
X-SVN-Rev: 39960
2017-03-30 06:45:38 +00:00
Markus Scherer
9b792c3cf1
ICU-12736 remove remaining uses of now-obsolete U_HAVE_STD_STRING
...
X-SVN-Rev: 39733
2017-03-04 00:22:40 +00:00
Andy Heninger
242e02c388
ICU-12764 icu4c utf-8 source files, update Copyright notices.
...
X-SVN-Rev: 39583
2017-01-20 00:20:31 +00:00
Andy Heninger
ce42f64b31
ICU-12664 Break rules update for revised Emoji ZWJ sequences.
...
X-SVN-Rev: 39100
2016-08-30 21:40:09 +00:00
Michael Ow
61607c2773
ICU-12564 Update copyright notice in trunk
...
X-SVN-Rev: 38848
2016-06-15 18:58:17 +00:00
Yoshito Umaoka
00ca13e126
ICU-12564 Reverted r38761 and r38762, because we want to prepend the Unicode copyright for existing source files, instead of replacing copyright comments.
...
X-SVN-Rev: 38776
2016-05-31 21:45:07 +00:00
Michael Ow
c9f199a30f
ICU-12564 Update copyright notice in ICU4C
...
X-SVN-Rev: 38761
2016-05-26 22:32:17 +00:00
Andy Heninger
0cbac47c4e
ICU-12071 RuleBasedBreakIterator, make internal protected functions be private and delete unused ones.
...
X-SVN-Rev: 38666
2016-04-29 00:02:10 +00:00
Andy Heninger
8c7cfc31bc
ICU-12071 revert premature commit for making RuleBasedBreakIterator final.
...
X-SVN-Rev: 38627
2016-04-19 00:26:46 +00:00
Andy Heninger
f576761ec7
ICU-12071 Make RuleBasedBreakIterator a final class.
...
X-SVN-Rev: 38626
2016-04-19 00:06:56 +00:00
Michael Ow
f61f05e5f5
ICU-11313 Fix some no data test failures
...
X-SVN-Rev: 36865
2014-12-12 04:34:51 +00:00
Steven R. Loomis
547757ebe9
ICU-11325 fix operator==. Also, re-enable French.
...
X-SVN-Rev: 36672
2014-10-11 00:22:06 +00:00
Michael Ow
7e3befc1a6
ICU-10992 Ensure ICU4C 54 test suite passes without data
...
X-SVN-Rev: 36516
2014-09-15 21:51:57 +00:00
Andy Heninger
0a9c28990a
ICU-10861 Fix several ICU4C compile warnings.
...
X-SVN-Rev: 35650
2014-04-24 00:33:39 +00:00
Michael Ow
21d28f0945
ICU-10286 Add uconfig option in test code for filtered break iterator
...
X-SVN-Rev: 35448
2014-03-12 22:56:39 +00:00
Steven R. Loomis
4aa1d95ce1
ICU-10286 platform fix
...
X-SVN-Rev: 35367
2014-03-06 19:40:33 +00:00
Steven R. Loomis
f4fe9b638e
ICU-10286 load suppression data from locales. For now, only test English because it is already in.
...
X-SVN-Rev: 35359
2014-03-06 12:51:31 +00:00
Steven R. Loomis
bbe5a9e0d8
ICU-10286 Check in filtered break behavior. Does not load bundles yet. Also fixes to locbased and brkiter ( no way for subclasses to set locale id )
...
X-SVN-Rev: 35357
2014-03-06 11:21:15 +00:00
Andy Heninger
ac982cb8f8
ICU-5901 RBBI.getRuleStatus(), hoist to BreakIterator from RuleBasedBreakIterator
...
X-SVN-Rev: 33830
2013-06-14 00:47:11 +00:00
Maxime Serrano
43a4d7c0d4
ICU-9353 remove last mentions of word_ja.txt
...
X-SVN-Rev: 32196
2012-08-17 21:58:20 +00:00
Maxime Serrano
c64c0299d7
ICU-9353 merge dbbi-tries work into the trunk
...
X-SVN-Rev: 32184
2012-08-16 23:01:49 +00:00
Michael Ow
451107e9e3
ICU-8716 Fix some rbbi and number format test so that it will pass without data
...
X-SVN-Rev: 30598
2011-08-30 19:11:32 +00:00
Andy Heninger
b8d330e9a7
ICU-8490 Add BreakIterator::refresInputText()
...
X-SVN-Rev: 30203
2011-06-09 22:49:40 +00:00
Michael Ow
dc0bdf415e
ICU-8553 Ensure cintltst and intltest passes gracefully with warning without data in 4.8
...
X-SVN-Rev: 30088
2011-05-10 22:01:46 +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
74e297291f
ICU-7780 fix various compiler warnings
...
X-SVN-Rev: 28301
2010-07-12 18:03:29 +00:00
Markus Scherer
98fd35991b
ICU-7247 use almost every one of the LocalXyzPointer classes at least once
...
X-SVN-Rev: 26955
2009-11-20 06:28:25 +00:00
Michael Ow
c6385f6209
ICU-7068 Add statements to ensure that uconfigtest passes
...
X-SVN-Rev: 26466
2009-08-04 21:09:17 +00:00
Michael Ow
6b1f9ef27c
ICU-6905 Make intltest pass without any data.
...
X-SVN-Rev: 26096
2009-06-12 19:34:21 +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