Commit Graph

2269 Commits

Author SHA1 Message Date
George Rhoten
77706b9043 ICU-5254 Fix for MinGW
X-SVN-Rev: 20067
2006-08-15 07:30:31 +00:00
Andy Heninger
ba117fc5a8 ICU-5276 Sentence Break Rule updates for Japanese Voicing Marks change.
X-SVN-Rev: 20042
2006-08-11 21:01:07 +00:00
Andy Heninger
09e3cfac5d ICU-5276 update rbbi tests for treating Japanese Half Width voicing marks as Extend.
X-SVN-Rev: 20038
2006-08-11 19:38:49 +00:00
Eric Mader
c292eb5da0 ICU-5314 Clean up UTF-16, UTF-32 detectors, UTF-16 test.
X-SVN-Rev: 20035
2006-08-11 18:55:15 +00:00
George Rhoten
154f34dbf2 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 20028
2006-08-11 04:05:04 +00:00
George Rhoten
06ab467b86 ICU-5161 Fix some memory leaks.
X-SVN-Rev: 20026
2006-08-11 02:48:23 +00:00
Andy Heninger
4ce961aa13 ICU-4669 Add tests for UText CharacterIterator provider, and fix errors uncovered by them.
X-SVN-Rev: 20016
2006-08-10 05:28:32 +00:00
Ram Viswanadha
40bba85d33 ICU-5201 add test case
X-SVN-Rev: 20014
2006-08-09 22:16:47 +00:00
George Rhoten
8c86161250 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 19990
2006-08-07 06:55:30 +00:00
George Rhoten
9bcf354c65 ICU-4881 Temporarily disable the TestAliasedNames test
X-SVN-Rev: 19978
2006-08-04 23:59:45 +00:00
Steven R. Loomis
0a7a3a1eba ICU-4985 disable rounding, when we test with 999 digits after the decimal point (exhaustive fix)
X-SVN-Rev: 19977
2006-08-04 23:21:04 +00:00
George Rhoten
77d118a8a5 ICU-5282 Don't test for UCONFIG_NO_CONVERSION. It shouldn't normally work.
X-SVN-Rev: 19963
2006-08-02 22:29:50 +00:00
George Rhoten
aaab30d9f4 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 19924
2006-07-29 01:08:10 +00:00
Eric Mader
87731aeae7 ICU-5282 Fix problems found by uconfigtest.
X-SVN-Rev: 19922
2006-07-28 22:58:29 +00:00
George Rhoten
d6e59fa634 ICU-5032 Increase code coverage
X-SVN-Rev: 19917
2006-07-28 19:35:12 +00:00
George Rhoten
d9d4065306 ICU-5161 Never use C++ static initialization.
X-SVN-Rev: 19916
2006-07-28 19:33:44 +00:00
George Rhoten
8132ccec88 ICU-4881 Fix version test
X-SVN-Rev: 19894
2006-07-25 23:02:40 +00:00
George Rhoten
b1b20ec190 ICU-4707 Fix some compiler warnings
X-SVN-Rev: 19890
2006-07-25 05:31:24 +00:00
Steven R. Loomis
2b2ceca58a ICU-5274 remove the log10 code completely
X-SVN-Rev: 19880
2006-07-24 18:02:38 +00:00
Steven R. Loomis
f0b3b7f44a ICU-5274 move uprv_log10 to test code
X-SVN-Rev: 19877
2006-07-21 22:16:30 +00:00
Steven R. Loomis
83c6d252dc ICU-5270 don't crash when no data present
X-SVN-Rev: 19876
2006-07-21 22:01:55 +00:00
Steven R. Loomis
b35f1db1ce ICU-5270 A better way to handle missing data in tests
X-SVN-Rev: 19865
2006-07-20 18:37:21 +00:00
Steven R. Loomis
bd17f854bc ICU-5270 Don\'t set name to empty..creates gaps in the failure list.
X-SVN-Rev: 19864
2006-07-20 18:36:38 +00:00
George Rhoten
d49dcbdc56 ICU-5161 Don't create a verbose log message when not in verbose mode and NaN is being tested.
This fixes a Purify warning.

