Commit Graph

234 Commits

Author SHA1 Message Date
Alan Liu
041f11b2bd ICU-65 add constructors from mem-mapped data
X-SVN-Rev: 304
1999-12-05 06:09:24 +00:00
Alan Liu
2ef5f8fb72 ICU-65 alias table for backward compatibility
X-SVN-Rev: 303
1999-12-05 06:08:12 +00:00
Alan Liu
e73f35e3d1 ICU-65 update for new zones usage; add simple test of new binary search
X-SVN-Rev: 302
1999-12-05 06:07:29 +00:00
Alan Liu
b42820cb21 ICU-65 update for new gentz usage
X-SVN-Rev: 301
1999-12-05 05:59:33 +00:00
Alan Liu
aa7e2fc7b8 ICU-65 update gentz for new binary format and alias table; make pm file names 8.3
X-SVN-Rev: 300
1999-12-05 05:55:28 +00:00
Steven R. Loomis
76bdfc909a ICU-157 clean up the make process
X-SVN-Rev: 298
1999-12-04 02:53:39 +00:00
Steven R. Loomis
c0908dcdb4 ICU-157 udata updates..
X-SVN-Rev: 297
1999-12-04 02:34:06 +00:00
Steven R. Loomis
a34482e43f ICU-157 converter data in udata + udata fixes
X-SVN-Rev: 296
1999-12-04 02:31:40 +00:00
Markus Scherer
57cca2d237 ICU-165 the default converter name is now always canonical
X-SVN-Rev: 295
1999-12-04 01:12:46 +00:00
Markus Scherer
7a6441902b ICU-165 avoid alias name lookup for each creation of the default converter
X-SVN-Rev: 294
1999-12-04 00:55:54 +00:00
Vladimir Weinstein
4ad1a96428 ICU-35 work on documentation
X-SVN-Rev: 293
1999-12-03 21:30:14 +00:00
Vladimir Weinstein
09740d1141 ICU-35 file documents conversion interface
X-SVN-Rev: 292
1999-12-03 21:29:57 +00:00
Markus Scherer
841b21d6e1 ICU-172 use correct vc++ runtime
X-SVN-Rev: 291
1999-12-03 20:58:59 +00:00
Markus Scherer
0b6e5e3b68 ICU-62 add SCSUTest only once to cintltst
X-SVN-Rev: 290
1999-12-03 20:15:23 +00:00
Markus Scherer
9b6f02645e ICU-158 add test for Unicode::getCharName()
X-SVN-Rev: 289
1999-12-03 19:53:37 +00:00
Markus Scherer
1f17219604 ICU-158 add getCharName()
X-SVN-Rev: 288
1999-12-03 19:53:10 +00:00
Steven R. Loomis
657af61ffb ICU-157 AIX: sizeof(wchar_t)==2
X-SVN-Rev: 287
1999-12-03 19:43:10 +00:00
Steven R. Loomis
2fc4c67274 ICU-96 pathname cleanup
X-SVN-Rev: 286
1999-12-03 02:51:54 +00:00
Steven R. Loomis
bb749ae45a ICU-96 bug in normalizeriterator state
X-SVN-Rev: 285
1999-12-03 02:40:20 +00:00
Markus Scherer
5f5e9bfece ICU-170 fix and improve lastIndexOf() and improve indexOf()
X-SVN-Rev: 284
1999-12-03 00:04:14 +00:00
Markus Scherer
b70728c7bd ICU-170 fix tests of lastIndexOf()
X-SVN-Rev: 283
1999-12-03 00:00:23 +00:00
Vladimir Weinstein
695dce92f3 ICU-157 making tools independent form icudata.dll
X-SVN-Rev: 282
1999-12-02 23:26:44 +00:00
Markus Scherer
a0e21925e7 ICU-68 several UnicodeString tests were not performed
X-SVN-Rev: 281
1999-12-02 21:41:20 +00:00
Alan Liu
6ed1da9ef5 ICU-65 add i18n to include path for tzdat.h
X-SVN-Rev: 280
1999-12-02 21:38:00 +00:00
Alan Liu
e5b179f2e6 ICU-65 Add support for 1:00u and 1:00s rule times
X-SVN-Rev: 279
1999-12-02 21:15:58 +00:00
Markus Scherer
e52c4359b4 ICU-69 use new UnicodeString constructor from invariant char*
X-SVN-Rev: 278
1999-12-02 18:34:10 +00:00
Markus Scherer
8605eb159d ICU-68 fixes for aliasing
X-SVN-Rev: 277
1999-12-02 18:33:25 +00:00
Alan Liu
e9631fb896 ICU-169 fix test4103271
X-SVN-Rev: 276
1999-12-02 03:27:37 +00:00
Alan Liu
7ac414bcf9 ICU-65 Move time zone data to icudata
X-SVN-Rev: 275
1999-12-02 02:30:44 +00:00
Markus Scherer
efde186f5c ICU-69 use new UnicodeString constructor from invariant char*
X-SVN-Rev: 274
1999-12-01 22:57:20 +00:00
Vladimir Weinstein
45e4fd530b ICU-157 genrb fixed so it works without DLL by using invariant converter
X-SVN-Rev: 273
1999-12-01 21:36:40 +00:00
Markus Scherer
2d617ab9d0 ICU-68 fixes for aliasing
X-SVN-Rev: 272
1999-12-01 21:28:18 +00:00
Markus Scherer
ec97389ca8 ICU-80 ResourceBundle keys (tags) are now const char*
X-SVN-Rev: 271
1999-12-01 21:27:44 +00:00
Markus Scherer
396d65de3a ICU-165 fix compile settings
X-SVN-Rev: 270
1999-12-01 17:59:01 +00:00
Markus Scherer
be1763e24c ICU-68 test UNICODE_STRING
X-SVN-Rev: 269
1999-12-01 17:52:21 +00:00
Markus Scherer
bbf2815b33 ICU-68 construct UnicodeString from invariant char*, alias from UChar*
X-SVN-Rev: 268
1999-12-01 17:51:53 +00:00
Steven R. Loomis
6f38a88ec1 ICU-96 oops: debugging code! [collation perf]
X-SVN-Rev: 267
1999-12-01 17:50:12 +00:00
Steven R. Loomis
11eaf18abc ICU-157 use _ instead of - in DLL symbols
X-SVN-Rev: 266
1999-12-01 01:02:06 +00:00
Steven R. Loomis
93955bf624 ICU-157 genccode needs to write _'s instead of -'s for symbol names (ex: ibm-913.cnv -> ibm_913_cnv)
X-SVN-Rev: 265
1999-11-30 23:58:15 +00:00
Vladimir Weinstein
e15ae8bc32 ICU-157 fixing genrb so it works fine without DLLs
X-SVN-Rev: 264
1999-11-30 23:38:06 +00:00
Markus Scherer
1569b465a5 ICU-68 implement unicode string literals in c
X-SVN-Rev: 263
1999-11-30 23:25:49 +00:00
Markus Scherer
3dce1c03f5 ICU-165 allow algorithmic converters to be used when there is no alias table
X-SVN-Rev: 262
1999-11-30 23:17:48 +00:00
Alan Liu
f7f02c918a ICU-65 Move time zone data to icudata
X-SVN-Rev: 261
1999-11-30 23:05:49 +00:00
Alan Liu
95fdf250fd ICU-166 add _all_ target to MSVC project allinone
X-SVN-Rev: 260
1999-11-30 18:03:15 +00:00
Markus Scherer
3fe3a8ad41 ICU-157 os/390: sizeof(wchar_t)==2
X-SVN-Rev: 259
1999-11-30 17:17:38 +00:00
Vladimir Weinstein
334583c1de ICU-158 reordered the things in makedata.bat
X-SVN-Rev: 258
1999-11-26 19:35:18 +00:00
Steven R. Loomis
9c91314c16 ICU-157 some AIX fixes
X-SVN-Rev: 257
1999-11-24 19:35:20 +00:00
Steven R. Loomis
c41d90475f ICU-158 C style comments
X-SVN-Rev: 256
1999-11-24 19:26:28 +00:00
Markus Scherer
f735bf0572 ICU-157 add some more documentation comments
X-SVN-Rev: 255
1999-11-24 00:39:43 +00:00
Markus Scherer
ce85bd8d0b ICU-157 copy udata.h to the include folder
X-SVN-Rev: 254
1999-11-24 00:38:17 +00:00