Commit Graph

155 Commits

Author SHA1 Message Date
John Fitzpatrick
b4c2715073 Fixed test failure. ClassCastException because the dictionary
name wasn't a URL as expected  by BreakIterator

X-SVN-Rev: 934
2000-03-10 00:20:05 +00:00
John Fitzpatrick
334569110b Updated the name to ICU4J in the JavaDoc
X-SVN-Rev: 932
2000-03-09 18:38:20 +00:00
Alan Liu
0e484c7af7 Add applyPattern overload
X-SVN-Rev: 925
2000-03-09 00:37:19 +00:00
Alan Liu
cbfbc72864 Rename spurious textXxx methods to _textXxx
X-SVN-Rev: 924
2000-03-09 00:22:06 +00:00
Alan Liu
19841ceb74 Comment out debugging printlns
X-SVN-Rev: 923
2000-03-09 00:21:42 +00:00
Alan Liu
c9fd419e20 Construct UnicodeSets making whitespace significant
X-SVN-Rev: 922
2000-03-09 00:08:04 +00:00
Alan Liu
befefaa64c Overwrite with version that passes the tests
X-SVN-Rev: 921
2000-03-09 00:07:16 +00:00
Alan Liu
3c6e2dc125 Construct UnicodeSets making whitespace significant
X-SVN-Rev: 920
2000-03-08 23:56:21 +00:00
Alan Liu
396711af88 Make whitespace ignoring optional for RBBI
X-SVN-Rev: 919
2000-03-08 23:55:34 +00:00
Alan Liu
fbee131420 Remove debugging printlns
X-SVN-Rev: 918
2000-03-08 23:50:19 +00:00
Alan Liu
80a86736aa Fix equals and enhance error checking
X-SVN-Rev: 917
2000-03-08 21:56:41 +00:00
John Fitzpatrick
c787644878 Removed name conflict with BreakIteratorRules_en_US_TEST
used in rbbi tests

X-SVN-Rev: 915
2000-03-07 23:23:39 +00:00
John Fitzpatrick
a5493ca8ef Fixed to work with topleveltest.TestAll. The main function did
initialization that needed to be moved to the constructor.

X-SVN-Rev: 914
2000-03-07 22:54:08 +00:00
John Fitzpatrick
b79ec714b9 fixed compile errors
X-SVN-Rev: 913
2000-03-07 22:11:51 +00:00
John Fitzpatrick
a8a0fd260a Started copyright update
X-SVN-Rev: 912
2000-03-07 22:09:03 +00:00
John Fitzpatrick
c676f9996c initial checkin
X-SVN-Rev: 911
2000-03-07 19:18:04 +00:00
John Fitzpatrick
adf90ac2dc Fixed for JDK1.3 compatibility - DateFormat.getDateTimeInstance
no longer took -1 as a style.

X-SVN-Rev: 896
2000-03-06 22:44:44 +00:00
John Fitzpatrick
fe7cc000bd Changed RuleBasedBreakIterator package to rbbi
X-SVN-Rev: 883
2000-03-02 01:35:55 +00:00
John Fitzpatrick
1fe2cd9753 No longer make Chinese calendar resources
X-SVN-Rev: 882
2000-03-02 01:29:15 +00:00
John Fitzpatrick
19848c7c2f Problem with creating the classes directory fixed
X-SVN-Rev: 881
2000-03-02 01:28:03 +00:00
John Fitzpatrick
db6605a3c1 No longer need to include decimal.jar and decimal1.jar in the
classpath.

X-SVN-Rev: 880
2000-03-02 01:04:42 +00:00
John Fitzpatrick
f0a452ef9d NumberFormat.java fell victim to ^Ms
X-SVN-Rev: 879
2000-03-02 01:01:04 +00:00
John Fitzpatrick
b8c5e71817 Change name of RuleBasedBreakIterator directory to rbbi
X-SVN-Rev: 878
2000-03-02 00:39:50 +00:00
John Fitzpatrick
6c04fa20a6 No longer include com.ibm.math.BigDecimal support
X-SVN-Rev: 877
2000-03-01 23:48:11 +00:00
John Fitzpatrick
27a4494f9e initial checkin
X-SVN-Rev: 876
2000-03-01 18:32:32 +00:00
John Fitzpatrick
08009dd620 Added calendar tests to make file
X-SVN-Rev: 875
2000-03-01 17:31:30 +00:00
John Fitzpatrick
1a5ff471ff Added code so FormatHelper didn't throw ClassCastExcepions.
It can get both the java.text and the com.ibm.text versions
of SimpleDateFormat but did not distinguish between the two.

