Commit Graph

1863 Commits

Author SHA1 Message Date
Vladimir Weinstein
4ad979258e ICU-1752 added test for bug fix [before] implementation. Also updated tests that use internal parsing APIs
X-SVN-Rev: 7902
2002-03-07 19:06:00 +00:00
Alan Liu
e060a452f8 ICU-162 add test for udat_parseCalendar
X-SVN-Rev: 7895
2002-03-06 20:42:32 +00:00
Markus Scherer
ef2283d2ec ICU-1721 make u_charAge() public
X-SVN-Rev: 7876
2002-03-04 01:22:45 +00:00
Yves Arrouye
f5fcc22bbb ICU-1707 check that u_enumCharNames() with U_EXTENDED_CHAR_NAME does
call the callback for each code point. Also, in addition to the checks that
are already made for the other types of names, check that two subsequent
calls pass two consecutive code points, and ensure that no name is empty,
since U_EXTENDE_CHAR_NAME generates a name for every single code point.

X-SVN-Rev: 7872
2002-03-03 05:38:50 +00:00
Steven R. Loomis
8d8c710f16 ICU-837 makefile for unix
X-SVN-Rev: 7850
2002-03-01 23:02:44 +00:00
Steven R. Loomis
d3692c78e0 ICU-837 some updates, compiles on aix
X-SVN-Rev: 7849
2002-03-01 23:00:41 +00:00
George Rhoten
fd856f83f5 ICU-900 Better fix for some compiler warnings.
X-SVN-Rev: 7837
2002-03-01 17:00:29 +00:00
George Rhoten
b30223a76a ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 7836
2002-03-01 03:47:13 +00:00
George Rhoten
fced26d596 ICU-1616 Fix memory leaks in the test, and undo "unicode/locid.h" changes again.
X-SVN-Rev: 7835
2002-03-01 03:46:05 +00:00
George Rhoten
a5539d4e82 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 7834
2002-03-01 03:41:41 +00:00
Ram Viswanadha
ce608af1c0 ICU-1721 update tests
X-SVN-Rev: 7830
2002-03-01 02:24:08 +00:00
Ram Viswanadha
bd419c3703 ICU-1721 update tests
X-SVN-Rev: 7828
2002-03-01 02:04:21 +00:00
George Rhoten
b78f41792a ICU-1126 Make it so that the error line shows up as an error.
X-SVN-Rev: 7824
2002-03-01 01:33:36 +00:00
Andy Heninger
2bbb6a2944 ICU-1126 Updated Break Iterator rules. Title for UTR21 compliance, Word and Line for CJK Extension A
Fix cintltst failure introduced by addition of title break iterators.

