Commit Graph

2995 Commits

Author SHA1 Message Date
George Rhoten
f185e27446 ICU-5241 Fix destructor, assignment operator and failsafe initialization.
X-SVN-Rev: 19812
2006-07-10 21:07:57 +00:00
Vladimir Weinstein
5d24ef7fdd ICU-5223 fix primary strength sortkey termination bug
X-SVN-Rev: 19794
2006-07-06 06:30:06 +00:00
Markus Scherer
f049a5f607 ICU-5211 the Universal Time Scale must use the proleptic Gregorian calendar because it is supposed to be compatible with .Net System.DateTime which uses that calendar
X-SVN-Rev: 19778
2006-06-28 22:39:00 +00:00
Markus Scherer
2c56554cbb ICU-5211 add API functions: ucal_setGregorianChange() and ucal_getGregorianChange()
X-SVN-Rev: 19775
2006-06-27 23:06:25 +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
Ram Viswanadha
29182d9041 ICU-5247 update data from CLDR 1.4 beta
X-SVN-Rev: 19755
2006-06-23 16:31:07 +00:00
Vladimir Weinstein
48633f914b ICU-5232 fix for nextSortKeyPart bug that was uncovered in
collate/CollationThaiTest/TestDictionary. The function was made simpler
and actually correct. Rejoice and consider backporting to 3.2.

X-SVN-Rev: 19734
2006-06-16 06:00:13 +00:00
Vladimir Weinstein
67a594dddd ICU-5232 nextSortKeyPart doesn't need consumedChars anymore
X-SVN-Rev: 19733
2006-06-16 05:53:13 +00:00
Vladimir Weinstein
67c07190f2 ICU-5231 Update UCA 5.0 CODAN placeholder
X-SVN-Rev: 19732
2006-06-16 05:52:02 +00:00
Vladimir Weinstein
ad73d4ec89 ICU-5231 UCA 5.0 rules need even more space to parse
X-SVN-Rev: 19727
2006-06-16 05:44:53 +00:00
George Rhoten
18f81012d0 ICU-5161 Fix uninitialized memory read.
X-SVN-Rev: 19696
2006-06-08 05:17:00 +00:00
George Rhoten
3a91be6e8a ICU-5032 Improve code coverage
X-SVN-Rev: 19693
2006-06-07 22:28:24 +00:00
George Rhoten
291f674b54 ICU-5190 Fix collation cloning.
X-SVN-Rev: 19687
2006-06-06 06:42:34 +00:00
George Rhoten
f4b0ed0368 ICU-5190 Fix a bug where the cloned collator uses UCA instead of customized rules.
X-SVN-Rev: 19682
2006-06-05 21:56:14 +00:00
George Rhoten
020abe6693 ICU-5190 Fix some offset allocation issues for unaligned buffers.
X-SVN-Rev: 19659
2006-05-26 04:00:52 +00:00
George Rhoten
7b15f0e402 ICU-5190 Test and fix some allocation issues from ucol_safeClone
X-SVN-Rev: 19634
2006-05-21 22:44:14 +00:00
George Rhoten
3ec1127306 ICU-5190 Test and fix some allocation issues from ucol_safeClone
X-SVN-Rev: 19633
2006-05-21 22:22:24 +00:00
George Rhoten
319d2629b3 ICU-5190 Test and fix some allocation issues from ucol_safeClone
X-SVN-Rev: 19632
2006-05-21 21:09:01 +00:00
George Rhoten
a4663ad545 ICU-5190 Fix ucol_safeClone to properly clone a collator.
X-SVN-Rev: 19629
2006-05-21 17:52:09 +00:00
George Rhoten
d2ec6dee38 ICU-4707 A function can't be inline when it's always called out of line.
X-SVN-Rev: 19628
2006-05-21 07:27:31 +00:00
George Rhoten
361f663295 ICU-5190 Perform fewer mallocs and frees for easier safe cloning.
X-SVN-Rev: 19627
2006-05-21 01:27:15 +00:00
George Rhoten
3893bd1ab2 ICU-5190 Decrease size of collator. Performance isn't addressed, but it helps to reduce what to look at for cloning.
X-SVN-Rev: 19625
2006-05-15 05:08:49 +00:00
George Rhoten
5b973ae614 ICU-5198 Disable charset detection when UCONFIG_NO_CONVERSION is 1.
X-SVN-Rev: 19622
2006-05-09 18:06:10 +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
d6d4d2f647 ICU-5192 Code review cleanup
X-SVN-Rev: 19606
2006-05-03 21:09:00 +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
George Rhoten
c2bc815333 ICU-5161 Fix valgrind and Purify warnings about uninitialized memory copies
X-SVN-Rev: 19575
2006-04-21 18:56:24 +00:00
George Rhoten
65924f6b3c ICU-5161 Don't allow users to access uninitialized memory.
X-SVN-Rev: 19559
2006-04-17 17:01:52 +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
7a50d6f62d ICU-5161 Fix Purify/valgrind warnings about reading uninitialized memory.
X-SVN-Rev: 19552
2006-04-15 08:07:30 +00:00
George Rhoten
3737c923bd ICU-5161 Fix valgrind and Purify warnings about getTerminatedBuffer and uninitialized memory reads.
X-SVN-Rev: 19549
2006-04-14 21:58:41 +00:00
George Rhoten
4493abae62 ICU-5161 Fix valgrind and Purify warnings about getTerminatedBuffer and uninitialized memory reads.
X-SVN-Rev: 19548
2006-04-14 21:43:21 +00:00
George Rhoten
e88c000399 ICU-5161 Reduce memory consumption.
Allow more memory allocation errors to be reported.
Reduce memory fragmentation.
Speed up initialization slightly.

