Ram Viswanadha
161100569d
ICU-1721 error checking
...
X-SVN-Rev: 8398
2002-04-05 02:49:56 +00:00
George Rhoten
8e5258614f
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 8386
2002-04-05 00:03:32 +00:00
Ram Viswanadha
8fa4e9107b
ICU-1835 Add mappings for codepoints
...
X-SVN-Rev: 8372
2002-04-04 03:07:42 +00:00
George Rhoten
ccd0b6cde6
ICU-1831 Don't use // in C files.
...
X-SVN-Rev: 8363
2002-04-03 19:52:08 +00:00
Ram Viswanadha
bb3a922488
ICU-1564 Fix memory overshoot bug
...
X-SVN-Rev: 8353
2002-04-03 00:59:05 +00:00
Andy Heninger
e6dfdcbccf
ICU-1831 fix TOC pointer alignment problems in ICU data
...
name lookup code on AS/400
X-SVN-Rev: 8351
2002-04-03 00:45:35 +00:00
Steven R. Loomis
e39e749523
ICU-1769 removing some unneeded renamings
...
X-SVN-Rev: 8349
2002-04-03 00:01:21 +00:00
Steven R. Loomis
59572346bd
ICU-1686 UCharIterator adding error codes
...
X-SVN-Rev: 8347
2002-04-02 23:54:41 +00:00
Steven R. Loomis
8185a8ce05
ICU-1686 UCharIterator: use -1 for error code
...
X-SVN-Rev: 8346
2002-04-02 23:35:24 +00:00
George Rhoten
e8cf181469
ICU-1828 Remove tabs
...
X-SVN-Rev: 8328
2002-04-02 01:17:28 +00:00
George Rhoten
033575b131
ICU-214 Fix for Win64. Use x86 assembly for aligning code for x86 machines.
...
X-SVN-Rev: 8297
2002-03-29 19:03:59 +00:00
George Rhoten
2ab3c9cd3b
ICU-214 Fix for Win64. Don't freely convert between (void *) and int32_t.
...
Use the int32_t functions when you are only using integers.
Also arrays of scalars need to be allocated with malloc (Needed by Lotus j1733).
X-SVN-Rev: 8289
2002-03-29 01:56:09 +00:00
George Rhoten
153b72da68
ICU-214 Fix for Win64. Do the math in size_t when part of the expression is in size_t and the other side is (void *)
...
X-SVN-Rev: 8288
2002-03-29 01:51:09 +00:00
Steven R. Loomis
96aebaa79a
ICU-1730 #elif -> #else
...
X-SVN-Rev: 8280
2002-03-28 17:37:54 +00:00
George Rhoten
b9fcc4a086
ICU-1619 UTF-32LE is a little endian encoding, not a big endian encoding.
...
X-SVN-Rev: 8272
2002-03-27 23:24:15 +00:00
Andy Heninger
353e4c6ce7
ICU-1762 SRL code review comment - make init of cnvCacheMutex=NULL explicit
...
X-SVN-Rev: 8259
2002-03-27 17:36:15 +00:00
George Rhoten
f5f1fca9aa
ICU-1811 Increase the code coverage of Locale:get methods (Found some typos)
...
X-SVN-Rev: 8254
2002-03-26 23:10:19 +00:00
George Rhoten
103f843333
ICU-1811 Remove unused code.
...
X-SVN-Rev: 8253
2002-03-26 23:09:05 +00:00
Vladimir Weinstein
955e42c4e3
ICU-1769 bumped up collation version (please rebuild UCA & bundles)
...
X-SVN-Rev: 8246
2002-03-26 16:47:39 +00:00
Ram Viswanadha
1b9d145260
ICU-1808 Fix SCSU's handling of some non-BMP codepoints
...
X-SVN-Rev: 8226
2002-03-25 22:41:07 +00:00
George Rhoten
0b12bb4953
ICU-1556 Fix AIX 5.1 with Visual Age 5.0 in 32-bit mode with -O2
...
optmization. (The bug is really that specific)
X-SVN-Rev: 8221
2002-03-25 17:43:35 +00:00
George Rhoten
0136f68900
ICU-1593 Clarify how saveState is used.
...
X-SVN-Rev: 8217
2002-03-23 00:29:03 +00:00
Andy Heninger
3d4d1c39ed
ICU-1265 change RBBI_IGNORE to UBRK_IGNORE
...
X-SVN-Rev: 8211
2002-03-22 23:01:41 +00:00
George Rhoten
cf93f6857f
ICU-1803 Fix some documentation. Some definitions only exist in the Unicode class.
...
X-SVN-Rev: 8206
2002-03-22 17:35:20 +00:00
George Rhoten
ae0fe2df18
ICU-1541 Add a comment about the EXPORT2 changes
...
X-SVN-Rev: 8183
2002-03-21 19:57:37 +00:00
George Rhoten
441d7129ba
ICU-1541 Undo some of the EXPORT2 changes
...
X-SVN-Rev: 8180
2002-03-21 19:31:32 +00:00
George Rhoten
a78f77abb4
ICU-1739 BoundsChecker is brain dead when dealing with unions sometimes.
...
X-SVN-Rev: 8179
2002-03-21 19:12:11 +00:00
Yves Arrouye
b594e7b5cd
ICU-900 warnings
...
X-SVN-Rev: 8172
2002-03-21 16:46:29 +00:00
Yves Arrouye
fdf8138640
ICU-900 fixed the same compiler warnings George fixed and I broke
...
X-SVN-Rev: 8163
2002-03-20 22:38:19 +00:00
Markus Scherer
b7682efdab
ICU-1682 provide direct access to decomposition of a code point - unorm_getDecomposition
...
X-SVN-Rev: 8154
2002-03-20 18:24:02 +00:00
Markus Scherer
230b44ed74
ICU-1686 fix use of UCharIterator.move, especially with UITER_START->UITER_ZERO
...
X-SVN-Rev: 8150
2002-03-20 17:04:56 +00:00
Markus Scherer
3c82d919fd
ICU-1686 add UITER_ZERO, UITER_LENGTH - UCharIterator was missing an equivalent to CharacterIterator::setIndex
...
X-SVN-Rev: 8149
2002-03-20 17:03:39 +00:00
Vladimir Weinstein
c8186aa4d3
ICU-1682 added removeAll method
...
X-SVN-Rev: 8108
2002-03-19 07:16:19 +00:00
George Rhoten
bc64b17bee
ICU-1199 Stop using the deprecated Unicode C++ class
...
X-SVN-Rev: 8105
2002-03-19 03:01:28 +00:00
Steven R. Loomis
2beec0d7ab
ICU-1769 update to 2.1 version
...
X-SVN-Rev: 8103
2002-03-19 01:43:19 +00:00
Markus Scherer
d20923859f
ICU-1542 use common code for finding surrogate code points
...
X-SVN-Rev: 8096
2002-03-18 23:25:30 +00:00
Markus Scherer
acbaac776e
ICU-1542 fix u_memchr32; common code for finding surrogate code points
...
X-SVN-Rev: 8095
2002-03-18 23:19:41 +00:00
George Rhoten
f2aadf39e9
ICU-1779 Better fix for malloc(0)
...
X-SVN-Rev: 8093
2002-03-18 21:53:11 +00:00
Alan Liu
cd9a595ff6
ICU-1779 avoid malloc(0)
...
X-SVN-Rev: 8091
2002-03-18 21:25:01 +00:00
Yves Arrouye
02a9522caa
ICU-900 fix warnings.
...
X-SVN-Rev: 8085
2002-03-16 22:03:24 +00:00
Yves Arrouye
b0b0e50094
ICU-1227 use a shorter suffix preprocessor name to stop Windows from
...
complaining.
Add a define for the C name as string so it works for USS too even with
compiler not able to handle stringification properly.
X-SVN-Rev: 8079
2002-03-16 19:56:03 +00:00
George Rhoten
9f3b0c5276
ICU-1733 Integrate some of Lotus' changes on mainframes.
...
X-SVN-Rev: 8060
2002-03-15 23:41:40 +00:00
Markus Scherer
facb0c82f7
ICU-1754 store data for canonical equivalence more compactly
...
X-SVN-Rev: 8034
2002-03-14 23:54:09 +00:00
Markus Scherer
27f15727d9
ICU-1754 add functions to handle single-code point sets more efficiently
...
X-SVN-Rev: 8027
2002-03-14 23:06:23 +00:00
Andy Heninger
66bee38a79
ICU-1265 rename RulesBasedBreakIterator::IGNORE to avoid conflict with winbase.h
...
X-SVN-Rev: 8007
2002-03-13 23:52:24 +00:00
Markus Scherer
d46d1b3fc4
ICU-1464 add convenience macros for bit sets for general categories
...
X-SVN-Rev: 8006
2002-03-13 23:31:12 +00:00
Markus Scherer
6929fb9988
ICU-1126 use the real titlecase break iterator for titlecasing
...
X-SVN-Rev: 7996
2002-03-13 19:19:42 +00:00
Markus Scherer
e1d354ffa9
ICU-1721 fix indexes[] use from uprops.dat
...
X-SVN-Rev: 7995
2002-03-13 19:18:36 +00:00
Andy Heninger
c695aa74b5
ICU-1762 converter thread safety: export converter cleanup funtion for use by test.
...
X-SVN-Rev: 7993
2002-03-13 18:34:45 +00:00
Vladimir Weinstein
4596590d0c
ICU-1735 changed setBogus to setToBogus, added an enum for getLocale argument
...
X-SVN-Rev: 7971
2002-03-13 05:14:56 +00:00