Commit Graph

1154 Commits

Author SHA1 Message Date
Alan Liu
8605327ffc Fix apparent typo
X-SVN-Rev: 1282
2000-04-27 22:17:47 +00:00
Yves Arrouye
e730d995ca ICU-377 set platform to RHAPSODY when appropriate.
X-SVN-Rev: 1281
2000-04-27 22:06:51 +00:00
Yves Arrouye
39eeca6269 ICU-368 always set U_IOSTREAM_SOURCE to 0 before testing, to avoid a potential case where it would be the empty string
X-SVN-Rev: 1279
2000-04-27 21:20:16 +00:00
Yves Arrouye
352e371199 ICU-377 added *-apple-rhapsody* to use the config/mh-rhapsody fragment
X-SVN-Rev: 1278
2000-04-27 21:13:02 +00:00
Vladimir Weinstein
85c29b7a5d ICU-374 testmap port for Win32
X-SVN-Rev: 1273
2000-04-27 18:13:32 +00:00
Alan Liu
057e6f20b9 Fix round trip failures by marking misplaced finals/nonfinals with ^/~
X-SVN-Rev: 1270
2000-04-26 23:25:53 +00:00
Alan Liu
392e27e223 Modify rules to fix round trip failures
X-SVN-Rev: 1268
2000-04-26 21:34:16 +00:00
Alan Liu
17fb1e156d Cleanup
X-SVN-Rev: 1267
2000-04-26 21:22:55 +00:00
Alan Liu
a7adfb1195 Modify handling of small h/k 'i' and 'vu' to allow round trip
X-SVN-Rev: 1266
2000-04-26 21:22:25 +00:00
Eric Mader
1799a86bdb Don't use getDisplayName() to select the display locale 'cause it
may not have gone in the menu that way... set and use selectMe
instead.

X-SVN-Rev: 1265
2000-04-26 19:13:48 +00:00
Eric Mader
44482299e1 Added DemoUtilities.compareLocales for partial matching of locales,
changed calendar demos to use it when building display langauge
menus.

X-SVN-Rev: 1264
2000-04-26 18:40:15 +00:00
Alan Liu
3d98d09a42 Fixed err/errln/logln stuff.
X-SVN-Rev: 1261
2000-04-26 17:39:58 +00:00
Alan Liu
7ae37ad56d Import Mark Davis' round trip test - currently fails!
X-SVN-Rev: 1260
2000-04-26 17:13:17 +00:00
Alan Liu
18003aee55 Create TestLog interface to allow delegation to non subclasses
X-SVN-Rev: 1259
2000-04-26 17:11:52 +00:00
Steven R. Loomis
01dd42d7d0 ICU-374 new test for new setCommonData API
X-SVN-Rev: 1253
2000-04-26 05:07:03 +00:00
Yves Arrouye
ebd22f3413 ICU-368 conditionally use <iostream> (and the std namespace),
<iostream.h>, or no streams at all depending on the value of U_IOSTREAM_SOURCE.

X-SVN-Rev: 1252
2000-04-25 21:33:15 +00:00
Yves Arrouye
5630fb77db ICU-368 do not use C++ streams at all for tests so that they can
run in the lame WebObjects 4 environment.

X-SVN-Rev: 1251
2000-04-25 21:32:10 +00:00
Yves Arrouye
f59e194eab ICU-368 #define U_IOSTREAM_SOURCE to the level of I/O streams support
of the platform (see comment inside headers)