X-SVN-Rev: 19547
2006-04-14 21:09:42 +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
e397fa369b ICU-5161 Fix uninitialized memory read.
X-SVN-Rev: 19538
2006-04-13 15:56:37 +00:00
George Rhoten
e4b3bbc599 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 19533
2006-04-12 23:36:56 +00:00
George Rhoten
786c654db5 ICU-5152 Remove broken uprv_dtostr function, and create a better ChoiceFormat::dtos function.
X-SVN-Rev: 19525
2006-04-08 09:48:13 +00:00
George Rhoten
6d5916a2ce ICU-4703 Improve the error checking.
X-SVN-Rev: 19517
2006-04-04 20:15:46 +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
George Rhoten
20a74838a6 ICU-5138 Keep the two collation hash functions together.
X-SVN-Rev: 19507
2006-04-01 17:29:49 +00:00
George Rhoten
c4a7db9fa0 ICU-4703 Don't deference NULL when a mallloc fails, and report when the memory failure happens.
X-SVN-Rev: 19486
2006-03-30 16:54:13 +00:00
George Rhoten
8a9efb0f0f ICU-4703 ucol_openRules shouldn't use destination preflighting buffer rules on source strings.
X-SVN-Rev: 19485
2006-03-30 09:40:21 +00:00
George Rhoten
8a895cadee ICU-4703 usearch_openFromCollator should return when detecting bad arguments.
X-SVN-Rev: 19482
2006-03-30 09:26:24 +00:00
George Rhoten
0ba4bdac5d ICU-4703 Don't crash when bad arguments are given.
X-SVN-Rev: 19480
2006-03-30 08:57:44 +00:00
George Rhoten
b20499f06b ICU-4703 Fix memory leak on function failure
X-SVN-Rev: 19477
2006-03-30 05:29:25 +00:00
Deborah Goldsmith
eaa65b983e ICU-5112 Correct documentation of UDTS_MAC_OLD_TIME
X-SVN-Rev: 19472
2006-03-29 20:43:15 +00:00
George Rhoten
d2edd10e4e ICU-4703 Fix memory leak when malloc fails.
X-SVN-Rev: 19471
2006-03-29 09:42:16 +00:00
George Rhoten
25614b86e4 ICU-4703 Fix memory leak when malloc fails.
X-SVN-Rev: 19470
2006-03-29 09:03:32 +00:00
George Rhoten
bc071af705 ICU-4703 Fix memory leak on function failure
X-SVN-Rev: 19463
2006-03-28 08:50:34 +00:00
George Rhoten
bbb82912ca ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 19442
2006-03-25 23:53:31 +00:00
George Rhoten
32416a8a9c ICU-5125 Remove unusable code.
X-SVN-Rev: 19435
2006-03-25 00:15:56 +00:00
George Rhoten
363ecfa42a ICU-4639 Use U_CAPI instead of U_DRAFT for the implementation.
X-SVN-Rev: 19432
2006-03-24 23:30:09 +00:00
George Rhoten
7dce112ff1 ICU-4639 Make sure that the next enumeration function fails as expected.
X-SVN-Rev: 19407
2006-03-22 09:48:15 +00:00
George Rhoten
851d1dccb8 ICU-4707 Fix some compiler warnings
X-SVN-Rev: 19404
2006-03-22 08:52:04 +00:00
George Rhoten
aeb583804c ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 19401
2006-03-22 07:57:49 +00:00
George Rhoten
ad096587e1 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 19399
2006-03-22 06:13:30 +00:00
George Rhoten
e8641af8d2 ICU-5032 Move deprecated virtual inline code into the rest of the Hebrew calendar.
X-SVN-Rev: 19397
2006-03-22 00:38:45 +00:00
George Rhoten
13eed03890 ICU-4707 Fix some compiler warnings
X-SVN-Rev: 19354
2006-03-16 07:36:52 +00:00
George Rhoten
5ec2f7ff26 ICU-5086 Only use a non-Olson ID when the raw offset is wrong. This
allows the daylight saving changeover to happen in long running ICU processes.

