Markus Scherer
d3315d98ef
ICU-20783 use C++ covariant return types
2019-08-23 11:45:36 -07:00
Jeff Genovy
5c8960e59e
ICU-20074 Revise UPRV_UNREACHABLE macro to always call abort().
...
Moved the macro from platform.h to uassert.h.
Removed any "unreachable" code that previously occurred after the UPRV_UNREACHABLE macro is used.
Changes based on review from Andy.
Co-authored-by: Daniel Ju <daju@microsoft.com>
2019-01-24 18:50:04 -08:00
Daniel Ju
7453181fff
ICU-20074 Define UPRV_UNREACHABLE macro for unreachable code
...
Replaced occurrences of U_ASSERT(FALSE) with new UPRV_UNREACHABLE macro.
2019-01-14 14:16:26 -08:00
Daniel Ju
b13c951348
ICU-20043 ICU-13214 ICU-13764 MSVC W3 and W4 warning cleanup ( #53 )
...
Cleaned up all of the MSVC W3 warnings and most of the W4 warnings in the common and i18n projects.
2018-09-27 14:27:38 -07:00
Peter Edberg
38ae69d64a
ICU-12380 Use uint32_t for varMask and addMask
...
X-SVN-Rev: 40571
2017-10-05 20:34:24 +00:00
Peter Edberg
9075f9cb5a
ICU-12380 Size reductions for transliterator registry (and some speedup)
...
X-SVN-Rev: 40434
2017-09-20 00:39: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
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
Steven R. Loomis
7e6c572256
ICU-10774 fix a knownissue: Collator::getAvailableLocales calculation.
...
Also, replace uhash_nextElement's parameter "-1" with UHASH_FIRST for clarity.
Also, improve service registration debugging code
X-SVN-Rev: 36836
2014-12-09 23:54:56 +00:00
Markus Scherer
2201fb816c
ICU-7877 optionally explicit UnicodeString constructors, and make them explicit inside ICU
...
X-SVN-Rev: 30293
2011-07-07 18:46:19 +00:00
Markus Scherer
9f7d74001c
ICU-8605 document & test ICU4C dependencies, remove cycles, reduce some deps; merged from branches/markus/depstest -r 30155:30193
...
X-SVN-Rev: 30194
2011-06-03 05:23:57 +00:00
Andy Heninger
19dbe7e1cc
ICU-8090 Transliterator, fix instantiation failures.
...
X-SVN-Rev: 28929
2010-10-27 23:35:12 +00:00
Markus Scherer
0acda636e4
ICU-7722 build canonical-iterator data from nfc.nrm (port Java code to C++)
...
X-SVN-Rev: 28117
2010-06-01 06:10:26 +00:00
Markus Scherer
fd376b34c0
ICU-7496 add internal char * string class for C++ implementation code
...
X-SVN-Rev: 28082
2010-05-20 21:16:44 +00:00
Steven R. Loomis
2145eb11be
ICU-6551 reduce use of common words in rename.
...
X-SVN-Rev: 24652
2008-09-25 20:24:14 +00:00
George Rhoten
d1551dee4e
ICU-5966 Fix some compiler warnings.
...
X-SVN-Rev: 23540
2008-03-07 19:40:46 +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
3daa4c96d4
ICU-6132 Recover from allocation errors more gracefully.
...
X-SVN-Rev: 23398
2008-02-08 08:21:32 +00:00
Michael Ow
aa76d931cf
ICU-6132 Add null pointer check before using in translit and transreg.
...
X-SVN-Rev: 23245
2008-01-16 18:01:51 +00:00
Ram Viswanadha
29182d9041
ICU-5247 update data from CLDR 1.4 beta
...
X-SVN-Rev: 19755
2006-06-23 16:31:07 +00:00
George Rhoten
e88c000399
ICU-5161 Reduce memory consumption.
...
Allow more memory allocation errors to be reported.
Reduce memory fragmentation.
Speed up initialization slightly.
X-SVN-Rev: 19547
2006-04-14 21:09:42 +00:00
George Rhoten
5dee33ea3e
ICU-4707 Fix some compiler warnings about unused variables.
...
X-SVN-Rev: 19118
2006-02-09 08:59:20 +00:00
George Rhoten
a7d50bde67
ICU-4288 Fix some compiler warnings.
...
X-SVN-Rev: 18160
2005-07-07 18:09:09 +00:00
George Rhoten
2568486432
ICU-4539 Fixes for EBCDIC safety and UCONFIG_NO_CONVERSION=1.
...
X-SVN-Rev: 17956
2005-06-21 16:55:19 +00:00
Richard Gillam
fb164eba5a
ICU-4539 Added ability to put ::ID rules into the middle of Transliterator rule sets.
...
X-SVN-Rev: 17844
2005-06-09 17:30:48 +00:00
George Rhoten
d8708f6a8f
ICU-4189 Possible fix for odd header configuration problems on HP-UX
...
X-SVN-Rev: 17464
2005-04-05 20:44:00 +00:00
George Rhoten
f4130d74f3
ICU-4189 Fix for UCONFIG_NO_CONVERSION with UCONFIG_NO_SERVICE.
...
Separate LocaleUtility into its own API.
X-SVN-Rev: 17404
2005-03-28 05:12:13 +00:00
George Rhoten
9e4b5d1127
ICU-4189 Fix for UCONFIG_NO_CONVERSION
...
X-SVN-Rev: 17401
2005-03-26 15:55:57 +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
5099f3d680
ICU-739 Palm OS compiler has some issues with shared libraries and exported data (non-functions).
...
X-SVN-Rev: 17297
2005-03-08 23:05:38 +00:00
George Rhoten
479f3bec14
ICU-3004 Test for some Turkish case conversion errors.
...
X-SVN-Rev: 17005
2004-12-22 19:40:16 +00:00
George Rhoten
c4d892bdd7
ICU-4189 Remove some dependencies on the conversion API.
...
X-SVN-Rev: 16915
2004-12-04 07:22:23 +00:00
George Rhoten
b99285414f
ICU-3905 Fix some compiler warnings
...
X-SVN-Rev: 16765
2004-11-05 05:12:29 +00:00
George Rhoten
349c3b5ad3
ICU-4127 Fix Hashtable constructors.
...
X-SVN-Rev: 16422
2004-10-08 01:52:53 +00:00
Ram Viswanadha
123132b8e6
ICU-3925 separate Transliterator data to its own tree
...
X-SVN-Rev: 16095
2004-08-02 20:06:55 +00:00
Alan Liu
2ff0f49369
ICU-3786 fix compiler warning
...
X-SVN-Rev: 15757
2004-06-07 17:44:28 +00:00
Alan Liu
164faf6a3d
ICU-3786 rewrite registry and instantiation code to do parsing outside the registry mutex to avoid deadlock for rules of the form &Latin-Arabic(...)
...
X-SVN-Rev: 15703
2004-06-04 00:52:39 +00:00
Alan Liu
6ce395572d
ICU-3500 fix compiler warnings
...
X-SVN-Rev: 15096
2004-04-29 18:54:22 +00:00
Alan Liu
452ab328cf
ICU-3668 make getters const
...
X-SVN-Rev: 14790
2004-03-27 16:26:29 +00:00
Alan Liu
0626ff10e1
ICU-3078 add StringEnumeration
...
X-SVN-Rev: 14552
2004-02-20 03:25:18 +00:00
Markus Scherer
bd62571a6c
ICU-2329 always NUL-terminate the ID string for ID enumeration in C APIs
...
X-SVN-Rev: 12587
2003-07-02 21:23:39 +00:00
Alan Liu
de95737116
ICU-2959 update copyright dates to include 2003
...
X-SVN-Rev: 12253
2003-06-03 20:58:22 +00:00
George Rhoten
6b0ec25200
ICU-2710 Remove obsolete code
...
X-SVN-Rev: 11041
2003-02-14 01:44:49 +00:00
Markus Scherer
e9b8ce4f6e
ICU-2244 change internal classes to inherit UMemory, not UObject
...
X-SVN-Rev: 9968
2002-10-04 18:17:35 +00:00
Markus Scherer
3d38617bdc
ICU-2248 modularize icu, allow parts to not be built
...
X-SVN-Rev: 9900
2002-09-20 01:54:48 +00:00
George Rhoten
d7e0797b2c
ICU-2085 #ifdef out deprecated code
...
X-SVN-Rev: 9756
2002-08-21 19:12:24 +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