Fredrik Roubert
ee8806e87c
ICU-22954 Make UCollator predicates usable without U_SHOW_CPLUSPLUS_API.
...
Until now, the implementation of the UCollator predicates has been using
UnicodeString and StringPiece as convenient wrappers for converting from
standard C++ data types to ICU4C data types.
But as that doesn't work when the client uses ICU4C built without
U_SHOW_CPLUSPLUS_API this is now changed to instead perform these
conversions directly.
(It's a bit more code, but does just the same thing in the end.)
2025-02-07 20:14:20 +01:00
Markus Scherer
e3bc073737
ICU-22954 header-only-test USet C++ iterators
2024-12-19 17:40:33 -08:00
Markus Scherer
320220ef69
ICU-22954 intltest.h & IcuTestErrorCode usable without U_SHOW_CPLUSPLUS_API
2024-12-19 17:40:33 -08:00
Fredrik Roubert
10fe2a6110
ICU-22696 Add uhash support for std::string_view.
2024-07-30 06:45:43 +02:00
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
Fredrik Roubert
a3cbe80909
ICU-21833 Replace U_OVERRIDE with override everywhere.
2023-02-22 18:28:07 +01:00
Fredrik Roubert
2de88f9d9c
ICU-21833 Replace UChar with char16_t in all C++ code.
2023-02-06 19:27:44 +01:00
Fredrik Roubert
2e0d30cfcf
ICU-21833 Replace NULL with nullptr in all C++ code.
2023-02-03 20:20:38 +01: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
Peter Varga
80d42a13fc
ICU-21734 Add missing overrides in tests
2021-09-07 13:56:33 -07:00
Markus Scherer
41c24b6c00
ICU-9695 port LocaleMatcher to C++
2019-08-19 10:41:35 -07:00
Frank Tang
6942013a38
ICU-20328 Implement LocaleBuilder
...
Design Doc: https://goo.gl/Qf12p3
2019-02-13 17:24:38 -08:00
Markus Scherer
2982d6c233
ICU-13081 test self-move without clang warning
2019-02-06 18:11:00 -08:00
Markus Scherer
0f7c4c8ed9
ICU-13081 remove C++ moveFrom() functions: still draft, but obsolete since we require C++11 which has std::move()
2019-02-06 13:36:53 -08:00
Shane F. Carr
19407640f8
ICU-20357 Adding std::unique_ptr conversions to LocalXyzPointer macro.
2019-01-28 21:23:35 -08:00
Shane Carr
b7a3571b21
ICU-20357 Adding LocalPointer conversion methods to/from std::unique_ptr
...
- Requires the right side to be an rvalue reference.
- Includes move constructor, move operator, and conversion operator.
2019-01-24 17:51:07 -08:00
Andy Heninger
d6c3b271fe
ICU-20084 IntlTest, add WHERE macro; remove redundant TEST macros.
2018-11-13 11:08:35 -08:00
Shane
71ad5adf4a
ICU-13850 Make CurrencyUnit safe with 1-length and 2-length strings. ( #133 )
...
Also adds expectError to IcuTestErrorCode.
2018-09-27 14:27:41 -07:00
Norbert Runge
51688fda25
ICU-13667 Fixes compilation errors related to UCONFIG_NO_XXX flag variations.
...
X-SVN-Rev: 41494
2018-05-31 21:53:43 +00:00
Shane Carr
2e2805df9a
ICU-13697 Renaming numparse_unisets.h to static_unicode_sets.h and refactoring to guarantee safety in no-data builds.
...
X-SVN-Rev: 41389
2018-05-16 22:46:40 +00:00
Shane Carr
035a2aae0e
ICU-13661 IcuTestErrorCode code review feedback.
...
X-SVN-Rev: 41369
2018-05-10 17:23:03 +00:00
Shane Carr
1fe1497d88
ICU-13661 Renaming logIfFailureAndReset to errIfFailureAndReset.
...
X-SVN-Rev: 41362
2018-05-08 23:55:47 +00:00
Andy Heninger
24360e0cc8
ICU-13104 remove U_HAVE_RVALUE_REFERENCES definition & conditions.
...
X-SVN-Rev: 40077
2017-04-26 20:23:44 +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
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
Markus Scherer
57f01a8756
ICU-10896 turn SimplePatternFormatter into public SimpleFormatter
...
X-SVN-Rev: 38195
2016-01-23 05:20:23 +00:00
Markus Scherer
5a7ff3049b
ICU-11986 MeasureFormat unit display patterns need to fall back to the parent locales per plural form, not as a set; add MeasureFormatTest::TestIndividualPluralFallback(); fix RelativeDateTimeFormatterTest::TestSerbianFallback() test data
...
X-SVN-Rev: 38103
2015-12-02 22:54:54 +00:00
Michael Ow
83732e4bec
ICU-11968 Fix test error on zos
...
X-SVN-Rev: 38092
2015-11-19 20:57:59 +00:00
Travis Keep
2860cd48c4
ICU-11740 DecimalFormat refactor.
...
X-SVN-Rev: 37821
2015-08-25 23:31:01 +00:00
Michael Ow
58fd505a84
ICU-11628 Fix uconfig test failures
...
X-SVN-Rev: 37631
2015-06-30 17:20:55 +00:00
Markus Scherer
f7e715daee
ICU-10086 move & swap for UnicodeString, LocalPointer, LocalArray
...
X-SVN-Rev: 37469
2015-05-28 17:03:45 +00:00
Markus Scherer
9edbbecb24
ICU-11339 add & use LocalPointer(p, errorCode) and adoptInsteadAndCheckErrorCode(p, errorCode)
...
X-SVN-Rev: 36757
2014-11-20 00:27:17 +00:00
Travis Keep
0951252dad
ICU-11250 Add tests for QuantityFormatter add test for SimplePatternFormatter::getPatternWithNoPlaceholders.
...
X-SVN-Rev: 36468
2014-09-11 19:09:54 +00:00
Travis Keep
9c4a5db353
ICU-11075 Remove dead code including LRUCache and tests and sharedptr.h
...
X-SVN-Rev: 36226
2014-08-21 21:02:57 +00:00
Travis Keep
f335b55bdf
ICU-10802 Merge branch tkeep/10802andy into trunk.
...
X-SVN-Rev: 36214
2014-08-20 21:46:02 +00:00
Travis Keep
844d4e860b
ICU-10646 Tempalte->SimplePatternFormatter. evaluate -> format
...
X-SVN-Rev: 35027
2014-01-29 22:57:06 +00:00
Travis Keep
d4ec281c99
ICU-10646 Introduce Template class and change ListFormatter to use it. Introduce QuantityFormatter class and change RelativeDateTimeFormatter to use it.
...
X-SVN-Rev: 35018
2014-01-29 05:08:55 +00:00
Travis Keep
089a6434ac
ICU-8464 Add relative date formatting.
...
X-SVN-Rev: 34686
2013-11-22 18:26:22 +00:00
Steven R. Loomis
71946b5544
ICU-9655 make enumset test a real test, not just printfs
...
X-SVN-Rev: 32936
2012-12-10 19:18:04 +00:00
Steven R. Loomis
736010a456
ICU-9655 move enumset test
...
X-SVN-Rev: 32934
2012-12-07 00:26:50 +00:00
Markus Scherer
3a86b119b0
ICU-8246 add Normalizer2::getNFCInstance(), getNFKDInstance(), ...
...
X-SVN-Rev: 30994
2011-12-01 00:43:35 +00:00
Markus Scherer
d55e005cf7
ICU-8167 move string tries to the common library and make API headers public
...
X-SVN-Rev: 29531
2011-03-03 21:56:36 +00:00
Michael Ow
4ff56e0dd5
ICU-8398 Log data errors where appropriate so ensure cintltst and intltest passes without data in 4.7.1
...
X-SVN-Rev: 29529
2011-03-03 19:29:57 +00:00
Markus Scherer
62306a038c
ICU-8167 rename ByteTrie to BytesTrie, DictTrie to StringTrie, etc.
...
X-SVN-Rev: 29265
2011-01-05 21:05:47 +00:00
Markus Scherer
c04082d93c
ICU-8105 hardcode Unicode property names data (formatVersion 2); includes new dictionary-type tries (ByteTrie & UCharTrie see ticket #8167 ); merge branches/markus/tries -r 29040:29249
...
X-SVN-Rev: 29252
2010-12-31 18:21:36 +00:00
Michael Ow
e5863f33c9
ICU-7649 Rearrange util tests in intltest and add check for 'th' in locale test to resolve environment test errors.
...
X-SVN-Rev: 28340
2010-07-21 17:41:28 +00:00
Markus Scherer
3360fe4708
ICU-7144 merge UTS #46 (IDNA2008) C/C++ feature into trunk, merging in -r 27794:28172 icu/branches/markus/uts46
...
X-SVN-Rev: 28195
2010-06-15 15:54:53 +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