X-SVN-Rev: 19855
2006-07-18 22:18:09 +00:00
Eric Mader
e933e38b2d ICU-5267 DateFormatSymbols::getZoneType() needs to check for empty strings.
X-SVN-Rev: 19854
2006-07-18 22:14:29 +00:00
Eric Mader
58de79fd9f ICU-5241 Add getQuarters / setQuarters, and tests.
X-SVN-Rev: 19831
2006-07-12 23:21:02 +00:00
Ram Viswanadha
b4504a450f ICU-5247 update data
X-SVN-Rev: 19830
2006-07-12 00:29:30 +00:00
Steven R. Loomis
9a23edcce0 ICU-5258 fix GenericTime failures, sync with java
X-SVN-Rev: 19826
2006-07-11 22:47:56 +00:00
George Rhoten
c542aac188 ICU-5247 Fix exhaustive testing and the CLDR addition of v (generic timezone) to the pattern characters.
X-SVN-Rev: 19824
2006-07-11 20:12:31 +00:00
George Rhoten
f57dcd6274 ICU-4881 Move timebomb failures
X-SVN-Rev: 19818
2006-07-11 00:17:19 +00:00
Andy Heninger
86f905c2eb ICU-4669 UText optimized UTF-8 provider
X-SVN-Rev: 19808
2006-07-10 05:03:54 +00:00
George Rhoten
9829f93dbf ICU-5117 Now that Thai works differently, make sure this test passes in exhaustive mode.
X-SVN-Rev: 19805
2006-07-07 21:27:59 +00:00
Markus Scherer
6264fe3f47 ICU-5188 allow empty substitution string
X-SVN-Rev: 19791
2006-07-06 06:19:23 +00:00
George Rhoten
93bef44b15 ICU-5254 This is a fix for the Intel compiler.
Maybe something was wrong with all the UnicodeString temporary objects.
Also don't use U_ASSERT in test code, which stops execution of all the tests.

X-SVN-Rev: 19790
2006-07-06 01:50:03 +00:00
Markus Scherer
8e5f03bcd1 ICU-5188 add ucnv_setSubstString()
X-SVN-Rev: 19789
2006-07-05 23:08:50 +00:00
George Rhoten
14289dfe22 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 19783
2006-07-03 07:40:30 +00:00
Eric Mader
27c7ccf73b ICU-5247 Change timebomb to ICU 3.7 - localPatternChars is deprecated in CLDR and won't be updated.
X-SVN-Rev: 19777
2006-06-28 19:21:43 +00:00
George Rhoten
49e8d0adc6 ICU-5092 Fix for i5/OS
X-SVN-Rev: 19765
2006-06-26 23:54:39 +00:00
Eric Mader
88067a2bd1 ICU-5247 Fix unicode escapes in French names.
X-SVN-Rev: 19764
2006-06-26 22:41:29 +00:00
George Rhoten
bf0bfd8bf0 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 19763
2006-06-26 19:01:38 +00:00
Eric Mader
1fcd76ec02 ICU-5241 Initial checkin of Quarters, narrow month, day names.
X-SVN-Rev: 19762
2006-06-26 17:51:25 +00:00
George Rhoten
2ac36e914a ICU-4707 Fix some compiler warnings
X-SVN-Rev: 19760
2006-06-26 16:47:37 +00:00
Andy Heninger
67d7810da1 ICU-5242 unicode 5.0 rbbi rules update
X-SVN-Rev: 19758
2006-06-26 04:54:00 +00:00
Ram Viswanadha
55df551f1c ICU-5247 update data from CLDR 1.4 beta
X-SVN-Rev: 19756
2006-06-23 16:36:46 +00:00
Ram Viswanadha
29182d9041 ICU-5247 update data from CLDR 1.4 beta
X-SVN-Rev: 19755
2006-06-23 16:31:07 +00:00
George Rhoten
27171584fb ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 19754
2006-06-23 01:39:17 +00:00
Andy Heninger
98ca8c6c8b ICU-5242 sentence break monkey test updates
X-SVN-Rev: 19751
2006-06-23 01:10:22 +00:00
Andy Heninger
58f987f511 ICU-5242 break rule updates for Unicode 5.0
X-SVN-Rev: 19747
2006-06-22 01:10:54 +00:00
Vladimir Weinstein
9662753980 ICU-5231 Update UCA 5.0 version values
X-SVN-Rev: 19729
2006-06-16 05:46:38 +00:00
Vladimir Weinstein
29d93b9c92 ICU-5231 More robust reading of UCA test file for threading test
X-SVN-Rev: 19728
2006-06-16 05:45:50 +00:00
Markus Scherer
54dea95f46 ICU-5084 Unicode 5.0 beta (d16)
X-SVN-Rev: 19717
2006-06-13 23:14:38 +00:00
George Rhoten
3a91be6e8a ICU-5032 Improve code coverage
X-SVN-Rev: 19693
2006-06-07 22:28:24 +00:00
George Rhoten
a0f982aa38 ICU-5092 Allow tests to finish when QIBM_MULTI_THREADED=Y is not defined.
X-SVN-Rev: 19677
2006-05-28 20:51:47 +00:00
George Rhoten
f599e79f74 ICU-4707 Fix some compiler warnings
X-SVN-Rev: 19662
2006-05-26 06:04:01 +00:00
George Rhoten
7e94299ca4 ICU-5196 Don't divide by zero.
X-SVN-Rev: 19648
2006-05-24 00:00:46 +00:00
Andy Heninger
5d834f6c4a ICU-4669 UText previous index, inline native index
X-SVN-Rev: 19647
2006-05-23 22:52:58 +00:00
George Rhoten
09999a3f5e ICU-4707 Fix some compiler warnings
X-SVN-Rev: 19638
2006-05-22 05:46:55 +00:00
George Rhoten
e67193f2dc ICU-5196 Don't divide by zero.
X-SVN-Rev: 19631
2006-05-21 17:58:29 +00:00
Eric Mader
79df33682b ICU-5196 Skip Windows locales that don't have a corresponding ICU locale ID. Generate random doubles as the quotient of two int64_ts.
X-SVN-Rev: 19619
2006-05-05 23:21:23 +00:00
Deborah Goldsmith
eac56d17c4 ICU-4985 Fix another problem with test in debug mode
X-SVN-Rev: 19610
2006-05-05 01:01:36 +00:00
Deborah Goldsmith
7becf109fd ICU-4985 Fix problem with test in debug mode
X-SVN-Rev: 19609
2006-05-05 00:52:58 +00:00
Deborah Goldsmith
de8c6c14f3 ICU-4985 currency rounding/fractions no longer ignored
X-SVN-Rev: 19604
2006-05-03 00:00:34 +00:00
Andy Heninger
2134fb7aac ICU-5170 compiler warning cleanup
X-SVN-Rev: 19596
2006-04-26 04:01:00 +00:00
Andy Heninger
02503e08f4 ICU-5170 RBBI Dictionary test, moved stack objects to heap so Purify can better
check for out-of-bounds writes.  In search of an elusive error.