X-SVN-Rev: 7822
2002-03-01 00:46:21 +00:00
George Rhoten
2b34d2924e ICU-1733 Integrate some changes from Lotus with Vladimir's consent.
X-SVN-Rev: 7814
2002-02-28 22:16:27 +00:00
Vladimir Weinstein
61faa92f98 ICU-898 C++ tests for the getLocale method for Collator
X-SVN-Rev: 7813
2002-02-28 21:51:25 +00:00
Vladimir Weinstein
b57a64b909 ICU-1735 added setBogus and isBogus APIs
X-SVN-Rev: 7810
2002-02-28 21:32:28 +00:00
Vladimir Weinstein
e28899480a ICU-898 tests for the getLocale method for UCollator
X-SVN-Rev: 7804
2002-02-28 07:21:21 +00:00
Andy Heninger
13e01fb91d ICU-1126 Add title break iterator
X-SVN-Rev: 7801
2002-02-28 01:28:04 +00:00
George Rhoten
71e811b289 ICU-837 Ignore certain files
X-SVN-Rev: 7797
2002-02-27 22:19:53 +00:00
George Rhoten
475e05801c ICU-1732 Add int64_t and uint64_t
X-SVN-Rev: 7796
2002-02-27 21:52:11 +00:00
George Rhoten
036879caf2 ICU-1731 Update ROM -> ROU
X-SVN-Rev: 7793
2002-02-26 23:53:26 +00:00
George Rhoten
a41ce06f7f ICU-882 Remove unused code.
X-SVN-Rev: 7792
2002-02-26 23:36:49 +00:00
George Rhoten
0566195af9 ICU-837 Add some more tests, and fix some errors to ustdio.
X-SVN-Rev: 7791
2002-02-26 21:23:21 +00:00
Alan Liu
a3fb0df20c ICU-1544 add virtual extractBetween() to Replaceable and new UReplaceableCallback member 'extract'
X-SVN-Rev: 7789
2002-02-26 19:00:57 +00:00
Alan Liu
e5a8f1678a ICU-1544 add virtual extractBetween() to Replaceable and new UReplaceableCallback member 'extract'
X-SVN-Rev: 7788
2002-02-26 17:50:59 +00:00
George Rhoten
c1c6ae2e8c ICU-837 Test the lower case "e" for the exponent normally.
X-SVN-Rev: 7784
2002-02-25 22:51:51 +00:00
Markus Scherer
e4c4da7ad9 ICU-1721 test u_charAge()
X-SVN-Rev: 7782
2002-02-25 22:43:38 +00:00
Yves Arrouye
ba127f9b6a ICU-1688 update test.
X-SVN-Rev: 7759
2002-02-25 02:49:07 +00:00
Yves Arrouye
9a83727ef7 ICU-1688 check that we always have the Unicode 1.0 names. (They were on on Windows,
but forgotten on Unix.

X-SVN-Rev: 7754
2002-02-24 23:03:48 +00:00
Yves Arrouye
4d32f54ae5 ICU-1707 fix tests for u_enumCharNames, and adjusted number of chars
to reflect current version of Unicode.

X-SVN-Rev: 7752
2002-02-24 22:36:56 +00:00
Yves Arrouye
b480b89118 ICU-1709 fix check for u_charName() now that some of our test data
have empty names (e.g. surrogates) for some options.

X-SVN-Rev: 7750
2002-02-24 22:16:27 +00:00
Yves Arrouye
504a75e931 ICU-1709 do not tweak the UCD data to mark some control characters
as spacing ones.

X-SVN-Rev: 7749
2002-02-24 21:00:19 +00:00
George Rhoten
3699fd2f22 ICU-837 First shot at fixing up ustdio for better compatibility with stdio.
X-SVN-Rev: 7748
2002-02-23 00:36:00 +00:00
George Rhoten
fb2f039c5b ICU-837 First shot at fixing up ustdio for better compatibility with stdio.
X-SVN-Rev: 7747
2002-02-23 00:34:39 +00:00
Markus Scherer
b24a8e910f ICU-1542 fix indexOf(UChar32 surrogate), lastIndexOf(UChar32 surrogate), u_strchr32(surrogate) to match char32At()/UTF_GET_CHAR()
X-SVN-Rev: 7744
2002-02-22 02:00:42 +00:00
Markus Scherer
b98c5f7dd7 ICU-1126 move case mapping tests to cstrcase.c
X-SVN-Rev: 7736
2002-02-21 18:43:58 +00:00
Markus Scherer
5d7f7dc54b ICU-1126 test u_strToTitle()
X-SVN-Rev: 7735
2002-02-21 18:43:36 +00:00
George Rhoten
c705ca90c5 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 7724
2002-02-20 21:59:36 +00:00
George Rhoten
55b8462dc8 ICU-900 Fixed some compiler warnings
X-SVN-Rev: 7722
2002-02-20 19:47:32 +00:00
George Rhoten
fcb5c405a8 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 7720
2002-02-20 17:49:14 +00:00
George Rhoten
c5d729bdf8 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 7719
2002-02-20 17:36:11 +00:00
George Rhoten
83656c2517 ICU-1627 Make the new directory structure work better with the tests.
X-SVN-Rev: 7702
2002-02-19 02:07:41 +00:00
Eric Mader
5ac3233b2b ICU-1404 fix syntax error in previous fix for this jitterbug
X-SVN-Rev: 7700
2002-02-18 22:07:50 +00:00
George Rhoten
c8fa7d6aec ICU-743 Ignore new stuff based on data rearrange.
X-SVN-Rev: 7682
2002-02-16 00:16:08 +00:00
Yves Arrouye
867a05adb8 ICU-1707 fix test
X-SVN-Rev: 7675
2002-02-15 01:42:58 +00:00
Yves Arrouye
4f4037a4b2 ICU-1616 include locid.h
X-SVN-Rev: 7670
2002-02-14 20:27:20 +00:00
Yves Arrouye
b52105aed5 ICU-1681 check the new features of the Any-Name/Name-Any transliterators
X-SVN-Rev: 7659
2002-02-14 05:46:07 +00:00
Yves Arrouye
348a0c3880 ICU-1707 oops, undo that (fix needed, but wrong jitterbug)
X-SVN-Rev: 7657
2002-02-14 05:40:12 +00:00
Yves Arrouye
43314efea3 ICU-1707 test for the names produced by u_charName() w/ the
U_EXTENDED_CHAR_NAME option.

X-SVN-Rev: 7656
2002-02-14 05:38:53 +00:00
George Rhoten
eba490c4ec ICU-1616 Fix some more of the Locale data
X-SVN-Rev: 7654
2002-02-14 02:27:03 +00:00
Syn Wee Quek
ee5752c14a ICU-1702
getRules() implemented using ucol_getRulesEx().

X-SVN-Rev: 7645
2002-02-13 02:57:21 +00:00
Syn Wee Quek
8b31fa8d51 ICU-1705 Internal collator update supported.
X-SVN-Rev: 7635
2002-02-13 01:01:33 +00:00
George Rhoten
18223f5083 ICU-1616 Fix some more of the Locale differences between countries.
X-SVN-Rev: 7629
2002-02-12 18:42:47 +00:00
George Rhoten
b269dce12c ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 7608
2002-02-08 04:53:41 +00:00
George Rhoten
92e9c4a2eb ICU-1499 Change DateTimeElements from string array -> intvector.
X-SVN-Rev: 7606
2002-02-08 02:48:01 +00:00
George Rhoten
e33da55324 ICU-1499 Change LocaleID from string -> int.
X-SVN-Rev: 7599
2002-02-08 01:08:50 +00:00
Ram Viswanadha
45f30d6ebb ICU-1698 crashes.. fix strlen+1 for null termination
X-SVN-Rev: 7593
2002-02-07 21:47:22 +00:00
Ram Viswanadha
91a68ca546 ICU-1628 fix u_setDataDirecotry in tests
X-SVN-Rev: 7592
2002-02-07 21:36:52 +00:00
Ram Viswanadha
876e5cd929 ICU-1698 fix out of source and insource testdata path
X-SVN-Rev: 7591
2002-02-07 19:37:34 +00:00
Yves Arrouye
4686f26d64 ICU-1681 fix Name-Any and test. Note for Alan: this is just to
stabilize the test until we sort out how to change u_charName and the
Java issue. Whatever the result of this sorting out is, we can then
revert these changes.

X-SVN-Rev: 7590
2002-02-07 07:14:42 +00:00
Alan Liu
47c47a5cd9 ICU-1234 make output side of RBTs object-oriented; rewrite ID parsers and modularize them; implement &Any-Lower() support
X-SVN-Rev: 7582
2002-02-07 01:07:55 +00:00
Yves Arrouye
212b0a808b ICU-1600 do not generate depends for install.
X-SVN-Rev: 7574
2002-02-06 02:08:02 +00:00
Yves Arrouye
3f69cbabfb ICU-1681 fix test for Any-Name and Name-Any. Note that the tests will
fail until jitterbug 1688 is fixed.

X-SVN-Rev: 7573
2002-02-06 02:06:26 +00:00
George Rhoten
616ee23932 ICU-1616 Move the TestLocaleStructure test from crestest to cloctest
X-SVN-Rev: 7571
2002-02-05 23:47:41 +00:00
George Rhoten
ba9864502d ICU-770 Add the repeat option.
X-SVN-Rev: 7566
2002-02-05 17:59:16 +00:00
Steven R. Loomis
ff75f5eacf ICU-1627 fix location of Archive (.dat) file for tests, also fix ICU's name from Classes to Components
X-SVN-Rev: 7554
2002-02-01 21:52:42 +00:00
Ram Viswanadha
2918d7d229 ICU-1627 update data dir when U_TOPBUILDDIR is defined
X-SVN-Rev: 7547
2002-01-31 19:38:26 +00:00
George Rhoten
53d6bdbe2a ICU-1616 Locale data verification.
Remove duplicates.
Fix malformed data.
Add some missing data.
and so on.

X-SVN-Rev: 7530
2002-01-30 06:16:26 +00:00
Vladimir Weinstein
67f5a94e56 ICU-847 more tests for loose match APIs. Still need to do code coverage
X-SVN-Rev: 7529
2002-01-30 06:14:50 +00:00
Ram Viswanadha
7b4ed42d34 ICU-1627 implement fallback for loading data
X-SVN-Rev: 7518
2002-01-29 04:01:49 +00:00
Ram Viswanadha
7ef6ef2d77 ICU-1627 implement fallback for loading data
X-SVN-Rev: 7517
2002-01-29 03:56:11 +00:00
George Rhoten
93ee05a652 ICU-1616 Fix the error message
X-SVN-Rev: 7510
2002-01-25 17:55:50 +00:00
Ram Viswanadha
9f0e696804 ICU-1627 fix paths for out of source builds
X-SVN-Rev: 7503
2002-01-24 23:06:21 +00:00
Ram Viswanadha
e851b5fd86 ICU-1627 fix paths for outofsource builds
X-SVN-Rev: 7502
2002-01-24 23:05:19 +00:00
Vladimir Weinstein
c85bfd56c3 ICU-847 revised API and logic for bound generator. Needs more tests and examples
X-SVN-Rev: 7501
2002-01-24 23:02:02 +00:00
Vladimir Weinstein
eeff1a3772 ICU-1599 fixed safeclonetest - collator should have been instantiated from en_US not the default locale
X-SVN-Rev: 7498
2002-01-24 19:45:08 +00:00
George Rhoten
ad111c240a ICU-1616 Various fixes for locale data
X-SVN-Rev: 7496
2002-01-24 18:54:41 +00:00
Ram Viswanadha
cf2af20035 ICU-1627 Update testdata.mk
X-SVN-Rev: 7495
2002-01-24 18:12:46 +00:00
Yves Arrouye
b72ca14bb5 ICU-1632 Darwin has pthread, but Rhapsody doesn't.
X-SVN-Rev: 7486
2002-01-24 07:51:02 +00:00
Vladimir Weinstein
b497a53be5 ICU-847 Test for upper and lower bound APIs - preliminary version
X-SVN-Rev: 7470
2002-01-21 23:54:58 +00:00
Ram Viswanadha
ab1317f800 ICU-1627 Update paths to find data from new location
X-SVN-Rev: 7466
2002-01-21 21:10:18 +00:00
George Rhoten
4ffd4729dd ICU-1616 Various fixes for locale data
X-SVN-Rev: 7440
2002-01-16 04:33:47 +00:00
George Rhoten
e6dfe4d735 ICU-770 Verify that ICU can be reused after calling u_cleanup
X-SVN-Rev: 7439
2002-01-16 04:33:33 +00:00
George Rhoten
be02bc0060 ICU-1612 Fix SimpleTimeZone::setDSTSavings
X-SVN-Rev: 7437
2002-01-12 01:29:22 +00:00
Markus Scherer
f4190c00c7 ICU-1611 add and test u_enumCharTypes
X-SVN-Rev: 7434
2002-01-12 00:11:09 +00:00
Markus Scherer
75882c9836 ICU-1586 allow UTrieEnumRange to stop the enumeration
X-SVN-Rev: 7433
2002-01-12 00:10:01 +00:00
George Rhoten
b3b7b301d6 ICU-882 Remove old version of setDSTSavings()
X-SVN-Rev: 7432
2002-01-11 23:37:57 +00:00
George Rhoten
9f4578b1cf ICU-882 Remove SCSU
X-SVN-Rev: 7431
2002-01-11 23:34:13 +00:00
Ram Viswanadha
17881f0a1a ICU-1603 API for Unicode signature detection
X-SVN-Rev: 7402
2002-01-08 01:05:57 +00:00
Yves Arrouye
ff552c0fdc ICU-1600 cleaning up of Makefile rules to show more information and less
human-oriented comments. Associated cleaning up of tools to have most
verbose
messages only displayed when verbose options are used.

X-SVN-Rev: 7382
2002-01-04 23:48:46 +00:00
George Rhoten
4cc4f9c7b5 ICU-1008 Do some less static initialization
X-SVN-Rev: 7378
2001-12-28 21:26:53 +00:00
Vladimir Weinstein
ce3c06861d ICU-1599 testing the results of malloc/realloc, preserving status in some operations
X-SVN-Rev: 7375
2001-12-28 20:53:44 +00:00
George Rhoten
df7dbcfa82 ICU-1593 Fix for the case when there are no delimiters found.
X-SVN-Rev: 7372
2001-12-27 00:13:20 +00:00
Yves Arrouye
42b2966822 ICU-1596 treat the ICU data library as any other regular library,
giving it a proper name and versioning scheme, and using rpath as needed too.

X-SVN-Rev: 7366
2001-12-21 20:10:23 +00:00
Vladimir Weinstein
81befd9d61 ICU-1594 collation now uses generalized utrie data structure - test update
X-SVN-Rev: 7353
2001-12-19 07:02:47 +00:00
Vladimir Weinstein
6f9c051e34 ICU-1594 plugging in utrie implementation in collation framework - take 1
X-SVN-Rev: 7351
2001-12-17 22:07:37 +00:00
Markus Scherer
e4b419efb7 ICU-1586 handle non-zero initial values
X-SVN-Rev: 7350
2001-12-16 21:15:09 +00:00
Eric Mader
73509baa23 ICU-1586 add tirietest.o to the list of object
X-SVN-Rev: 7346
2001-12-12 21:51:52 +00:00
Alan Liu
6e4cce25cd ICU-929 add indexOf() and charAt() methods
X-SVN-Rev: 7340
2001-12-11 01:13:33 +00:00