X-SVN-Rev: 1250
2000-04-25 21:20:01 +00:00
Yves Arrouye
978f1cfef5 ICU-368 auto-detection of <iostream>, <iostream.h>, and whether one can resolve an external reference to cout if <iostream.h> is found.
X-SVN-Rev: 1249
2000-04-25 21:18:35 +00:00
Alan Liu
1c73019fa1 Make -v a synonym for -verbose
X-SVN-Rev: 1248
2000-04-25 17:40:11 +00:00
Alan Liu
19a8da8356 Minor parser cleanup.
X-SVN-Rev: 1247
2000-04-25 17:38:00 +00:00
Alan Liu
7e1ccff554 Eliminate ReplaceableString.getBuffer
X-SVN-Rev: 1246
2000-04-25 17:19:34 +00:00
Alan Liu
004aad2638 ICU4J -> icu4j
X-SVN-Rev: 1245
2000-04-25 17:18:28 +00:00
Alan Liu
943b8564c9 Add Replaceable.copy to retain out-of-band info during reordering.
X-SVN-Rev: 1244
2000-04-25 17:17:37 +00:00
Alan Liu
0b9db3eadf Add test for arbitrary length variable values.
X-SVN-Rev: 1243
2000-04-25 01:43:23 +00:00
Alan Liu
7a49adef39 Allow arbitrary length variable values. Clean up Data API. Update javadocs.
X-SVN-Rev: 1242
2000-04-25 01:42:58 +00:00
Alan Liu
cd1cfb9094 Remove unreachable null statement
X-SVN-Rev: 1241
2000-04-25 00:18:51 +00:00
Markus Scherer
117c9b824b ICU-298 jitterbug 130: add support for u_isMirrored() and u_charMirror()
X-SVN-Rev: 1240
2000-04-24 22:44:06 +00:00
Markus Scherer
b091b5e0f2 ICU-298 jitterbug 130: add support for u_isMirrored() and u_charMirror()
X-SVN-Rev: 1239
2000-04-24 22:31:22 +00:00
Alan Liu
d9b4e9ad3d Added RichEdit tests.
X-SVN-Rev: 1238
2000-04-24 21:33:07 +00:00
Alan Liu
457b7786c1 no message
X-SVN-Rev: 1237
2000-04-24 21:11:45 +00:00
Alan Liu
75c7b20231 Moved to new package - now uses FmwkTestTextPanel.
X-SVN-Rev: 1236
2000-04-24 21:11:30 +00:00
Alan Liu
d53240de34 Wraps TestTextPanel for TestFmwk.
X-SVN-Rev: 1235
2000-04-24 21:10:58 +00:00
Alan Liu
3f0c7da3c8 Modified package spec.
X-SVN-Rev: 1234
2000-04-24 20:52:58 +00:00
Yves Arrouye
d614d72b32 ICU-314 fixed use of DESTDIR in install line
X-SVN-Rev: 1233
2000-04-24 20:43:09 +00:00
Alan Liu
1732485c3d Moved to test packages
X-SVN-Rev: 1232
2000-04-24 20:38:00 +00:00
Alan Liu
29a5eb3759 no message
X-SVN-Rev: 1231
2000-04-24 20:37:28 +00:00
Alan Liu
99cee5964d Removed dependency on TestFmwk.
X-SVN-Rev: 1230
2000-04-24 20:28:24 +00:00
Yves Arrouye
322925133b ICU-348 fixed declarations.
X-SVN-Rev: 1229
2000-04-24 20:25:06 +00:00
Yves Arrouye
c879203ab5 ICU-212 change includes and ICUDATADIR definitions to work outside of the source tree
X-SVN-Rev: 1228
2000-04-24 20:20:09 +00:00
Alan Liu
e8bebfd0e8 Added command to add RichEdit docs to RichEdit zip dir.
X-SVN-Rev: 1227
2000-04-24 17:14:39 +00:00
Steven R. Loomis
6883034905 ICU-130 genprops builds on linux
X-SVN-Rev: 1226
2000-04-22 18:35:29 +00:00
Alan Liu
995ca45baa Now posting key event directly to host component.
X-SVN-Rev: 1225
2000-04-22 17:10:10 +00:00
Alan Liu
d7486cddca Added ability to specify file (styled or plain) and insertion text on command line.
X-SVN-Rev: 1224
2000-04-22 17:08:46 +00:00
Steven R. Loomis
1f1373d7ec ICU-130 genprops
X-SVN-Rev: 1223
2000-04-22 17:05:35 +00:00
Steven R. Loomis
b9cfdb24d5 ICU-130 genprops
X-SVN-Rev: 1222
2000-04-22 17:00:28 +00:00
Alan Liu
b367c0063b no message
X-SVN-Rev: 1221
2000-04-22 03:31:34 +00:00
Alan Liu
cc1c0006c6 Made getDocumentFromFile static and public.
X-SVN-Rev: 1220
2000-04-22 03:30:52 +00:00
Alan Liu
2af3ed4269 Add support for cursor positioner '@'
X-SVN-Rev: 1219
2000-04-22 01:29:14 +00:00
Alan Liu
011d1e1344 Add support for cursor positioner '@'; update javadoc
X-SVN-Rev: 1218
2000-04-22 01:25:10 +00:00