Commit Graph

2764 Commits

Author SHA1 Message Date
Andy Heninger
702663805e ICU-2787 Locale setDefault(), fix failing test - name too long.
X-SVN-Rev: 11875
2003-05-09 22:15:25 +00:00
Alan Liu
ec2fad40f1 ICU-2874 fix parsing of [^-b]
X-SVN-Rev: 11871
2003-05-09 21:01:57 +00:00
George Rhoten
4415b1122a ICU-2039 Export uprv_convertToLCID and uprv_convertToPosix so that MSVC and PureCoverage don't crash.
X-SVN-Rev: 11870
2003-05-09 20:46:41 +00:00
Vladimir Weinstein
12929b76f3 ICU-2546 more tests for mergeSortKeys
X-SVN-Rev: 11868
2003-05-09 20:10:44 +00:00
Alan Liu
9b20bed1a3 ICU-2792 fix anomalous behavior when adding across a DST boundary
X-SVN-Rev: 11866
2003-05-09 19:13:59 +00:00
Markus Scherer
46f091ab0d ICU-2439 fix test to work with short Asian language names
X-SVN-Rev: 11863
2003-05-09 18:22:40 +00:00
Andy Heninger
efc59e36a9 ICU-2411 Regexp, support for \x hex escapes in patterns added.
X-SVN-Rev: 11862
2003-05-09 16:55:08 +00:00
Alan Liu
800f4020cb ICU-2804 add UnicodeString test for \x{...}
X-SVN-Rev: 11861
2003-05-09 16:15:49 +00:00
Alan Liu
4e449ef99e ICU-2804 implement \x{...}
X-SVN-Rev: 11857
2003-05-09 00:22:25 +00:00
Vladimir Weinstein
d67ed71487 ICU-2755 delete another collator after test
X-SVN-Rev: 11854
2003-05-08 23:52:40 +00:00
George Rhoten
84748ccb8d ICU-2039 Add more tests of filestrm.h
X-SVN-Rev: 11853
2003-05-08 23:49:35 +00:00
Doug Felt
a42d3a8d55 ICU-2755 delete collator in test
X-SVN-Rev: 11850
2003-05-08 23:34:14 +00:00
George Rhoten
9dc37beb84 ICU-2039 Add a special hard to find test case when decimal format symbols are requested from a locale that causes the ures_* API to fail.
X-SVN-Rev: 11848
2003-05-08 23:17:49 +00:00
Doug Felt
f4621a6bce ICU-2755 remove second const in const US * const
X-SVN-Rev: 11847
2003-05-08 22:41:26 +00:00
George Rhoten
926c61acaf ICU-2729 Fix a memory leak
X-SVN-Rev: 11827
2003-05-07 01:22:34 +00:00
Ram Viswanadha
5219cb8a3b ICU-2194 add disclaimer and licence copied from RFC. No code change
X-SVN-Rev: 11817
2003-05-06 20:56:38 +00:00
George Rhoten
97a32dd6b1 ICU-2755 Fix for Solaris
X-SVN-Rev: 11816
2003-05-06 20:37:31 +00:00
Vladimir Weinstein
39bc6bf522 ICU-2364 Don't need to preflight safeClone anymore
X-SVN-Rev: 11811
2003-05-06 07:30:02 +00:00
Markus Scherer
e5383df00f ICU-2860 add UCONFIG_NO_NORMALIZATION and UCONFIG_NO_IDNA
X-SVN-Rev: 11809
2003-05-06 01:37:52 +00:00
Markus Scherer
9a4e0e4af2 ICU-2860 add UCONFIG_NO_NORMALIZATION and UCONFIG_NO_IDNA
X-SVN-Rev: 11808
2003-05-06 01:22:23 +00:00
George Rhoten
725e9155d0 ICU-2755 Fix for HP-UX
X-SVN-Rev: 11806
2003-05-05 23:22:46 +00:00
Ram Viswanadha
91ea8b908e ICU-2779 port changes to ICU4C
X-SVN-Rev: 11805
2003-05-05 23:22:34 +00:00
Ram Viswanadha
583746e2d9 ICU-2194 dynamically allocate room for path and file name
X-SVN-Rev: 11803
2003-05-05 23:21:16 +00:00
Doug Felt
ba9a3786c5 ICU-2755 can't cast const char* to const UnicodeString& on solaris
X-SVN-Rev: 11793
2003-05-03 00:01:10 +00:00
Doug Felt
717d15653c ICU-2755 added getLocale test to factory-based coll registration
X-SVN-Rev: 11789
2003-05-02 22:58:06 +00:00
Markus Scherer
0fcfe71911 ICU-2856 make EBCDIC_STATEFUL always emit SI at the end of a stream if the last character was DBCS
X-SVN-Rev: 11788
2003-05-02 22:38:41 +00:00
Doug Felt
556c72cc54 ICU-2755 fixed RuleBasedCollator clone/cc operations to handle aliasing cases,
added additional tests for getLocale of registered collators, misc fixes to ICUService,
StringSearch, ucollator to support changes.