X-SVN-Rev: 19581
2006-04-24 17:31:44 +00:00
Andy Heninger
9f85d5dd08 ICU-5170 move RBBI from CharacterIterator to UText
X-SVN-Rev: 19579
2006-04-22 05:29:27 +00:00
Ram Viswanadha
bbbee77fe0 ICU-4855 synch data with CLDR
X-SVN-Rev: 19572
2006-04-21 01:18:35 +00:00
Deborah Goldsmith
225d629326 ICU-5163 Restore const void * constructor, improve test coverage
X-SVN-Rev: 19563
2006-04-18 22:49:08 +00:00
George Rhoten
689ac9f998 ICU-5161 Fix a memory leak.
X-SVN-Rev: 19558
2006-04-17 07:37:21 +00:00
George Rhoten
69dc11a58d ICU-5161 Fix a memory leak.
X-SVN-Rev: 19557
2006-04-17 05:06:11 +00:00
George Rhoten
57206e7d3c ICU-5161 Fix memory leaks.
X-SVN-Rev: 19556
2006-04-16 18:11:12 +00:00
George Rhoten
7e6b69156d ICU-5161 Properly delete memory, and make sure there is enough space to unescape a string.
X-SVN-Rev: 19555
2006-04-16 17:28:00 +00:00
George Rhoten
8530362290 ICU-5161 Properly delete the memory.
X-SVN-Rev: 19550
2006-04-15 07:35:05 +00:00
George Rhoten
573f662749 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 19546
2006-04-14 16:20:02 +00:00
Eric Mader
8927afbf4b ICU-5153 Make sure the string passed to GetNumberFormatW, GetCurrencyFormatW has "." as the decimal separator.
X-SVN-Rev: 19542
2006-04-13 23:48:32 +00:00
George Rhoten
cbac1432df ICU-4873 Fix Solaris warning and z/OS error.
X-SVN-Rev: 19522
2006-04-07 07:43:27 +00:00
Ram Viswanadha
ea4cd7f0fa ICU-5084 add timebombs for tests
X-SVN-Rev: 19519
2006-04-04 23:23:05 +00:00
George Rhoten
b29549eef4 ICU-5143 Make sure that proper ownership rules of the RuleBasedCollator are followed.
Do deep copying where needed.
Don't dereference NULL on failure to create rule string.
Initialize all member variables.
Consolidate copy and pasted code.