X-SVN-Rev: 19327
2006-03-03 20:10:02 +00:00
George Rhoten
06743ea5a6 ICU-5086 Detect when an a potential non-unique abbreviation is used,
and try to use the raw offset when that happens. Some timezones are still
sometimes off by one hour, but this is much better than before (off by several
hours in many more timezones).

X-SVN-Rev: 19326
2006-03-03 17:46:26 +00:00
George Rhoten
b2aaafe4dd ICU-4707 Remove some compiler warnings about empty compilation units.
X-SVN-Rev: 19320
2006-03-03 06:59:43 +00:00
George Rhoten
d8d86b82a4 ICU-4639 Make unmodified global variables static const
X-SVN-Rev: 19274
2006-02-24 19:57:04 +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
Steven R. Loomis
537711b4ed ICU-5015 fix offset calculation for historical zones.
X-SVN-Rev: 19133
2006-02-10 03:08:14 +00:00
Eric Mader
62c59f82c2 ICU-4639 Change class static const arrays to file private static const arrays.
X-SVN-Rev: 19127
2006-02-10 00:10:58 +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
5dee33ea3e ICU-4707 Fix some compiler warnings about unused variables.
X-SVN-Rev: 19118
2006-02-09 08:59:20 +00:00
George Rhoten
78c1921020 ICU-5042 Update the currency codes.
X-SVN-Rev: 19103
2006-02-08 23:42:42 +00:00
George Rhoten
4dc470e620 ICU-4152 Make some functions static.
X-SVN-Rev: 19102
2006-02-08 21:46:11 +00:00
George Rhoten
c942580977 ICU-5032 Increase code coverage numbers by removing redundant code
X-SVN-Rev: 19101
2006-02-08 21:42:32 +00:00
George Rhoten
5cdbf449ca ICU-4152 virtual functions should not be inline
X-SVN-Rev: 19100
2006-02-08 21:34:46 +00:00
George Rhoten
0485d6ec53 ICU-5032 Increase code coverage numbers by simplifying the code.
X-SVN-Rev: 19099
2006-02-08 21:30:58 +00:00
George Rhoten
818946b8f4 ICU-5008 Change some mislabeled @draft enums to @internal
X-SVN-Rev: 19098
2006-02-08 19:56:35 +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
5e999a5b45 ICU-4639 Can't binary search unsorted arrays...
X-SVN-Rev: 19088
2006-02-07 23:11:07 +00:00
Eric Mader
cb69e53d8d ICU-4639 Cleanup, more error checking.
X-SVN-Rev: 19086
2006-02-07 21:59:16 +00:00
Ram Viswanadha
5cb6459f4b ICU-4947 remove trailing coma
X-SVN-Rev: 19085
2006-02-07 21:12:44 +00:00
Eric Mader
24214b7245 ICU-4639 resultCount needs to be instance data...
X-SVN-Rev: 19084
2006-02-07 20:24:16 +00:00
George Rhoten
a93842f01e ICU-4639 Improve the thread safety and simplify the UEnumeration
X-SVN-Rev: 19078
2006-02-07 07:50:53 +00:00
Ram Viswanadha
215e701d26 ICU-4947 make sure that all headers pass with U_HIDE_DRAFT_API and friends set
X-SVN-Rev: 19075
2006-02-07 02:01:29 +00:00
Eric Mader
1e440fcb9e ICU-4639 Fix compile / link errors having to do w/ C api functions.
X-SVN-Rev: 19071
2006-02-06 20:45:30 +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
George Rhoten
9e3b81e964 ICU-5030 Fixes for using the Visual C++ /clr compiler option
X-SVN-Rev: 19067
2006-02-06 06:41:52 +00:00
Eric Mader
fac1811c2e ICU-5029 Fix Purify warning about GetLocaleInfoW calls w/ LOCALE_RETURN_NUMBER flag.
X-SVN-Rev: 19063
2006-02-04 02:08:05 +00:00
George Rhoten
880b530fd3 ICU-5008 Remove @internal items from the public headers
X-SVN-Rev: 19057
2006-02-02 04:51:05 +00:00
George Rhoten
de90c521bc ICU-5008 Remove unused @internal macro
X-SVN-Rev: 19056
2006-02-02 04:38:04 +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
cf6ba94da3 ICU-5008 Declare one instance of URegistryKey and make them all @stable
X-SVN-Rev: 19054
2006-02-02 03:48:14 +00:00
Vladimir Weinstein
d50159c572 ICU-4960 fixed ignorables in case level with primary strength (compare and sortkey)
X-SVN-Rev: 19040
2006-01-28 08:26:55 +00:00
Vladimir Weinstein
d18736ce54 ICU-4960 fixed generation of case level bits for elements that are tailored to be completely ignorable
X-SVN-Rev: 19039
2006-01-28 08:26:22 +00:00
Eric Mader
41ec4c794e ICU-4576 Remove wincoll from ICU, put most recent version in WinLocaleTest.
X-SVN-Rev: 19025
2006-01-25 21:27:10 +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
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
2686453d7d ICU-5009 Fix the documentation output for doxygen.
X-SVN-Rev: 19008
2006-01-18 07:02:22 +00:00
George Rhoten
5e3b816f7a ICU-5009 Fix the documentation output for doxygen.
X-SVN-Rev: 19007
2006-01-18 06:37:07 +00:00
George Rhoten
dd218ba383 ICU-5009 Fix some doxygen warnings
X-SVN-Rev: 19005
2006-01-18 05:58:30 +00:00
George Rhoten
29f09c5768 ICU-5009 Fix some doxygen warnings
X-SVN-Rev: 19004
2006-01-18 05:50:06 +00:00
George Rhoten
6cacfbd7cb ICU-5008 Undraft some API
X-SVN-Rev: 19003
2006-01-18 04:19:45 +00:00
George Rhoten
4ddc86def7 ICU-5008 Undraft some API
X-SVN-Rev: 19002
2006-01-18 04:02:07 +00:00
George Rhoten
83c34afd30 ICU-5008 Remove some false @draft notices.
X-SVN-Rev: 19001
2006-01-18 03:52:57 +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
04e4e67e61 ICU-4707 Fix some compiler warnings
X-SVN-Rev: 18988
2006-01-14 09:58:49 +00:00
George Rhoten
177c4eec63 ICU-4707 Fix some compiler warnings
X-SVN-Rev: 18987
2006-01-14 09:24:33 +00:00
George Rhoten
2502bada80 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 18973
2006-01-13 18:25:42 +00:00
George Rhoten
01d8b5a202 ICU-4152 Use uprv_ for the private function prefix.
X-SVN-Rev: 18971
2006-01-13 00:16:51 +00:00
Eric Mader
cb74cd1d83 ICU-4152 Need to add Windows-specific modules so that Cygwin build works.
X-SVN-Rev: 18965
2006-01-12 20:26:26 +00:00
Eric Mader
a992570c40 ICU-4152 Initial check in of Windows formatting code!
X-SVN-Rev: 18963
2006-01-12 19:53: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
George Rhoten
8d7ad82799 ICU-4947 Promote old draft API to stable to fix compiler errors.
X-SVN-Rev: 18956
2006-01-06 23:46:40 +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
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
e8fece02a6 ICU-4946 Fix for non-Windows/Linux platforms.
X-SVN-Rev: 18850
2005-12-02 00:05:15 +00:00
George Rhoten
9327ff558b ICU-4946 Move ULocaleData data structure out of ulocdata.h
X-SVN-Rev: 18848
2005-12-01 17:51:20 +00:00
George Rhoten
1c9239e456 ICU-4741 Fix new code for z/OS and Solaris
X-SVN-Rev: 18803
2005-11-16 19:50:32 +00:00
George Rhoten
fc836bb134 ICU-4741 Fix new code for newer gcc compilers
X-SVN-Rev: 18801
2005-11-16 08:39:26 +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
George Rhoten
79a52e9d0c ICU-4707 Fix some doxygen warnings
X-SVN-Rev: 18763
2005-11-05 15:44:49 +00:00
Ram Viswanadha
c73373cfd5 ICU-4912 xlC can't handle inline and virtual
X-SVN-Rev: 18762
2005-11-05 02:54:10 +00:00
Ram Viswanadha
caafcceb8f ICU-4912 synchronize with ICU4J
X-SVN-Rev: 18758
2005-11-04 21:57:24 +00:00
John Emmons
2e08b8b27f ICU-4885 Make DtContextType and DtWidthType zero based enums
X-SVN-Rev: 18720
2005-10-26 19:36:06 +00:00
Andy Heninger
d61a952e0c ICU-4639 make ucsdet_detect() return a const object.
X-SVN-Rev: 18708
2005-10-24 22:19:40 +00:00
Andy Heninger
8a1e1ba83a ICU-4888 regex pattern compilation bug with flag settings.
X-SVN-Rev: 18703
2005-10-20 15:54:01 +00:00
John Emmons
c642152760 ICU-4643 Add setters for narrow/standalone months/weekdays
X-SVN-Rev: 18702
2005-10-19 17:55:18 +00:00
Andy Heninger
3d11a4cf67 ICU-4639 changes after review by Markus.
X-SVN-Rev: 18700
2005-10-19 00:40:52 +00:00
Ram Viswanadha
7c3a59f479 ICU-4884 fix a small bug
X-SVN-Rev: 18699
2005-10-18 23:05:15 +00:00
George Rhoten
06e5bbafda ICU-4884 Fix a memory leak and other memory issues.
X-SVN-Rev: 18691
2005-10-18 00:54:27 +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
John Emmons
583b575748 ICU-4643 Add setters for era names, standalone/narrow months to udat_setSymbols()
X-SVN-Rev: 18673
2005-10-13 03:26:40 +00:00
George Rhoten
419ad4f271 ICU-4869 C++ namespace shouldn't be used for C functions.
X-SVN-Rev: 18670
2005-10-12 16:06:54 +00:00
George Rhoten
ab5a4e9fce ICU-4869 C++ namespace shouldn't be used for C functions.
X-SVN-Rev: 18669
2005-10-12 01:06:22 +00:00
Vladimir Weinstein
b28410ab1b ICU-4835 move *getByKeyWithFallback to internal header
X-SVN-Rev: 18664
2005-10-11 23:59:46 +00:00
Andy Heninger
97bd046db5 ICU-4639 add charset detect to Makefile.in
X-SVN-Rev: 18642
2005-10-07 22:31:12 +00:00
Andy Heninger
59c972388e ICU-4639 charset detect, header problems identified by Badi, MSVC project file added
X-SVN-Rev: 18639
2005-10-07 21:58:27 +00:00
Steven R. Loomis
918c14d9f8 ICU-4348 improved calendar documentation
X-SVN-Rev: 18611
2005-09-29 23:07:48 +00:00
George Rhoten
9b45236c3f ICU-4738 Don't put .so files in the lib directory.
X-SVN-Rev: 18557
2005-09-20 20:41:08 +00:00
Vladimir Weinstein
53e8bd5ed2 ICU-4821 fix upper first behavior for normal sort key generation
X-SVN-Rev: 18541
2005-09-17 06:25:22 +00:00
George Rhoten
182abf6aa2 ICU-4823 Fix udat_open so that it doesn't ignore the timezone argument.
X-SVN-Rev: 18527
2005-09-15 04:28:26 +00:00
George Rhoten
87b2dc6d5e ICU-4820 Allow API to return informational warning codes
X-SVN-Rev: 18521
2005-09-14 19:09:13 +00:00
Ram Viswanadha
905cead01c ICU-4741 fix a bug that makes test fail on different timezone
X-SVN-Rev: 18519
2005-09-14 01:21:42 +00:00
John Emmons
b71fb32e87 ICU-4738 Build archive libraries for AIX
X-SVN-Rev: 18507
2005-09-08 18:11:32 +00:00
Ram Viswanadha
cebc60a530 ICU-4741 implement multi-level fallback
X-SVN-Rev: 18486
2005-09-01 22:19:45 +00:00
Andy Heninger
6426cad023 ICU-4315 add missing buffer overflow check
X-SVN-Rev: 18484
2005-08-31 00:52:22 +00:00
Andy Heninger
1799eafd3c ICU-4639 incorporate review comments to C charset detection API
X-SVN-Rev: 18481
2005-08-30 17:08:10 +00:00
Andy Heninger
f8549a4019 ICU-4639 incorporate review comments to C charset detection API
X-SVN-Rev: 18480
2005-08-30 16:49:30 +00:00
Andy Heninger
8e73f11a1b ICU-4639 add UErrorcode to setDeclaredEncoding()
X-SVN-Rev: 18479
2005-08-30 01:03:30 +00:00
Andy Heninger
7f115da43b ICU-4639 incorporate review comments to C charset detection API
X-SVN-Rev: 18477
2005-08-29 16:07:41 +00:00
Ram Viswanadha
f9555fcca8 ICU-4741 changes for zoneStrings access
X-SVN-Rev: 18474
2005-08-26 21:55:55 +00:00
George Rhoten
f9e6f15721 ICU-4733 Use int32_t instead of int.
X-SVN-Rev: 18462
2005-08-25 18:02:20 +00:00
Richard Gillam
98be212f0a ICU-4726 Made Transliterator::filteredTransliterate() public, added Transliterator::registerAlias().
X-SVN-Rev: 18460
2005-08-25 17:23:51 +00:00