X-SVN-Rev: 874
2000-03-01 17:31:17 +00:00
John Fitzpatrick
95cf4d48cb Fixed ClassCastExceptions. The code confused
java.text.SimpleDateFormat and com.ibm.text.SimpleDateFormat
and it caused casting problems.

X-SVN-Rev: 872
2000-03-01 17:25:22 +00:00
John Fitzpatrick
61fdf8bb2a Remove Chinese calendar
X-SVN-Rev: 871
2000-03-01 01:57:00 +00:00
John Fitzpatrick
be26231e9a Cleaned import statements
X-SVN-Rev: 870
2000-03-01 01:34:13 +00:00
John Fitzpatrick
737235ac01 Cleaned import statements
X-SVN-Rev: 869
2000-03-01 01:34:12 +00:00
John Fitzpatrick
bf42bd1572 Fixed bad package name in make file
X-SVN-Rev: 867
2000-02-29 19:51:41 +00:00
John Fitzpatrick
db6d551cda Fixed make file to correctly copy dictionary files. For some reason it
wasn't doing a proper symbol substitution and was grabbing files
from the classes/ directory instead of the /src directory

X-SVN-Rev: 863
2000-02-29 18:16:23 +00:00
Alan Liu
abb7947b06 Fix off by one error
X-SVN-Rev: 861
2000-02-29 01:19:02 +00:00
John Fitzpatrick
cbe883535b initial checkin
X-SVN-Rev: 860
2000-02-28 18:04:30 +00:00
John Fitzpatrick
a01bfa4832 Changed the default data file src/data/unicode/UnicodeData.txt
X-SVN-Rev: 859
2000-02-28 04:14:47 +00:00
John Fitzpatrick
ae768ebd30 Removed some debug print statements
X-SVN-Rev: 858
2000-02-28 04:11:56 +00:00
John Fitzpatrick
b51f59177a Cleaned up some of the imports
X-SVN-Rev: 857
2000-02-28 04:09:23 +00:00
John Fitzpatrick
4b4c8dbf6c Modified dictionary rules to always install dictionaries in the
com/ibm/text/resources directory.

X-SVN-Rev: 856
2000-02-28 04:07:52 +00:00
John Fitzpatrick
3df9f41d3e Added english dictionary file
X-SVN-Rev: 855
2000-02-28 04:04:49 +00:00
John Fitzpatrick
8b76b96b29 Needed for test
X-SVN-Rev: 854
2000-02-28 01:27:47 +00:00
John Fitzpatrick
5e2912446e Removed ChineseDateFormat stuff because the Chinese
calendar doesn't work.

X-SVN-Rev: 853
2000-02-28 01:10:41 +00:00
John Fitzpatrick
f2ab64247f Removed FooTest
X-SVN-Rev: 852
2000-02-28 01:03:14 +00:00
John Fitzpatrick
a70b0649f1 Removed xUtility.java
X-SVN-Rev: 851
2000-02-28 00:54:58 +00:00
John Fitzpatrick
ce5a19c69f initial checkin
X-SVN-Rev: 850
2000-02-28 00:47:29 +00:00
John Fitzpatrick
f9b3933cdc misc
X-SVN-Rev: 849
2000-02-27 06:24:34 +00:00
John Fitzpatrick
254a78e5c9 Fixed (cough) test failure
X-SVN-Rev: 848
2000-02-27 05:56:09 +00:00
John Fitzpatrick
0d93fe3f55 Corrected test failures
X-SVN-Rev: 847
2000-02-27 04:40:32 +00:00
John Fitzpatrick
ca2cd2be68 Test now defaults to using data in ../src/data/unicode/UnicodeData.txt
X-SVN-Rev: 846
2000-02-26 23:30:48 +00:00
John Fitzpatrick
545b377a6f Fixed bad test data in com.ibm.test.normalizer.BasicTest
X-SVN-Rev: 845
2000-02-26 23:19:25 +00:00