X-SVN-Rev: 19509
2006-04-02 19:07:50 +00:00
Andy Heninger
f47dea2b53 ICU-4873 UText with surrogates spanning chunk boundaries.
X-SVN-Rev: 19498
2006-03-31 02:11:39 +00:00
Deborah Goldsmith
aa8de78f26 ICU-5136 Add test of MutableTrieDictionary and CompactTrieDictionary
X-SVN-Rev: 19473
2006-03-29 23:33:02 +00:00
George Rhoten
88420fdecf ICU-5032 Fix a typo from the last checkin
X-SVN-Rev: 19469
2006-03-29 00:59:28 +00:00
George Rhoten
7aa9c4c444 ICU-5032 Increase code coverage.
X-SVN-Rev: 19467
2006-03-29 00:19:28 +00:00
George Rhoten
9b74d98d49 ICU-4707 Fix some compiler warnings
X-SVN-Rev: 19461
2006-03-28 07:25:09 +00:00
George Rhoten
2d662cf06c ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 19447
2006-03-26 01:09:16 +00:00
George Rhoten
401f909a49 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 19445
2006-03-26 00:32:27 +00:00
George Rhoten
467aa116a5 ICU-5032 Increase code coverage.
X-SVN-Rev: 19429
2006-03-24 23:12:30 +00:00
George Rhoten
240c50c633 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 19416
2006-03-23 04:21:33 +00:00
George Rhoten
a65f7a1ab1 ICU-4707 Fix some compiler warnings
X-SVN-Rev: 19414
2006-03-23 04:09:01 +00:00
George Rhoten
ffaad4ccaa ICU-4707 Fix some compiler warnings
X-SVN-Rev: 19413
2006-03-23 03:57:20 +00:00
Deborah Goldsmith
490cb834fa ICU-5117 Thai break should work in all locales
X-SVN-Rev: 19408
2006-03-23 00:54:12 +00:00
Markus Scherer
28804eff03 ICU-5084 NFSkippable sets for Unicode 5.0
X-SVN-Rev: 19371
2006-03-17 23:24:15 +00:00
Markus Scherer
f14b733772 ICU-5084 Unicode 5 moves Grapheme_Link around between properties files
X-SVN-Rev: 19369
2006-03-17 22:07:05 +00:00
George Rhoten
f68b52650f ICU-4707 Fix some compiler warnings by merging some code.
X-SVN-Rev: 19332
2006-03-06 08:23:20 +00:00
George Rhoten
286c5c0051 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 19311
2006-03-02 03:45:55 +00:00
Andy Heninger
cfd5650611 ICU-4699 add Freeze to UText
X-SVN-Rev: 19197
2006-02-17 02:16:01 +00:00
George Rhoten
0f50705ce8 ICU-5044 ICU 3.4.0 incorrectly missed tagging idna_conf.txt, and this test silently failed.
This change fixes the error reporting.