X-SVN-Rev: 11786
2003-05-02 22:17:14 +00:00
Markus Scherer
55e9679b22 ICU-2710 do not use an obsolete API
X-SVN-Rev: 11780
2003-05-02 20:38:27 +00:00
Eric Mader
e186286db0 ICU-2850 Add svccoll.cpp, svccoll.h
X-SVN-Rev: 11777
2003-05-02 19:41:44 +00:00
Eric Mader
e90dd29852 ICU-2755 tests for collation, docs, minor service changes
X-SVN-Rev: 11776
2003-05-02 19:36:23 +00:00
Doug Felt
d00a183d4e ICU-2222 made deprecated abstract methods concrete and delegate to new ones,
also fixed problem in apicoll which assumed fixed LTR argument evaluation order, TestCollator
also needed new (and old) overloads.  couldn't use 'using' according to markus.

X-SVN-Rev: 11763
2003-05-01 23:23:52 +00:00
Doug Felt
7e745f0772 ICU-2755 tests for collation, docs, minor service changes
X-SVN-Rev: 11758
2003-05-01 18:27:24 +00:00
Vladimir Weinstein
e5e7811644 ICU-2364 collation version has changed - reflect that in the test
X-SVN-Rev: 11757
2003-05-01 17:45:08 +00:00
Vladimir Weinstein
ea2f4b12c0 ICU-2851 test to see whether ucol_equals catches different but equivalent rules
X-SVN-Rev: 11756
2003-05-01 17:44:17 +00:00
Markus Scherer
41c2ebf526 ICU-2710 remove @obsolete ICU 2.6 and earlier code
X-SVN-Rev: 11748
2003-05-01 01:31:28 +00:00
George Rhoten
46973d4837 ICU-2850 Add MSVC 7 (Visual Studio .NET) project files
X-SVN-Rev: 11747
2003-05-01 01:10:19 +00:00
Vladimir Weinstein
6569f131ac ICU-2851 initial implementation of ucol_equals (not yet complete, need to analyze rules)
X-SVN-Rev: 11746
2003-05-01 00:57:27 +00:00
Vladimir Weinstein
07943b522a ICU-2412 some more tests for iterative collation
X-SVN-Rev: 11745
2003-04-30 23:26:55 +00:00
George Rhoten
4e1913af46 ICU-2850 Add MSVC 7 (Visual Studio .NET) project files
X-SVN-Rev: 11743
2003-04-30 22:50:21 +00:00
Markus Scherer
ece6fe9eca ICU-1730 add Replaceable::clone()
X-SVN-Rev: 11741
2003-04-30 22:08:57 +00:00
Markus Scherer
959aa6bab4 ICU-2356 all UnicodeString methods should treat NULL input pointers as empty strings
X-SVN-Rev: 11739
2003-04-30 02:22:02 +00:00
Vladimir Weinstein
05354408fa ICU-2840 don't crash test when data is not present
X-SVN-Rev: 11738
2003-04-30 00:52:53 +00:00
Andy Heninger
702ddea7c2 ICU-2787 add u_init() to work around thread safety problems with existing lazy init
X-SVN-Rev: 11735
2003-04-30 00:09:18 +00:00
Alan Liu
cba3714e45 ICU-2132 re-enable test
X-SVN-Rev: 11729
2003-04-29 18:28:55 +00:00
George Rhoten
2adf6bbb4c ICU-2699 Fixed some compiler warnings
X-SVN-Rev: 11728
2003-04-29 18:14:37 +00:00
Doug Felt
9dbfa5f995 ICU-2821 update currency registration to not use service, no fallback,
and country names + only EURO/PRE_EURO variants.

X-SVN-Rev: 11727
2003-04-29 16:55:44 +00:00
George Rhoten
11358c6569 ICU-2628 Use the portable uint32_t
X-SVN-Rev: 11714
2003-04-25 23:41:23 +00:00
Markus Scherer
bbf546a40e ICU-2439 fix display name lookups to not fallback through the default locale
X-SVN-Rev: 11712
2003-04-25 22:56:51 +00:00
Alan Liu
7fd6350f1e ICU-2832 hack UnicodeSet parser to handle four special case names for C99 compatibility props
X-SVN-Rev: 11710
2003-04-25 20:34:44 +00:00
Doug Felt
4dc960f3a4 ICU-2821 service registration for currency
X-SVN-Rev: 11706
2003-04-25 18:02:09 +00:00