Markus Scherer
|
9fc0006117
|
ICU-9662 remove an unnecessary cast
X-SVN-Rev: 32805
|
2012-11-13 07:40:06 +00:00 |
|
Markus Scherer
|
bc31ae8173
|
ICU-9662 add & test & use U8_GET_OR_FFFD(), U8_NEXT_OR_FFFD(), U8_PREV_OR_FFFD()
X-SVN-Rev: 32796
|
2012-11-11 06:14:18 +00:00 |
|
Markus Scherer
|
8bb10245f2
|
ICU-9664 support NUL-terminated strings (indicated via length<0) in U8_NEXT, U16_NEXT, and other such (safe) macros that move forward/take a length
X-SVN-Rev: 32787
|
2012-11-10 15:31:34 +00:00 |
|
Markus Scherer
|
1dab387878
|
ICU-9690 clarify that U8_...(safe) macros use/need int32_t indexes & lengths
X-SVN-Rev: 32772
|
2012-11-08 22:22:00 +00:00 |
|
Markus Scherer
|
996422e74c
|
ICU-9398 avoid use of utf8_countTrailBytes[], rewrite/optimize U8_COUNT_TRAIL_BYTES() & U8_NEXT_UNSAFE(), test _UNSAFE macros only with (mostly) well-formed UTF-8 text
X-SVN-Rev: 32574
|
2012-10-09 05:17:43 +00:00 |
|
Markus Scherer
|
e31ce99b84
|
ICU-8575 option for not including utf headers by default; replace uses of deprecated utf_old.h macros
X-SVN-Rev: 30430
|
2011-07-27 05:53:56 +00:00 |
|
Peter Edberg
|
0c212dba62
|
ICU-7284 Internal functions called from public macros should be U_STABLE, though still @internal
X-SVN-Rev: 27065
|
2009-12-14 07:07:43 +00:00 |
|
George Rhoten
|
93351fd30c
|
ICU-5357 Fix broken HTTP links in documentation.
X-SVN-Rev: 21699
|
2007-06-11 19:14:47 +00:00 |
|
Markus Scherer
|
5d32123d29
|
ICU-4558 fix and clarify utfxx.h API docs for input string indexes for U16_ and U8_ macros
X-SVN-Rev: 19988
|
2006-08-05 21:27:11 +00:00 |
|
George Rhoten
|
2f52260855
|
ICU-5230 Fix linkage issues introduced by last checkin
X-SVN-Rev: 19752
|
2006-06-23 01:32:07 +00:00 |
|
Markus Scherer
|
154314acd1
|
ICU-5230 faster U8_NEXT and U8_APPEND macros
X-SVN-Rev: 19722
|
2006-06-15 19:09:42 +00:00 |
|
Markus Scherer
|
05c910e183
|
ICU-5043 low-level code for lenient-UTF-8 UText provider
X-SVN-Rev: 19123
|
2006-02-09 21:16:20 +00:00 |
|
Eric Mader
|
41ca4f63ee
|
ICU-4428 update copyright notices for ICU 3.3.
X-SVN-Rev: 17296
|
2005-03-08 22:49:59 +00:00 |
|
George Rhoten
|
aac8e996c4
|
ICU-4412 Bye bye oss.software.ibm.com. Your pages have been sent to other various web sites.
X-SVN-Rev: 17221
|
2005-02-18 00:19:33 +00:00 |
|
George Rhoten
|
36caf6be5a
|
ICU-4116 Fix for Visual Age 7.0 on Linux PPC so that __I doesn't collide with anything.
X-SVN-Rev: 16397
|
2004-10-05 23:08:06 +00:00 |
|
George Rhoten
|
4c951c59c7
|
ICU-3905 Fix some compiler warnings.
X-SVN-Rev: 16207
|
2004-08-27 22:50:05 +00:00 |
|
Ram Viswanadha
|
75e601ba7f
|
ICU-3405 add U_INTERNAL
X-SVN-Rev: 15859
|
2004-06-12 00:56:53 +00:00 |
|
George Rhoten
|
fbf289c55e
|
ICU-3576 Make it easier to create static libraries on Windows
X-SVN-Rev: 15366
|
2004-05-18 05:35:41 +00:00 |
|
Ram Viswanadha
|
bbe9de394c
|
ICU-3405 prototype for U_DRAFT, U_DEPRECATED and U_OBSOLETE
X-SVN-Rev: 14775
|
2004-03-26 19:42:04 +00:00 |
|
Eric Mader
|
6aac9dbeb8
|
ICU-3473 Update copyright notices for ICU 2.8.
X-SVN-Rev: 14180
|
2003-12-18 23:16:48 +00:00 |
|
George Rhoten
|
700ca91dc2
|
ICU-3151 Fix some documentation and the U8_NEXT macro
X-SVN-Rev: 12717
|
2003-07-31 15:44:42 +00:00 |
|
George Rhoten
|
75930a0808
|
ICU-2589 Fix some doxygen warnings.
X-SVN-Rev: 12377
|
2003-06-09 06:13:14 +00:00 |
|
Markus Scherer
|
6b1fa6036a
|
ICU-2150 simplify/improve UTF macros
X-SVN-Rev: 9930
|
2002-09-30 04:00:17 +00:00 |
|
Markus Scherer
|
50ffaabba6
|
ICU-1967 UTF-8 set out-of-band isError
X-SVN-Rev: 9559
|
2002-08-03 00:54:39 +00:00 |
|
George Rhoten
|
4236f298d1
|
ICU-2023 Minor documentation fixes
X-SVN-Rev: 9369
|
2002-07-26 17:19:16 +00:00 |
|
Vladimir Weinstein
|
2cbb05fdb9
|
ICU-978 cygwin port
X-SVN-Rev: 9267
|
2002-07-19 23:25:41 +00:00 |
|
Vladimir Weinstein
|
469fe7ed85
|
ICU-978 changes for cygwin
X-SVN-Rev: 9260
|
2002-07-19 21:45:33 +00:00 |
|
Markus Scherer
|
8c78422db2
|
ICU-1561 replace all UTextOffset with int32_t
X-SVN-Rev: 7942
|
2002-03-12 01:32:42 +00:00 |
|
Vladimir Weinstein
|
97c2a58442
|
ICU-1541 data should not have U_EXPORT2
X-SVN-Rev: 7045
|
2001-11-21 02:29:12 +00:00 |
|
Markus Scherer
|
38b3810bae
|
ICU-726 tighten & fix UTF macros: non-shortest UTF-8 illegal (U 3.0.1), check U 3.1 non-characters, fix some bugs
X-SVN-Rev: 6212
|
2001-10-12 18:53:26 +00:00 |
|
George Rhoten
|
1627306f26
|
ICU-1099 Add const to some static data
X-SVN-Rev: 5572
|
2001-08-24 00:38:44 +00:00 |
|
Ram Viswanadha
|
7980af65c6
|
ICU-849 Made the docs pretty
X-SVN-Rev: 4282
|
2001-03-22 20:07:44 +00:00 |
|
Ram Viswanadha
|
3c622c0a88
|
ICU-849 Made the docs more readable
X-SVN-Rev: 4280
|
2001-03-22 19:56:47 +00:00 |
|
Ram Viswanadha
|
9a5b41cb32
|
ICU-849 Added documentation for multiline macro usage
X-SVN-Rev: 4278
|
2001-03-22 19:41:37 +00:00 |
|
George Rhoten
|
c4997713ef
|
ICU-903 Updated the copyright notice
X-SVN-Rev: 4238
|
2001-03-21 20:44:20 +00:00 |
|
George Rhoten
|
6f7cdcb027
|
ICU-535 Fixed some compiler warnings
X-SVN-Rev: 3584
|
2001-02-07 19:35:52 +00:00 |
|
Markus Scherer
|
96c50174b4
|
ICU-647 update API docs
X-SVN-Rev: 3200
|
2000-12-12 20:31:47 +00:00 |
|
Ram Viswanadha
|
8c3169b6df
|
ICU-647 Modified documentation for compliance with Doxygen
X-SVN-Rev: 3170
|
2000-12-08 18:43:57 +00:00 |
|
George Rhoten
|
8268a82c68
|
ICU-535 fixed some compiler warnings
X-SVN-Rev: 2395
|
2000-08-30 16:30:55 +00:00 |
|
George Rhoten
|
cb875ce8e4
|
ICU-535 fixed some compiler warnings
X-SVN-Rev: 2179
|
2000-08-11 00:02:59 +00:00 |
|
Steven R. Loomis
|
de7b2bd35a
|
ICU-176 utf8 table update for unix
X-SVN-Rev: 2050
|
2000-07-26 20:37:53 +00:00 |
|
Madhu K
|
460392f2d8
|
ICU-176 Added ifdef for U_IMPORT and U_EXPORT for utf_countTrailBytes
X-SVN-Rev: 2039
|
2000-07-26 02:00:22 +00:00 |
|
Madhu K
|
9882141a96
|
ICU-176 two important macros need more parentheses for op precedence!
X-SVN-Rev: 2031
|
2000-07-25 00:46:25 +00:00 |
|
Steven R. Loomis
|
3ec60c904e
|
ICU-420 make header files build by themselves
X-SVN-Rev: 1558
|
2000-06-03 04:18:06 +00:00 |
|
Helena Chapman
|
69ba12f77c
|
ICU-351 Define UBool to be used in the APIs.
X-SVN-Rev: 1410
|
2000-05-18 22:08:39 +00:00 |
|
Markus Scherer
|
2b2af0bbc5
|
ICU-176 utf macros get, prev, back take start parameter
X-SVN-Rev: 1116
|
2000-04-12 19:36:07 +00:00 |
|
Markus Scherer
|
bba7ac1a00
|
ICU-176 UTF-16 changes for UnicodeString
X-SVN-Rev: 1052
|
2000-04-03 23:53:59 +00:00 |
|
Markus Scherer
|
4d6a965002
|
ICU-176 initial, basic utf-16 support for c
X-SVN-Rev: 737
|
2000-02-09 19:42:15 +00:00 |
|
Markus Scherer
|
e718d50df9
|
ICU-176 initial, basic utf-16 support for c
X-SVN-Rev: 715
|
2000-02-03 19:54:49 +00:00 |
|