X-SVN-Rev: 19168
2006-02-15 19:59:00 +00:00
Eric Mader
ba21b7880e ICU-4639 Add Big5, use sorted mbcs statistics, increase coverage.
X-SVN-Rev: 19152
2006-02-13 20:47:36 +00:00
Eric Mader
ee7482efd7 ICU-4639 Initial version of C test. Clean up error messages.
X-SVN-Rev: 19137
2006-02-10 23:49:09 +00:00
Steven R. Loomis
e9971936a5 ICU-5013 improved test
X-SVN-Rev: 19131
2006-02-10 03:05:14 +00:00
Steven R. Loomis
877be1db38 ICU-5015 olson 2006 update
X-SVN-Rev: 19130
2006-02-10 03:03:19 +00:00
Eric Mader
959633d24c ICU-4639 Remove static constants from headers, fix overflow in confidence calculation in match_mbcs.
X-SVN-Rev: 19122
2006-02-09 21:13:01 +00:00
George Rhoten
2a111fef69 ICU-5032 Increase code coverage numbers
X-SVN-Rev: 19097
2006-02-08 19:43:00 +00:00
Eric Mader
cb69e53d8d ICU-4639 Cleanup, more error checking.
X-SVN-Rev: 19086
2006-02-07 21:59:16 +00:00
Eric Mader
26d4c114f0 ICU-4639 Add more information to some error messages; add debugging code.
X-SVN-Rev: 19079
2006-02-07 19:12:43 +00:00
George Rhoten
8bb51a8617 ICU-5029 Fix some memory problems
X-SVN-Rev: 19070
2006-02-06 18:21:06 +00:00
Eric Mader
b452ca48e6 ICU-4639 Initial checkin of C port of CharsetDetection.
X-SVN-Rev: 19069
2006-02-06 18:03:11 +00:00
Eric Mader
4ab8eb96d1 ICU-5029 Fix Purify warning about NaN arguments to wsprintf.
X-SVN-Rev: 19064
2006-02-04 02:09:01 +00:00
George Rhoten
bc57e25023 ICU-5008 Don't use @internal API.
X-SVN-Rev: 19055
2006-02-02 04:37:15 +00:00
George Rhoten
29a5a105d0 ICU-4576 Based on the review of changes, stdio.h shouldn't be included.
X-SVN-Rev: 19052
2006-02-01 19:50:43 +00:00
Andy Heninger
64e16dfb5e ICU-4152 UnicodeSetIterator::getString() works with code points
X-SVN-Rev: 19028
2006-01-27 00:24:30 +00:00
Eric Mader
ae8baeb57d ICU-4152 Use TimeZone::getEquivalentID to handle aliases.
X-SVN-Rev: 19020
2006-01-24 22:16:39 +00:00
George Rhoten
1ca7be87a4 ICU-4869 Fixes for z/OS Authorized LE. Output fewer errors when data can't be loaded.
X-SVN-Rev: 19018
2006-01-24 17:57:33 +00:00
Eric Mader
bfd3e8b331 ICU-4152 Initial checkin of tests. Aslo bug fixes for bugs that the tests found!
X-SVN-Rev: 19017
2006-01-23 23:45:12 +00:00
Eric Mader
ed5ad9b463 ICU-4152 Initial checkin of tests. Aslo bug fixes for bugs that the tests found!
X-SVN-Rev: 19016
2006-01-23 23:25:00 +00:00
George Rhoten
f9397a445c ICU-3085 Change ICU to use the /Zc:wchar_t option.
X-SVN-Rev: 18994
2006-01-17 21:12:17 +00:00
George Rhoten
6f89e4da39 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 18979
2006-01-13 21:26:58 +00:00
Ram Viswanadha
0bdf064c1d ICU-3832 Add support for monetary grouping separator
X-SVN-Rev: 18960
2006-01-09 23:03:31 +00:00
Andy Heninger
e6b05fd11e ICU-4152 UnicodeSetIterator::getString() works with code points
X-SVN-Rev: 18958
2006-01-07 01:35:28 +00:00
Ram Viswanadha
6a9942d925 ICU-4450 update the data with Mark's config
X-SVN-Rev: 18927
2005-12-27 22:23:05 +00:00
Ram Viswanadha
469ce0aa21 ICU-4235 fix failures on multiple platforms
X-SVN-Rev: 18908
2005-12-15 22:19:29 +00:00
Ram Viswanadha
a19e0c9c4a ICU-4235 update with comments from Mark
X-SVN-Rev: 18906
2005-12-15 06:12:04 +00:00
Ram Viswanadha
f3a6abd079 ICU-4235 update with comments from Mark
X-SVN-Rev: 18905
2005-12-15 04:09:09 +00:00
George Rhoten
d0559ac03c ICU-4948 Make the makefiles easier to compare against each other
X-SVN-Rev: 18852
2005-12-02 10:21:39 +00:00
George Rhoten
a217bc8e9c ICU-4885 ISO-639 added rup
X-SVN-Rev: 18849
2005-12-01 23:42:21 +00:00
Ram Viswanadha
b70227e2c7 ICU-4741 make compare functions for Hashtable and StringEnumeration general
X-SVN-Rev: 18788
2005-11-11 19:23:09 +00:00
John Emmons
23a8fbcbfe ICU-4916 add tests for setMonths/Weekdays(FORMAT,WIDE/ABBREVIATED)
X-SVN-Rev: 18780
2005-11-09 17:57:53 +00:00
George Rhoten
f422341fb9 ICU-4912 Fix for Windows.
X-SVN-Rev: 18775
2005-11-08 10:52:59 +00:00
George Rhoten
fb3cac4a83 ICU-4912 Undo last change
X-SVN-Rev: 18766
2005-11-07 22:25:05 +00:00
Ram Viswanadha
caafcceb8f ICU-4912 synchronize with ICU4J
X-SVN-Rev: 18758
2005-11-04 21:57:24 +00:00
Andy Heninger
511637f54a ICU-4669 UText refactoring & 64 bit changes.
X-SVN-Rev: 18726
2005-10-28 00:01:18 +00:00
George Rhoten
a9a7739272 ICU-4881 Hit the snooze alarm to go off at ICU 3.6 version change.
X-SVN-Rev: 18719
2005-10-26 18:21:09 +00:00
John Emmons
86c1e8d7dd ICU-4643 Add tests for setting narrow/standalone months/weekdays
X-SVN-Rev: 18701
2005-10-19 17:54:28 +00:00
George Rhoten
0635705316 ICU-4881 Hit the snooze alarm on the time bomb.
X-SVN-Rev: 18690
2005-10-17 22:20:13 +00:00
George Rhoten
5221d3bad4 ICU-4881 Update version number to 3.5.
X-SVN-Rev: 18689
2005-10-17 22:11:34 +00:00
George Rhoten
440b3d8007 ICU-4235 Temporarily disable this test until it can be fixed.
X-SVN-Rev: 18683
2005-10-14 21:19:22 +00:00
George Rhoten
25b0e41aac ICU-4872 Fix broken URLs
X-SVN-Rev: 18677
2005-10-14 01:09:29 +00:00
George Rhoten
f021805fde ICU-4855 Update ISO-639 list
X-SVN-Rev: 18617
2005-09-30 22:53:04 +00:00
Andy Heninger
6390a76fe2 ICU-4855 rbbi Line Break, handle unpaired surrogates as AL
X-SVN-Rev: 18596
2005-09-28 04:57:25 +00:00
Andy Heninger
9a954ce8d6 ICU-4269 fix some compiler warnings
X-SVN-Rev: 18595
2005-09-27 21:26:08 +00:00
Andy Heninger
f4c3b75a4d ICU-4269 Tweak sentence break rules; fix rbbi UText problem.
X-SVN-Rev: 18591
2005-09-27 18:21:18 +00:00
Andy Heninger
6286b7d531 ICU-4269 temporarily disable utext test, until severe test failures are fixed.
X-SVN-Rev: 18590
2005-09-27 17:12:35 +00:00
Andy Heninger
3b26cf3000 ICU-4269 Add a sentence break monkey test
X-SVN-Rev: 18588
2005-09-26 23:58:54 +00:00
George Rhoten
08c10e4c84 ICU-4707 Fix some compiler warnings
X-SVN-Rev: 18583
2005-09-26 06:29:11 +00:00
George Rhoten
fd19363ceb ICU-4714 Properly canonicalize serbian locales.
X-SVN-Rev: 18578
2005-09-23 21:00:41 +00:00
George Rhoten
64207de80c ICU-4827 Fixes for Visual Studio .NET 2005 beta 2
X-SVN-Rev: 18536
2005-09-16 18:09:08 +00:00
Andy Heninger
d733d65d28 ICU-4269 rbbi sentence break monkey test & rule updates. Work in in progress, sentence breaks not in good shape now.
X-SVN-Rev: 18534
2005-09-15 23:23:24 +00:00
Steven R. Loomis
62325bf1f4 ICU-4347 back out minmax test
X-SVN-Rev: 18530
2005-09-15 16:28:27 +00:00
George Rhoten
527679aa9c ICU-4347 Fix compiler warning
X-SVN-Rev: 18520
2005-09-14 19:07:03 +00:00
Andy Heninger
d51e8e8a35 ICU-4766 rbbi word rules & tests updated for Unicode 4.1 handling of trailing format chars
X-SVN-Rev: 18510
2005-09-10 03:52:54 +00:00
Andy Heninger
959dd53756 ICU-4741 fix compiler error on Linux
X-SVN-Rev: 18485
2005-09-01 18:07:52 +00:00
Ram Viswanadha
f9555fcca8 ICU-4741 changes for zoneStrings access
X-SVN-Rev: 18474
2005-08-26 21:55:55 +00:00