Commit Graph

5631 Commits

Author SHA1 Message Date
Doug Felt
a8aa38aa32 ICU-82 logln broken
X-SVN-Rev: 6117
2001-10-08 16:22:47 +00:00
Vladimir Weinstein
1dc54880df ICU-1245 proper surrogate handling. Cleaned some unused variable warnings.
X-SVN-Rev: 6116
2001-10-08 02:31:50 +00:00
Vladimir Weinstein
0aa038116d ICU-1245 fixed closing procedures
X-SVN-Rev: 6115
2001-10-08 02:27:44 +00:00
Vladimir Weinstein
01aca5f2a3 ICU-1245 added surrogate prefix test
X-SVN-Rev: 6114
2001-10-08 02:26:25 +00:00
Vladimir Weinstein
7097dbad94 ICU-1245 fine tuning list of unsafe chars. Fixed adding single chars to exitsting prefixes
X-SVN-Rev: 6113
2001-10-08 02:24:45 +00:00
Vladimir Weinstein
b2ac3d133a ICU-1075 added a pData != NULL test before accessing the structure
X-SVN-Rev: 6112
2001-10-06 04:54:29 +00:00
Vladimir Weinstein
05bbf71673 ICU-1245 correct JIS X 4061 test - wrong commit
X-SVN-Rev: 6111
2001-10-06 02:08:12 +00:00
Vladimir Weinstein
4015f10b8b ICU-1245 correct JIS X 4061 test
X-SVN-Rev: 6110
2001-10-06 02:04:07 +00:00
Markus Scherer
425b9aa29e ICU-1262 make US::setToBogus() public and test it
X-SVN-Rev: 6109
2001-10-06 00:22:40 +00:00
Markus Scherer
032b6c82d7 ICU-1262 make US::setToBogus() public and more safe and consistent
X-SVN-Rev: 6108
2001-10-06 00:22:13 +00:00
Markus Scherer
9f61db5f73 ICU-1262 make US::setToBogus() public and test it
X-SVN-Rev: 6107
2001-10-05 23:53:00 +00:00
George Rhoten
cfd74e2af7 ICU-960 Undo a change from uint32_t to UChar32 for Windows
X-SVN-Rev: 6106
2001-10-05 23:45:19 +00:00
Markus Scherer
80a442a9d1 ICU-1109 change NUL-termination semantics
X-SVN-Rev: 6105
2001-10-05 23:25:37 +00:00
Alan Liu
1a177f4551 ICU-80 use HIGH
X-SVN-Rev: 6104
2001-10-05 23:23:50 +00:00
Alan Liu
7446a9acdf ICU-80 add initial script support to UnicodeSet
X-SVN-Rev: 6103
2001-10-05 23:22:37 +00:00
George Rhoten
16093d1efb ICU-900 Fix some compiler warnings a bit better.
X-SVN-Rev: 6102
2001-10-05 23:14:23 +00:00
George Rhoten
0f912b2133 ICU-960 Change from uint32_t to UChar32
X-SVN-Rev: 6101
2001-10-05 23:13:25 +00:00
Alan Liu
7c9f477572 ICU-79 delete KebyoardEscape-Latin1
X-SVN-Rev: 6100
2001-10-05 23:00:45 +00:00
Markus Scherer
11d0f47496 ICU-1109 change NUL-termination semantics
X-SVN-Rev: 6099
2001-10-05 22:54:00 +00:00
Alan Liu
8dc0a5f28d ICU-79 delete UnicodeName-UnicodeChar; replaced by algo
X-SVN-Rev: 6098
2001-10-05 22:46:45 +00:00
Alan Liu
1be3429f34 ICU-1250 sync tests with icu4j
X-SVN-Rev: 6097
2001-10-05 22:27:44 +00:00
Alan Liu
8fd0101d44 ICU-69 sync tests with icu4c
X-SVN-Rev: 6096
2001-10-05 22:25:07 +00:00
George Rhoten
5775a394ca ICU-900 Fix the compiler warning a bit better.
X-SVN-Rev: 6095
2001-10-05 22:18:38 +00:00
George Rhoten
8154a3f262 ICU-392 Don't export as many symbols with a commonly used name.
X-SVN-Rev: 6094
2001-10-05 22:14:23 +00:00
George Rhoten
e35b3fc511 ICU-821 gcc 3.0, AIX xlC and os/390 can not properly optimize
IEEEremainder, and we no longer use it.

