scuffed-code/icu4c/source/i18n
Peter Edberg 1e521d134d ICU-6626 Make DateTimePatternGenerator:initData use the skeletons specified for availableFormats,
eliminate CJK months hack, use skeletons to improve adjustFieldTypes behavior, add some necessary
availableFormats entries, and fix expected test results now that getBestPattern is more correct.

X-SVN-Rev: 24976
2008-11-18 18:27:40 +00:00
..
unicode ICU-6626 Make DateTimePatternGenerator:initData use the skeletons specified for availableFormats, 2008-11-18 18:27:40 +00:00
anytrans.cpp ICU-6132 Undo some unneccessary changes. Remove some tabs. Make sure that the UErrorCode is propagated when possible. When a UErrorCode is available, don't check for a NULL return value. 2008-02-23 19:15:18 +00:00
anytrans.h ICU-5279 Reduce the set of exported functions. 2007-06-03 06:08:46 +00:00
astro.cpp ICU-6617 some haiku support. update config.guess and cleanup other test code. 2008-11-08 02:04:15 +00:00
astro.h ICU-6118 Export less internal API. 2008-01-04 08:45:10 +00:00
basictz.cpp ICU-6176 Fix some Coverity warnings. 2008-02-14 03:34:27 +00:00
bocsu.c ICU-2959 update copyright dates to include 2003 2003-06-03 20:58:22 +00:00
bocsu.h ICU-2959 update copyright dates to include 2003 2003-06-03 20:58:22 +00:00
brktrans.cpp ICU-6472 Clean some compiler warnings and other fluff 2008-08-01 01:51:21 +00:00
brktrans.h ICU-6344 uconfigtest / hdrtest fixes 2008-06-11 21:52:29 +00:00
buddhcal.cpp ICU-6481 fix threading issues in calendar initialization code 2008-08-05 22:19:05 +00:00
buddhcal.h ICU-4567 Removed unnecessary virtual method implementations in Taiwan/Buddhist calendar. 2007-08-17 03:38:53 +00:00
calendar.cpp ICU-6552 reduce a lot of doxygen errs, improve output docs 2008-09-27 01:12:32 +00:00
casetrn.cpp ICU-6118 Export less internal API. 2008-01-04 08:45:10 +00:00
casetrn.h ICU-6118 Export less internal API. 2008-01-04 08:45:10 +00:00
cecal.cpp ICU-6551 reduce use of common words in rename. 2008-09-25 20:24:14 +00:00
cecal.h ICU-4571 Merging Coptic/Ethiopic calendar work from yoshito's work branch to the trunk. 2008-03-22 02:58:07 +00:00
chnsecal.cpp ICU-6551 reduce use of common words in rename. 2008-09-25 20:24:14 +00:00
chnsecal.h ICU-4081 Remove tabs 2008-01-16 16:45:12 +00:00
choicfmt.cpp ICU-6153 Fix for Windows versus non-Windows differences. 2008-01-22 00:11:43 +00:00
coleitr.cpp ICU-5955 Free offsetBuffer in setText before it is reinitialized. 2008-06-10 14:11:50 +00:00
coll.cpp ICU-6480 clean up UMTX_CHECK usage in lazy init 2008-08-05 00:09:13 +00:00
coptccal.cpp ICU-6481 fix threading issues in calendar initialization code 2008-08-05 22:19:05 +00:00
coptccal.h ICU-4571 Merging Coptic/Ethiopic calendar work from yoshito's work branch to the trunk. 2008-03-22 02:58:07 +00:00
cpdtrans.cpp ICU-6132 Undo some unneccessary changes. Remove some tabs. Make sure that the UErrorCode is propagated when possible. When a UErrorCode is available, don't check for a NULL return value. 2008-02-23 19:15:18 +00:00
cpdtrans.h ICU-5805 Update copyright notices for ICU 3.8 2007-07-27 03:12:12 +00:00
csdetect.cpp ICU-6480 clean up UMTX_CHECK usage in lazy init 2008-08-05 00:09:13 +00:00
csdetect.h ICU-5410 Comment out unused code. 2006-11-16 20:32:23 +00:00
csmatch.cpp ICU-5198 Disable charset detection when UCONFIG_NO_CONVERSION is 1. 2006-05-09 18:06:10 +00:00
csmatch.h ICU-5198 Disable charset detection when UCONFIG_NO_CONVERSION is 1. 2006-05-09 18:06:10 +00:00
csr2022.cpp ICU-6165 Prevent a reading past the end of a buffer. 2008-02-01 07:08:13 +00:00
csr2022.h ICU-5198 Disable charset detection when UCONFIG_NO_CONVERSION is 1. 2006-05-09 18:06:10 +00:00
csrecog.cpp ICU-5198 Disable charset detection when UCONFIG_NO_CONVERSION is 1. 2006-05-09 18:06:10 +00:00
csrecog.h ICU-5198 Disable charset detection when UCONFIG_NO_CONVERSION is 1. 2006-05-09 18:06:10 +00:00
csrmbcs.cpp ICU-6165 Test reading past the end of a buffer a little more. Speed up some code. Format some code for easier code review. 2008-02-01 10:34:40 +00:00
csrmbcs.h ICU-6165 Test reading past the end of a buffer a little more. Speed up some code. Format some code for easier code review. 2008-02-01 10:34:40 +00:00
csrsbcs.cpp ICU-6165 Test reading past the end of a buffer a little more. Speed up some code. Format some code for easier code review. 2008-02-01 10:34:40 +00:00
csrsbcs.h ICU-5310 White space fixes. 2006-08-10 19:08:46 +00:00
csrucode.cpp ICU-5314 Clean up UTF-16, UTF-32 detectors, UTF-16 test. 2006-08-11 18:55:15 +00:00
csrucode.h ICU-5198 Disable charset detection when UCONFIG_NO_CONVERSION is 1. 2006-05-09 18:06:10 +00:00
csrutf8.cpp ICU-6165 Test reading past the end of a buffer a little more. Speed up some code. Format some code for easier code review. 2008-02-01 10:34:40 +00:00
csrutf8.h ICU-5198 Disable charset detection when UCONFIG_NO_CONVERSION is 1. 2006-05-09 18:06:10 +00:00
curramt.cpp ICU-2825 add Measure, MeasureUnit, CurrencyUnit, and CurrencyAmount classes, and operate through them 2004-04-27 21:47:09 +00:00
currfmt.cpp ICU-6132 Undo some unneccessary changes. Remove some tabs. Make sure that the UErrorCode is propagated when possible. When a UErrorCode is available, don't check for a NULL return value. 2008-02-23 19:15:18 +00:00
currfmt.h ICU-6118 Export less internal API. 2008-01-02 23:53:26 +00:00
currunit.cpp ICU-3500 fix compiler warning 2004-04-28 18:12:14 +00:00
datefmt.cpp ICU-6503 move createPatternInstance from DateFormat to DateIntervalFormat 2008-10-25 00:31:55 +00:00
dcfmtsym.cpp ICU-6125 Eliminate a few kilobytes of unused bits in constant data structures. 2008-01-08 09:45:15 +00:00
decimfmt.cpp ICU-6367 whitespace again. If UWhiteSpace is skipped in the input text, skip it also in the pattern. 2008-06-20 00:43:45 +00:00
digitlst.cpp ICU-5350 more decimal format rounding mode fixes 2007-09-08 01:00:27 +00:00
digitlst.h ICU-5808 Fix for UCONFIG_NO_FORMATTING 2007-07-31 07:12:45 +00:00
dtfmtsym.cpp ICU-6072 Add DateFormatSymbols support for NarrowEras, use it to format & parse with GGGGG 2008-10-03 07:47:57 +00:00
dtitv_impl.h ICU-6157 date interval format 2008-05-28 00:33:44 +00:00
dtitvfmt.cpp ICU-6503 move createPatternInstance from DateFormat to DateIntervalFormat 2008-10-25 00:31:55 +00:00
dtitvinf.cpp ICU-6303 change FIXME to TODO 2008-10-22 06:06:56 +00:00
dtptngen_impl.h ICU-6626 Make DateTimePatternGenerator:initData use the skeletons specified for availableFormats, 2008-11-18 18:27:40 +00:00
dtptngen.cpp ICU-6626 Make DateTimePatternGenerator:initData use the skeletons specified for availableFormats, 2008-11-18 18:27:40 +00:00
dtrule.cpp ICU-5454 Fix newline settings for new code. 2007-06-29 16:27:12 +00:00
esctrn.cpp ICU-5030 Fixes for using the Visual C++ /clr compiler option 2006-02-06 06:41:52 +00:00
esctrn.h ICU-5279 Reduce the set of exported functions. 2007-06-03 06:08:46 +00:00
ethpccal.cpp ICU-6481 fix threading issues in calendar initialization code 2008-08-05 22:19:05 +00:00
ethpccal.h ICU-4571 Updated EthiopicCalendar's constructor to specify era mode. New calendar keyword ethiopic-amete-alem to create an instance of EthiopicCalendar with Amete Alem era only. Modified the test case to cover ethiopic-amete-alem. 2008-03-24 22:21:21 +00:00
fmtable_cnv.cpp ICU-4561 Update copyright notices for ICU 3.4 2005-06-07 23:38:09 +00:00
fmtable.cpp ICU-6132 Undo some unneccessary changes. Remove some tabs. Make sure that the UErrorCode is propagated when possible. When a UErrorCode is available, don't check for a NULL return value. 2008-02-23 19:15:18 +00:00
format.cpp ICU-5889 Fix some logic errors uncovered by BEAM. 2007-08-29 02:57:42 +00:00
funcrepl.cpp ICU-6132 Undo some unneccessary changes. Remove some tabs. Make sure that the UErrorCode is propagated when possible. When a UErrorCode is available, don't check for a NULL return value. 2008-02-23 19:15:18 +00:00
funcrepl.h ICU-5410 We shouldn't export functions just to do code coverage. 2007-06-14 19:03:30 +00:00
gregocal.cpp ICU-6551 reduce use of common words in rename. 2008-09-25 20:24:14 +00:00
gregoimp.cpp ICU-6551 reduce use of common words in rename. 2008-09-25 20:24:14 +00:00
gregoimp.h ICU-6551 reduce use of common words in rename. 2008-09-25 20:24:14 +00:00
hebrwcal.cpp ICU-6481 fix threading issues in calendar initialization code 2008-08-05 22:19:05 +00:00
hebrwcal.h ICU-5279 Reduce the set of exported functions. 2007-06-03 06:08:46 +00:00
i18n.rc ICU-5847 Fix copyright change. 2007-10-02 21:24:38 +00:00
i18n.vcproj ICU-6311 full and abbreviated simple duration format support, release to trunk 2008-09-19 19:05:37 +00:00
indiancal.cpp ICU-6551 reduce use of common words in rename. 2008-09-25 20:24:14 +00:00
indiancal.h ICU-6118 Export less internal API. 2008-01-02 23:53:26 +00:00
inputext.cpp ICU-6132 Recover from allocation errors more gracefully. 2008-02-08 09:10:22 +00:00
inputext.h ICU-6132 Recover from allocation errors more gracefully. 2008-02-08 09:10:22 +00:00
islamcal.cpp ICU-6551 reduce use of common words in rename. 2008-09-25 20:24:14 +00:00
islamcal.h ICU-6132 Add status to moonAge and various other null pointer checks. 2008-01-11 20:32:46 +00:00
japancal.cpp ICU-6412 Remove some unused variables. 2008-10-01 15:39:27 +00:00
japancal.h ICU-4611 Fix Japanese calendar calculation problem. Changed internal APIs to get default month/date of a calendar without updating calendar fields. 2008-09-15 21:24:11 +00:00
Makefile.in ICU-6311 full and abbreviated simple duration format support, release to trunk 2008-09-19 19:05:37 +00:00
measfmt.cpp ICU-4072 Explicitly use U_EXPORT2 to specify calling convention of static C++ code. 2004-08-24 17:38:33 +00:00
measure.cpp ICU-6132 Make sure that operator == does not dereference unit if it is null. 2008-01-11 22:02:07 +00:00
msgfmt_impl.h ICU-6344 uconfigtest / hdrtest fixes 2008-06-11 21:52:29 +00:00
msgfmt.cpp ICU-6311 full and abbreviated simple duration format support, release to trunk 2008-09-19 19:05:37 +00:00
name2uni.cpp ICU-5966 Fix some compiler warnings. 2008-03-07 19:40:46 +00:00
name2uni.h ICU-5410 Remove unused/untestable code 2007-06-08 22:31:20 +00:00
nfrlist.h ICU-6132 Check for fStuff being null in various locations. 2008-01-11 22:28:37 +00:00
nfrs.cpp ICU-6132 Check buf for null in debgging code. 2008-01-11 22:38:26 +00:00
nfrs.h ICU-4092 Remove dead code 2004-12-31 18:54:55 +00:00
nfrule.cpp ICU-6132 Add null pointer check in prefixLength and allIgnorable. 2008-01-20 01:39:16 +00:00
nfrule.h ICU-6132 Add null pointer check in prefixLength and allIgnorable. 2008-01-20 01:39:16 +00:00
nfsubs.cpp ICU-6000 fix for RBNF in ICU4C 2007-10-24 00:38:03 +00:00
nfsubs.h ICU-5410 Move nfsubs.h private subclasses to nfsubs.cpp to get more accurate PureCoverage result. 2007-06-27 00:59:42 +00:00
nortrans.cpp ICU-5410 Remove unused/untestable code 2007-06-08 22:31:20 +00:00
nortrans.h ICU-5410 Remove unused/untestable code 2007-06-08 22:31:20 +00:00
nultrans.cpp ICU-4428 update copyright notices for ICU 3.3. 2005-03-16 18:46:54 +00:00
nultrans.h ICU-5279 Hide more internal API. 2007-06-11 02:32:47 +00:00
numfmt.cpp ICU-6132 Add check in parseCurrency and registerFactory for null pointer. 2008-01-17 23:16:29 +00:00
olsontz.cpp ICU-6551 reduce use of common words in rename. 2008-09-25 20:24:14 +00:00
olsontz.h ICU-5990 Merging time zone formatting/parsing changes from yoshito's working branch to the trunk. 2007-11-28 20:49:58 +00:00
persncal.cpp ICU-6481 fix threading issues in calendar initialization code 2008-08-05 22:19:05 +00:00
persncal.h ICU-4732 Default century support in Persian calendar. 2008-06-09 21:37:46 +00:00
plurfmt.cpp ICU-6374 Support decimal fractions in PluralRules:select() 2008-06-26 17:51:59 +00:00
plurrule_impl.h ICU-6374 Support decimal fractions in PluralRules:select() 2008-06-26 17:51:59 +00:00
plurrule.cpp ICU-6374 Change status from ICU4.2 to ICU4.0 for supporting double type 2008-06-27 03:33:14 +00:00
quant.cpp ICU-6132 Undo some unneccessary changes. Remove some tabs. Make sure that the UErrorCode is propagated when possible. When a UErrorCode is available, don't check for a NULL return value. 2008-02-23 19:15:18 +00:00
quant.h ICU-5410 We shouldn't export functions just to do code coverage. 2007-06-14 19:03:30 +00:00
rbnf.cpp ICU-6176 Fix some Coverity warnings 2008-02-13 09:35:50 +00:00
rbt_data.cpp ICU-6132 Undo some unneccessary changes. Remove some tabs. Make sure that the UErrorCode is propagated when possible. When a UErrorCode is available, don't check for a NULL return value. 2008-02-23 19:15:18 +00:00
rbt_data.h ICU-5279 Reduce the set of exported functions. 2007-06-03 06:08:46 +00:00
rbt_pars.cpp ICU-6132 Undo some unneccessary changes. Remove some tabs. Make sure that the UErrorCode is propagated when possible. When a UErrorCode is available, don't check for a NULL return value. 2008-02-23 19:15:18 +00:00
rbt_pars.h ICU-5410 Improve code coverage by removing unused/unuseable code. 2007-06-11 17:37:31 +00:00
rbt_rule.cpp ICU-6132 Undo some unneccessary changes. Remove some tabs. Make sure that the UErrorCode is propagated when possible. When a UErrorCode is available, don't check for a NULL return value. 2008-02-23 19:15:18 +00:00
rbt_rule.h ICU-2244 change internal classes to inherit UMemory, not UObject 2002-10-04 18:06:33 +00:00
rbt_set.cpp ICU-6132 Undo some unneccessary changes. Remove some tabs. Make sure that the UErrorCode is propagated when possible. When a UErrorCode is available, don't check for a NULL return value. 2008-02-23 19:15:18 +00:00
rbt_set.h ICU-5279 Reduce the set of exported functions. 2007-06-03 06:08:46 +00:00
rbt.cpp ICU-6132 Add memory check for rbnf, rbt, and rbt_data. 2008-01-14 20:27:51 +00:00
rbt.h ICU-5410 Improve code coverage by removing unused/unuseable code. 2007-06-14 01:37:11 +00:00
rbtz.cpp ICU-6176 Fix some Coverity warnings 2008-02-13 09:35:50 +00:00
regexcmp.cpp ICU-6472 Clean some compiler warnings and other fluff 2008-08-01 01:51:21 +00:00
regexcmp.h ICU-6125 Turn multiple consts into one enum. 2008-02-07 09:33:26 +00:00
regexcst.h ICU-5386 Regular Expressions update, improved Java 1.5 compatibility. svn merge -r 22747:23061 from branches/andy/regex 2007-12-11 21:30:10 +00:00
regexcst.pl ICU-5386 Regular Expressions update, improved Java 1.5 compatibility. svn merge -r 22747:23061 from branches/andy/regex 2007-12-11 21:30:10 +00:00
regexcst.txt ICU-5386 Regular Expressions update, improved Java 1.5 compatibility. svn merge -r 22747:23061 from branches/andy/regex 2007-12-11 21:30:10 +00:00
regeximp.h ICU-5386 Regular Expressions update, improved Java 1.5 compatibility. svn merge -r 22747:23061 from branches/andy/regex 2007-12-11 21:30:10 +00:00
regexst.cpp ICU-6132 Undo some unneccessary changes. Remove some tabs. Make sure that the UErrorCode is propagated when possible. When a UErrorCode is available, don't check for a NULL return value. 2008-02-23 19:15:18 +00:00
regexst.h ICU-6132 Undo some unneccessary changes. Remove some tabs. Make sure that the UErrorCode is propagated when possible. When a UErrorCode is available, don't check for a NULL return value. 2008-02-23 19:15:18 +00:00
reldtfmt.cpp ICU-6018 relative date and test failures 2008-01-04 01:21:37 +00:00
reldtfmt.h ICU-5427 Fix some memory leaks, simplify initialization, and follow desired policy stated in ticket 2796. 2007-06-15 02:35:33 +00:00
rematch.cpp ICU-6149 Fixed typos in comments. 2008-06-25 00:42:29 +00:00
remtrans.cpp ICU-6132 Check null pointer allocation and perform appropriate actions in regexst.cpp, remtrans.cpp, and repattrn.cpp. 2008-01-14 23:25:13 +00:00
remtrans.h ICU-5279 Reduce the set of exported functions. 2007-06-03 06:08:46 +00:00
repattrn.cpp ICU-6076 Make sure that we objects are fully initialized for deletion, and 2008-02-17 18:26:39 +00:00
search.cpp ICU-6344 disable search if break iteration is on 2008-06-20 22:53:25 +00:00
simpletz.cpp ICU-6132 Fix test failure by separating null pointer check. 2008-01-16 17:00:08 +00:00
smpdtfmt.cpp ICU-6585 Formats with c,cc should use local day of week (and ee should have zero pad) 2008-10-24 03:36:26 +00:00
sortkey.cpp ICU-5304 Allow source code to work again without using U_NAMESPACE_USE 2006-09-04 16:36:21 +00:00
strmatch.cpp ICU-3862 Make sure that data isn't exported when it is only needed internally. 2004-07-20 00:40:25 +00:00
strmatch.h ICU-4179 update copyright notices for ICU 3.2 2004-10-29 23:42:49 +00:00
strrepl.cpp ICU-4161 remove tabs from source code 2004-11-11 23:34:58 +00:00
strrepl.h ICU-4179 update copyright notices for ICU 3.2 2004-10-29 23:42:49 +00:00
stsearch.cpp ICU-6344 disable search if break iteration is on 2008-06-20 22:53:25 +00:00
taiwncal.cpp ICU-6481 fix threading issues in calendar initialization code 2008-08-05 22:19:05 +00:00
taiwncal.h ICU-4567 Removed unnecessary virtual method implementations in Taiwan/Buddhist calendar. 2007-08-17 03:38:53 +00:00
tblcoll.cpp ICU-6132 Add proper checking of pointer before dereferencing in timezone and tblcoll. 2008-01-16 17:13:11 +00:00
timezone.cpp ICU-6597 Fix a DST display name bug. 2008-10-27 15:22:18 +00:00
titletrn.cpp ICU-5410 Remove unused/untestable code 2007-06-08 22:31:20 +00:00
titletrn.h ICU-5410 Remove unused/untestable code 2007-06-08 22:31:20 +00:00
tmunit.cpp ICU-6311 full and abbreviated simple duration format support, release to trunk 2008-09-19 19:05:37 +00:00
tmutamt.cpp ICU-6311 full and abbreviated simple duration format support, release to trunk 2008-09-19 19:05:37 +00:00
tmutfmt.cpp ICU-6303 change FIXME to TODO 2008-10-22 06:06:56 +00:00
tolowtrn.cpp ICU-5410 Remove unused/untestable code 2007-06-08 22:31:20 +00:00
tolowtrn.h ICU-5410 Remove unused/untestable code 2007-06-08 22:31:20 +00:00
toupptrn.cpp ICU-5410 Remove unused/untestable code 2007-06-08 22:31:20 +00:00
toupptrn.h ICU-5410 Remove unused/untestable code 2007-06-08 22:31:20 +00:00
translit.cpp ICU-6551 reduce use of common words in rename. 2008-09-25 20:24:14 +00:00
transreg.cpp ICU-6551 reduce use of common words in rename. 2008-09-25 20:24:14 +00:00
transreg.h ICU-6551 reduce use of common words in rename. 2008-09-25 20:24:14 +00:00
tridpars.cpp ICU-6551 reduce use of common words in rename. 2008-09-25 20:24:14 +00:00
tridpars.h ICU-4539 Added ability to put ::ID rules into the middle of Transliterator rule sets. 2005-06-09 17:30:48 +00:00
tzrule.cpp ICU-5575 Fix last change by making the static function a proper C callback. 2007-08-09 02:14:36 +00:00
tztrans.cpp ICU-5871 Fix crashes found running intltest w/o ICU data. 2007-08-23 01:19:39 +00:00
ucal.cpp ICU-6615 define UCAL_DEFAULT, make UCAL_GREGORIAN work correctly in ucal_open 2008-11-07 04:50:24 +00:00
ucln_in.c ICU-4707 Fix some compiler warnings. 2006-08-24 18:51:49 +00:00
ucln_in.h ICU-6551 reduce use of common words in rename. 2008-09-25 20:24:14 +00:00
ucol_bld.cpp ICU-6530 add UTrie2 and improve upvec_ via svn merge -r 24551:24849 icu/branches/markus/utf8 2008-10-22 19:50:07 +00:00
ucol_bld.h ICU-6118 Remove the @internal functions ucol_collatorToIdentifier, ucol_openFromIdentifier, ucol_identifierToShortString and ucol_shortStringToIdentifier (not used by original customer and their data is out of date). 2008-01-05 01:27:56 +00:00
ucol_cnt.cpp ICU-6132 Undo some unneccessary changes. Remove some tabs. Make sure that the UErrorCode is propagated when possible. When a UErrorCode is available, don't check for a NULL return value. 2008-02-23 19:15:18 +00:00
ucol_cnt.h ICU-6118 Remove the @internal functions ucol_collatorToIdentifier, ucol_openFromIdentifier, ucol_identifierToShortString and ucol_shortStringToIdentifier (not used by original customer and their data is out of date). 2008-01-05 01:27:56 +00:00
ucol_elm.cpp ICU-6530 add UTrie2 and improve upvec_ via svn merge -r 24551:24849 icu/branches/markus/utf8 2008-10-22 19:50:07 +00:00
ucol_elm.h ICU-6118 Remove the @internal functions ucol_collatorToIdentifier, ucol_openFromIdentifier, ucol_identifierToShortString and ucol_shortStringToIdentifier (not used by original customer and their data is out of date). 2008-01-05 01:27:56 +00:00
ucol_imp.h ICU-6360 fix problem with U_USING_ICU_NAMESPACES=0 build 2008-06-18 19:57:54 +00:00
ucol_res.cpp ICU-6628 ignore @collation=default` 2008-11-17 21:46:15 +00:00
ucol_sit.cpp ICU-6118 Remove the @internal functions ucol_collatorToIdentifier, ucol_openFromIdentifier, ucol_identifierToShortString and ucol_shortStringToIdentifier (not used by original customer and their data is out of date). 2008-01-05 01:27:56 +00:00
ucol_tok.cpp ICU-6567 Fix some compiler warnings 2008-10-03 20:30:55 +00:00
ucol_tok.h ICU-6118 Remove the @internal functions ucol_collatorToIdentifier, ucol_openFromIdentifier, ucol_identifierToShortString and ucol_shortStringToIdentifier (not used by original customer and their data is out of date). 2008-01-05 01:27:56 +00:00
ucol_wgt.c ICU-4707 A function can't be inline when it's always called out of line. 2006-05-21 07:27:31 +00:00
ucol_wgt.h ICU-6118 Remove the @internal functions ucol_collatorToIdentifier, ucol_openFromIdentifier, ucol_identifierToShortString and ucol_shortStringToIdentifier (not used by original customer and their data is out of date). 2008-01-05 01:27:56 +00:00
ucol.cpp ICU-6530 add UTrie2 and improve upvec_ via svn merge -r 24551:24849 icu/branches/markus/utf8 2008-10-22 19:50:07 +00:00
ucoleitr.cpp ICU-5955 Add freeOffsetBuffer function to make sure that previously allocated offsetBuffer is freed to avoid memory leaks. Add deleter method in ssearch.cpp to remove hashtable objects. Delete various objects in intltest after it is no longer needed. 2008-06-09 21:18:46 +00:00
ucsdet.cpp ICU-5410 Remove untested code as per the agreed policy stated in ticket #2972. 2007-06-11 18:52:53 +00:00
ucurr.cpp ICU-6256 Integrate 1.6 data - 2nd run 2008-06-07 20:46:42 +00:00
ucurrimp.h ICU-6118 Export less internal API. 2008-01-04 08:45:10 +00:00
udat.cpp ICU-5241 Added single setters for quarters 2006-08-08 21:58:59 +00:00
udatpg.cpp ICU-5787 merge from feature branch revision 22024:22252. 2007-08-03 18:43:04 +00:00
ulocdata.c ICU-5410 Improve code coverage. 2007-06-14 01:30:51 +00:00
umsg_imp.h ICU-2248 modularize icu, allow parts to not be built 2002-09-20 01:54:48 +00:00
umsg.cpp ICU-5333 Whitespace changes. 2006-08-19 21:27:08 +00:00
unesctrn.cpp ICU-6132 Check null pointer before dereferencing in unesctrn, unistr, and unum. 2008-01-16 22:58:59 +00:00
unesctrn.h ICU-5279 Reduce the set of exported functions. 2007-06-03 06:08:46 +00:00
uni2name.cpp ICU-5410 Remove unused/untestable code 2007-06-08 22:31:20 +00:00
uni2name.h ICU-5410 Remove unused/untestable code 2007-06-08 22:31:20 +00:00
unum.cpp ICU-6132 Undo some unneccessary changes. Remove some tabs. Make sure that the UErrorCode is propagated when possible. When a UErrorCode is available, don't check for a NULL return value. 2008-02-23 19:15:18 +00:00
uregex.cpp ICU-6149 Use traditional ICU C callback declarations. 2008-02-26 08:40:20 +00:00
uregexc.cpp ICU-5304 Allow source code to work again without using U_NAMESPACE_USE in public headers 2006-09-04 17:15:14 +00:00
usearch.cpp ICU-6530 add UTrie2 and improve upvec_ via svn merge -r 24551:24849 icu/branches/markus/utf8 2008-10-22 19:50:07 +00:00
usrchimp.h ICU-5420 merge changes from branches/eric/string-search r.23303 - r.23976 2008-05-23 04:22:28 +00:00
utmscale.c ICU-5490 add UDateTimeScale for Unix time with microseconds granularity 2006-11-02 17:33:51 +00:00
utrans.cpp ICU-4671 Fix for Forte 8 2005-07-18 20:22:03 +00:00
vtzone.cpp ICU-5955 Add deleter for TimeZoneRule. 2008-06-06 18:44:54 +00:00
windtfmt.cpp ICU-6207 Disable getting windows timezone information from static tables. Use resource bundles and TimeZone and Calendar API to get needed timezone information. Create a new file in i18n to allow access to TimeZone and Calendar API. Update subsequent files to use new wintzimpl.h API. 2008-09-18 21:13:52 +00:00
windtfmt.h ICU-5410 Improve code coverage. 2007-06-07 22:05:26 +00:00
winnmfmt.cpp ICU-5741 Test and fix cloning of Win32NumberFormat and Win32DateFormat 2007-06-12 05:20:11 +00:00
winnmfmt.h ICU-5410 Improve code coverage. 2007-06-07 22:05:26 +00:00
wintzimpl.cpp ICU-6207 Cleaned up unused code. Minor improvements. 2008-09-30 19:18:59 +00:00
wintzimpl.h ICU-6207 Disable getting windows timezone information from static tables. Use resource bundles and TimeZone and Calendar API to get needed timezone information. Create a new file in i18n to allow access to TimeZone and Calendar API. Update subsequent files to use new wintzimpl.h API. 2008-09-18 21:13:52 +00:00
zonemeta.cpp ICU-6488 mutex cleanup in timezone code 2008-08-06 21:01:19 +00:00
zonemeta.h ICU-5561 Adding new C++ API TimeZone::getCanonicalID and its C corresponding. Added test cases for the new API. Cleaned up ZoneMeta class. 2008-01-23 23:47:13 +00:00
zstrfmt.cpp ICU-6472 Clean some compiler warnings and other fluff 2008-08-01 01:51:21 +00:00
zstrfmt.h ICU-6414 Optimize CharacterNode and TextTrieMap in zstrfmt 2008-07-03 16:03:59 +00:00