Commit Graph

34 Commits

Author SHA1 Message Date
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
Fredrik Roubert
7f4b8d106b ICU-12012 Replace all sizeof p / sizeof *p with UPRV_LENGTHOF().
R=markus.icu@gmail.com

Review URL: https://codereview.appspot.com/285520043 .

X-SVN-Rev: 38337
2016-02-23 10:40:09 +00:00
Steven R. Loomis
7594250cc5 ICU-7653 changed uprv_lengthof to UPRV_LENGTHOF, also added apidoc
X-SVN-Rev: 36275
2014-08-28 22:13:45 +00:00
Tom Zhang
ee1f29b584 ICU-7653 move LENGTHOF(array) to common, internal header
X-SVN-Rev: 36265
2014-08-28 14:55:34 +00:00
Michael Ow
9100ba632e ICU-6905 Log errors as data errors where appropriate to ensure cintltst passes without data. Some areas don't propagate error code. Add new error log function to check for error code.
X-SVN-Rev: 26084
2009-06-09 21:28:13 +00:00
Markus Scherer
97ea1827e7 ICU-6678 add uset_openEmpty()
X-SVN-Rev: 25451
2009-02-19 23:36:58 +00:00
George Rhoten
df20c5147e ICU-6076 Fix some problems while testing ICU error recovery from out of memory conditions, like proper error reporting, not crashing, not leaking memory from when an allocation failure happens.
X-SVN-Rev: 23446
2008-02-16 22:58:32 +00:00
Eric Mader
0a8eeb90c5 ICU-5871 Fix crashes found running cintltst w/o ICU data.
X-SVN-Rev: 22489
2007-08-23 18:07:45 +00:00
Markus Scherer
19446aeeba ICU-5585 fast, freezable UnicodeSet with span() with string support; svn merge -r 21018:22033 http://source.icu-project.org/repos/icu/icu/branches/markus/fastset and revert source/test/perf/unisetperf/draft/* and source/common/utrie.* and source/allinone/allinone.sln (experimental code)
X-SVN-Rev: 22053
2007-07-19 04:33:20 +00:00
Ram Viswanadha
bf8b9dad77 ICU-4452 improve api coverage
X-SVN-Rev: 18103
2005-06-30 22:45:24 +00:00
George Rhoten
ed6074c3f1 ICU-4092 Improve code coverage
X-SVN-Rev: 17030
2004-12-28 21:43:33 +00:00
George Rhoten
4f762b71a8 ICU-4092 Improve code coverage
X-SVN-Rev: 16974
2004-12-20 23:47:56 +00:00
George Rhoten
c5422c1142 ICU-4240 Fix some error messages.
X-SVN-Rev: 16917
2004-12-05 01:49:02 +00:00
George Rhoten
5fac5d74b6 ICU-3905 Fix some compiler warnings
X-SVN-Rev: 16769
2004-11-05 18:05:47 +00:00
George Rhoten
6fd8f0e5b7 ICU-3341 Add some missing uset_* API.
X-SVN-Rev: 16142
2004-08-10 23:22:21 +00:00
Alan Liu
dfaf3b1d70 ICU-3795 do default conversion, not invariant conversion
X-SVN-Rev: 15651
2004-06-01 17:31:17 +00:00
Eric Mader
c5705d3767 ICU-3770 Updated copyright notices for ICU 3.0
X-SVN-Rev: 15413
2004-05-19 21:19:13 +00:00
Alan Liu
602ed54376 ICU-3666 remove CVS keywords from source
X-SVN-Rev: 14832
2004-04-01 06:52:12 +00:00
Markus Scherer
84bd0babfa ICU-2329 do not use invariant-character conversion for strings with variant characters
X-SVN-Rev: 12585
2003-07-02 17:26:20 +00:00
Markus Scherer
765bd85452 ICU-2840 test without data sweep
X-SVN-Rev: 12275
2003-06-04 17:35:54 +00:00
Markus Scherer
37c28a48b6 ICU-2590 improve API/code coverage
X-SVN-Rev: 11886
2003-05-10 23:10:09 +00:00
George Rhoten
8e43d0330c ICU-2765 Fix for Mac OS X
X-SVN-Rev: 11680
2003-04-24 22:38:45 +00:00
Vladimir Weinstein
f9970354fe ICU-2765 removed usage of private headers
X-SVN-Rev: 11630
2003-04-23 05:49:02 +00:00
George Rhoten
8b5d063db9 ICU-2000 Fixed some compiler warnings.
X-SVN-Rev: 10553
2002-12-06 23:53:00 +00:00
Alan Liu
4f88ee540f ICU-2447 add API tests for range API
X-SVN-Rev: 10261
2002-11-14 20:34:23 +00:00
Vladimir Weinstein
c8f160bcab ICU-2269 close sets after using
X-SVN-Rev: 9848
2002-09-06 23:23:49 +00:00
Vladimir Weinstein
54e87296d9 ICU-2269 test for bug 2269
X-SVN-Rev: 9820
2002-08-29 23:16:45 +00:00
George Rhoten
15dad95ec3 ICU-1115 Don't use CVS tags.
X-SVN-Rev: 9343
2002-07-25 18:34:08 +00:00
George Rhoten
343d6e93ba ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 9342
2002-07-25 18:32:04 +00:00
Alan Liu
e4f91fa7ad ICU-1115 improve coverage
X-SVN-Rev: 8788
2002-06-05 00:01:09 +00:00
Alan Liu
172c42e123 ICU-1115 add comprehensive API test of uset
X-SVN-Rev: 8783
2002-06-04 23:31:13 +00:00