X-SVN-Rev: 6093
2001-10-05 21:55:15 +00:00
George Rhoten
8c5742dded ICU-1075 Fix some name possible function name collisions of exported functions
X-SVN-Rev: 6092
2001-10-05 21:48:05 +00:00
George Rhoten
aa41dc7f71 ICU-1075 Mainly fix the case when only stub data is available and u_cleanup fails.
Also fix some name possible name collisions

X-SVN-Rev: 6091
2001-10-05 21:46:52 +00:00
Markus Scherer
ccb5577d4a ICU-1251 fix UnicodeString comparisons - were broken if buffers were shared but lengths different
X-SVN-Rev: 6090
2001-10-05 21:18:12 +00:00
Markus Scherer
761c91b967 ICU-1256 make US::getCapacity() public and use it
X-SVN-Rev: 6089
2001-10-05 20:44:56 +00:00
George Rhoten
c51eed2f61 ICU-392 Don't export as many symbols
X-SVN-Rev: 6088
2001-10-05 20:24:05 +00:00
George Rhoten
5e4a668c01 ICU-821 Optimize AIX4.3xlC
X-SVN-Rev: 6087
2001-10-05 18:49:01 +00:00
George Rhoten
197318a1c2 ICU-821 gcc 3.0, AIX xlC and os/390 can not properly optimize IEEEremainder
X-SVN-Rev: 6086
2001-10-05 18:47:09 +00:00
Doug Felt
21b8e60b11 ICU-76 ucharacter semantic changes
jitterbug 77: add additional API for numeric values
jitterbug 78: UCharacter.getNumericValue superscript bugs

X-SVN-Rev: 6085
2001-10-05 18:42:33 +00:00
Alan Liu
5746e4c2fc ICU-74 finish port of Source-Target/Variant code incl. TransliteratorRegistry and tests
X-SVN-Rev: 6084
2001-10-05 18:16:59 +00:00
Vladimir Weinstein
50408eca3a ICU-1245 JIS X 4061 test
X-SVN-Rev: 6083
2001-10-05 18:01:27 +00:00
Vladimir Weinstein
19f008c694 ICU-1245 JIS X 4061 rules that pass the test
X-SVN-Rev: 6082
2001-10-05 17:58:46 +00:00
George Rhoten
40b6773ba8 ICU-1028 Fix for os/390
X-SVN-Rev: 6081
2001-10-05 16:53:08 +00:00
George Rhoten
9c138970af ICU-1028 This should fix os/390
X-SVN-Rev: 6080
2001-10-05 16:50:59 +00:00
George Rhoten
e955f900c5 ICU-1028 os/390 fixes
X-SVN-Rev: 6079
2001-10-05 16:34:05 +00:00
George Rhoten
afc437f5a5 ICU-1028 EBCDIC fix
X-SVN-Rev: 6078
2001-10-05 16:29:24 +00:00
Vladimir Weinstein
70e3d02522 ICU-1245 correct canonical closure for prefix codepoints
X-SVN-Rev: 6077
2001-10-05 06:49:03 +00:00
Vladimir Weinstein
769568fbd9 ICU-1245 length mark should affect both Hiragana and Katakana
X-SVN-Rev: 6076
2001-10-05 06:48:12 +00:00
Ram Viswanadha
b852676c41 ICU-75 Tests for Latin-indic transliterators
X-SVN-Rev: 6075
2001-10-05 06:34:24 +00:00
Ram Viswanadha
0f7f8a681d ICU-19 Add overload to getCode that takes a Locale object.
X-SVN-Rev: 6074
2001-10-05 06:34:23 +00:00
Ram Viswanadha
b9bd515913 ICU-75 Remove existing rules and update with new rules.
X-SVN-Rev: 6073
2001-10-05 06:25:51 +00:00
Ram Viswanadha
2103ca71ad ICU-1255 Fix pre-existing test and use expect in IndicLatinTest
X-SVN-Rev: 6072
2001-10-05 02:55:17 +00:00
Ram Viswanadha
8daf32a9b5 ICU-1255 Fix NFC and NFD for rules.
X-SVN-Rev: 6071
2001-10-05 02:53:45 +00:00
George Rhoten
0adcaceb0f ICU-1257 Call setlocale only once. We don't want /en_US/C/C/C/C/C on
the second try from Solaris.

X-SVN-Rev: 6070
2001-10-05 02:10:46 +00:00
Vladimir Weinstein
7bdeff54d2 ICU-1245 Option for setting default strength in rules. Also added a missing break;
X-SVN-Rev: 6069
2001-10-05 02:09:22 +00:00
Vladimir Weinstein
12f9b8966f ICU-1245 Put real codepoints in prefix table
X-SVN-Rev: 6068
2001-10-05 02:08:25 +00:00