scuffed-code/icu4c/source/i18n
2006-10-10 15:44:51 +00:00
..
unicode ICU-5440 Return the correct list of supported locales for collation. 2006-10-04 06:05:30 +00:00
.cvsignore ICU-3741 Ignore some things that appear on Cygwin 2004-05-11 16:15:58 +00:00
anytrans.cpp ICU-5304 Allow source code to work again without using U_NAMESPACE_USE 2006-09-04 16:36:21 +00:00
anytrans.h ICU-5008 Remove some false @draft notices. 2006-01-18 03:52:57 +00:00
astro.cpp ICU-5032 Remove unused code. 2006-07-25 22:42:34 +00:00
astro.h ICU-5032 Remove unused code. 2006-07-25 22:42:34 +00:00
bocsu.c
bocsu.h
buddhcal.cpp ICU-5349 Use UMTX_CHECK when it's helpful. 2006-09-08 04:02:23 +00:00
buddhcal.h ICU-4179 update copyright notices for ICU 3.2 2004-10-29 23:42:49 +00:00
calendar.cpp ICU-5410 Don't put the deprecated internalSet function in a public header as inline. 2006-09-21 01:40:29 +00:00
casetrn.cpp ICU-5304 Allow source code to work again without using U_NAMESPACE_USE 2006-09-04 16:36:21 +00:00
casetrn.h ICU-4497 add const to use of UCaseProps singleton 2005-04-28 23:50:15 +00:00
chnsecal.cpp
chnsecal.h
choicfmt.cpp ICU-5152 Remove broken uprv_dtostr function, and create a better ChoiceFormat::dtos function. 2006-04-08 09:48:13 +00:00
coleitr.cpp ICU-5161 Fix valgrind and Purify warnings about uninitialized memory copies 2006-04-21 18:56:24 +00:00
coll.cpp ICU-5440 Return the correct list of supported locales for collation. 2006-10-04 06:05:30 +00:00
cpdtrans.cpp ICU-4707 Fix some compiler warnings about unused variables. 2006-02-09 08:59:20 +00:00
cpdtrans.h ICU-4539 Fixes for EBCDIC safety and UCONFIG_NO_CONVERSION=1. 2005-06-21 16:55:19 +00:00
csdetect.cpp ICU-5371 Visual Studio 6 fixes. 2006-09-08 16:48:31 +00:00
csdetect.h ICU-4639 code review comments. 2006-08-21 23:35: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-5198 Disable charset detection when UCONFIG_NO_CONVERSION is 1. 2006-05-09 18:06:10 +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-5333 Whitespace changes. 2006-08-19 21:27:08 +00:00
csrmbcs.h ICU-5333 Whitespace changes. 2006-08-19 21:27:08 +00:00
csrsbcs.cpp ICU-5310 White space fixes. 2006-08-10 19:08:46 +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-5198 Disable charset detection when UCONFIG_NO_CONVERSION is 1. 2006-05-09 18:06:10 +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-3500 fix compiler warning 2004-04-28 18:12:14 +00:00
currfmt.h ICU-4072 Explicitly use U_EXPORT2 to specify calling convention of static C++ code. 2004-08-24 17:38:33 +00:00
currunit.cpp ICU-3500 fix compiler warning 2004-04-28 18:12:14 +00:00
datefmt.cpp ICU-4152 Initial checkin of tests. Aslo bug fixes for bugs that the tests found! 2006-01-23 23:25:00 +00:00
dcfmtsym.cpp ICU-3832 Add support for monetary grouping separator 2006-01-09 23:03:31 +00:00
decimfmt.cpp ICU-5032 Remove untestable code. symbolsToAdopt can't be NULL, and the else branch does the same thing. 2006-08-08 21:39:04 +00:00
digitlst.cpp ICU-4703 Fix BEAM warnings. 2005-08-02 18:12:39 +00:00
digitlst.h ICU-4161 remove tabs from source code 2004-11-11 23:34:58 +00:00
dtfmtsym.cpp ICU-5349 Don't use mutex.h when umutex.h also works. 2006-09-08 03:41:10 +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-5008 Remove some false @draft notices. 2006-01-18 03:52:57 +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-4707 Fix some compiler warnings 2006-01-14 09:24:33 +00:00
format.cpp ICU-4084 Make sure that ures_* is used instead of the slower ResourceBundle. 2004-09-03 15:24:16 +00:00
funcrepl.cpp
funcrepl.h ICU-4288 Fix some compiler warnings. 2004-12-07 23:43:48 +00:00
gregocal.cpp ICU-5349 Use UMTX_CHECK when it's helpful. 2006-09-08 04:02:23 +00:00
gregoimp.cpp ICU-5304 Add missing namespace declarations. 2006-09-04 16:36:46 +00:00
gregoimp.h ICU-4327 Add long era names, narrow month/day, standalone month/day 2005-07-01 17:30:36 +00:00
hebrwcal.cpp ICU-5349 Use UMTX_CHECK when it's helpful. 2006-09-08 04:02:23 +00:00
hebrwcal.h ICU-5032 Move deprecated virtual inline code into the rest of the Hebrew calendar. 2006-03-22 00:38:45 +00:00
i18n.rc ICU-4412 Bye bye oss.software.ibm.com. Your pages have been sent to other various web sites. 2005-02-18 02:32:32 +00:00
i18n.vcproj ICU-4881 Update version 3.5 ->3.6 2006-07-11 00:30:28 +00:00
inputext.cpp ICU-4639 code review comments. 2006-08-21 23:35:23 +00:00
inputext.h ICU-4639 code review comments. 2006-08-21 23:35:23 +00:00
islamcal.cpp ICU-5349 Use UMTX_CHECK when it's helpful. 2006-09-08 04:02:23 +00:00
islamcal.h ICU-4179 update copyright notices for ICU 3.2 2004-10-29 23:42:49 +00:00
japancal.cpp ICU-5349 Use UMTX_CHECK when it's helpful. 2006-09-08 04:02:23 +00:00
japancal.h ICU-4179 update copyright notices for ICU 3.2 2004-10-29 23:42:49 +00:00
Makefile.in ICU-4707 Remove some compiler warnings about empty compilation units. 2006-03-03 06:59:43 +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-3500 fix compiler warning 2004-04-28 18:12:14 +00:00
msgfmt.cpp ICU-5304 Allow source code to work again without using U_NAMESPACE_USE 2006-09-04 16:36:21 +00:00
name2uni.cpp ICU-5410 Improve test code coverage by commenting out functions that can never be used. 2006-09-22 18:38:46 +00:00
name2uni.h ICU-5008 Remove some false @draft notices. 2006-01-18 03:52:57 +00:00
nfrlist.h ICU-4733 Use int32_t instead of int. 2005-08-23 18:44:52 +00:00
nfrs.cpp ICU-4559 Make the library contain less data. 2005-06-16 17:22:32 +00:00
nfrs.h ICU-4092 Remove dead code 2004-12-31 18:54:55 +00:00
nfrule.cpp ICU-4707 Fix some compiler warnings about unused variables. 2006-02-09 08:59:20 +00:00
nfrule.h ICU-4330 HP-UX has a C++ name mangling bug when the namespace version 2005-06-14 17:14:30 +00:00
nfsubs.cpp ICU-5304 Add missing namespace declarations. 2006-09-04 16:36:46 +00:00
nfsubs.h ICU-4707 Fix some compiler warnings. 2006-03-22 07:57:49 +00:00
nortrans.cpp ICU-5349 mutex.h isn't needed in these files. 2006-09-08 03:40:11 +00:00
nortrans.h ICU-5008 Remove some false @draft notices. 2006-01-18 03:52:57 +00:00
nultrans.cpp ICU-4428 update copyright notices for ICU 3.3. 2005-03-16 18:46:54 +00:00
nultrans.h ICU-5008 Remove some false @draft notices. 2006-01-18 03:52:57 +00:00
numfmt.cpp ICU-5349 Use UMTX_CHECK for double check locking. 2006-08-29 04:57:05 +00:00
olsontz.cpp ICU-5015 fix offset calculation for historical zones. 2006-02-10 03:08:14 +00:00
olsontz.h ICU-4912 xlC can't handle inline and virtual 2005-11-05 02:54:10 +00:00
quant.cpp ICU-4161 remove tabs from source code 2004-11-11 23:34:58 +00:00
quant.h ICU-5032 Increase code coverage numbers 2006-02-08 19:43:00 +00:00
rbnf.cpp ICU-5161 Don't allow users to access uninitialized memory. 2006-04-17 17:01:52 +00:00
rbt_data.cpp ICU-5161 Reduce memory consumption. 2006-04-14 21:09:42 +00:00
rbt_data.h ICU-5161 Reduce memory consumption. 2006-04-14 21:09:42 +00:00
rbt_pars.cpp ICU-5427 Fix copying of uninitialized data between real data items. 2006-09-28 17:39:21 +00:00
rbt_pars.h ICU-5261 Allow the error code to be passed by parameter instead of within the object. 2006-07-13 20:29:11 +00:00
rbt_rule.cpp ICU-4161 remove tabs from source code 2004-11-11 23:34:58 +00:00
rbt_rule.h
rbt_set.cpp ICU-4288 Fix some compiler warnings. 2005-07-07 18:09:09 +00:00
rbt_set.h ICU-4161 remove tabs from source code 2004-11-11 23:34:58 +00:00
rbt.cpp ICU-5349 Use UMTX_CHECK for double check locking. 2006-08-29 04:57:05 +00:00
rbt.h ICU-3905 Fix some compiler warnings. 2004-08-28 04:42:33 +00:00
regexcmp.cpp ICU-5349 mutex.h isn't needed in these files. 2006-09-08 03:40:11 +00:00
regexcmp.h ICU-4888 regex pattern compilation bug with flag settings. 2005-10-20 15:54:01 +00:00
regexcst.h
regexcst.pl
regexcst.txt
regeximp.h ICU-4733 Use int32_t instead of int. 2005-08-23 18:44:52 +00:00
regexst.cpp ICU-5349 Use UMTX_CHECK for double check locking. 2006-08-29 04:57:05 +00:00
regexst.h ICU-4179 update copyright notices for ICU 3.2 2004-10-29 23:42:49 +00:00
rematch.cpp ICU-4733 Use int32_t instead of int. 2005-08-25 18:02:20 +00:00
remtrans.cpp ICU-4044 Fixed RemoveTransliterator::clone() to clone the filter if the RemoveTransliterator has one 2005-06-29 19:22:01 +00:00
remtrans.h ICU-5008 Remove some false @draft notices. 2006-01-18 03:52:57 +00:00
repattrn.cpp ICU-5125 Remove unusable code. 2006-03-25 00:15:56 +00:00
search.cpp ICU-4452 fix bugs that showed up after adding coverage tests 2005-07-14 23:25:48 +00:00
simpletz.cpp ICU-4912 synchronize with ICU4J 2005-11-04 21:57:24 +00:00
smpdtfmt.cpp ICU-5241 Initial checkin of Quarters, narrow month, day names. 2006-06-26 17:51:25 +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-5333 Whitespace changes. 2006-08-19 21:27:08 +00:00
tblcoll.cpp ICU-5270 don't crash when no data present 2006-07-21 22:01:55 +00:00
timezone.cpp ICU-5349 Use UMTX_CHECK when it's helpful. 2006-09-08 04:10:40 +00:00
titletrn.cpp ICU-4143 partial fix for incremental case mapping in transliterators, end with correct offset 2005-02-21 22:50:27 +00:00
titletrn.h ICU-5008 Remove some false @draft notices. 2006-01-18 03:52:57 +00:00
tolowtrn.cpp ICU-3004 Transliterators can't do locale sensitive casing due to how the transliterator registry is used. 2004-12-28 20:06:43 +00:00
tolowtrn.h ICU-5008 Remove some false @draft notices. 2006-01-18 03:52:57 +00:00
toupptrn.cpp ICU-3004 Transliterators can't do locale sensitive casing due to how the transliterator registry is used. 2004-12-28 20:06:43 +00:00
toupptrn.h ICU-5008 Remove some false @draft notices. 2006-01-18 03:52:57 +00:00
translit.cpp ICU-5304 Allow source code to work again without using U_NAMESPACE_USE 2006-09-04 16:36:21 +00:00
transreg.cpp ICU-5247 update data from CLDR 1.4 beta 2006-06-23 16:31:07 +00:00
transreg.h ICU-5161 Reduce memory consumption. 2006-04-14 21:09:42 +00:00
tridpars.cpp ICU-5161 Fix valgrind and Purify warnings about getTerminatedBuffer and uninitialized memory reads. 2006-04-14 21:43:21 +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
ucal.cpp ICU-5211 add API functions: ucal_setGregorianChange() and ucal_getGregorianChange() 2006-06-27 23:06:25 +00:00
ucln_in.c ICU-4707 Fix some compiler warnings. 2006-08-24 18:51:49 +00:00
ucln_in.h ICU-4639 Initial checkin of C port of CharsetDetection. 2006-02-06 18:03:11 +00:00
ucol_bld.cpp ICU-5304 Allow source code to work again without using U_NAMESPACE_USE in public headers 2006-09-04 16:53:17 +00:00
ucol_bld.h ICU-4561 Update copyright notices for ICU 3.4 2005-06-07 23:38:09 +00:00
ucol_cnt.cpp ICU-5032 Improve code coverage 2006-06-07 22:28:24 +00:00
ucol_cnt.h ICU-4869 C++ namespace shouldn't be used for C functions. 2005-10-12 16:06:54 +00:00
ucol_elm.cpp ICU-5445 Fix some compiler warnings. 2006-10-06 18:08:06 +00:00
ucol_elm.h ICU-4869 C++ namespace shouldn't be used for C functions. 2005-10-12 01:06:22 +00:00
ucol_imp.h ICU-5232 nextSortKeyPart doesn't need consumedChars anymore 2006-06-16 05:53:13 +00:00
ucol_res.cpp ICU-5440 Return the correct list of supported locales for collation. 2006-10-10 15:44:51 +00:00
ucol_sit.cpp ICU-5445 Fix some compiler warnings. 2006-10-06 18:08:06 +00:00
ucol_tok.cpp ICU-5445 Fix some compiler warnings. 2006-10-06 18:08:06 +00:00
ucol_tok.h ICU-5231 UCA 5.0 rules need even more space to parse 2006-06-16 05:44:53 +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
ucol.cpp ICU-5445 Fix some compiler warnings. 2006-10-06 18:08:06 +00:00
ucoleitr.cpp ICU-5138 Keep the two collation hash functions together. 2006-04-01 17:29:49 +00:00
ucsdet.cpp ICU-5304 Allow source code to work again without using U_NAMESPACE_USE 2006-09-04 16:36:21 +00:00
ucurr.cpp ICU-5349 Use umutex.h instead of mutex.h 2006-09-08 04:03:08 +00:00
ucurrimp.h ICU-5304 Improve namespace and mutex usage. 2006-09-04 17:01:02 +00:00
udat.cpp ICU-5241 Added single setters for quarters 2006-08-08 21:58:59 +00:00
ulocdata.c ICU-4946 Fix for non-Windows/Linux platforms. 2005-12-02 00:05:15 +00:00
umsg_imp.h
umsg.cpp ICU-5333 Whitespace changes. 2006-08-19 21:27:08 +00:00
unesctrn.cpp ICU-4296 Reduce the number of function exports 2004-12-14 16:59:34 +00:00
unesctrn.h ICU-5008 Remove some false @draft notices. 2006-01-18 03:52:57 +00:00
uni2name.cpp ICU-4189 Remove some dependencies on the conversion API. 2004-12-04 07:22:23 +00:00
uni2name.h ICU-5008 Remove some false @draft notices. 2006-01-18 03:52:57 +00:00
unum.cpp ICU-4161 Properly indent the code. 2004-11-12 07:07:41 +00:00
uregex.cpp ICU-4315 add missing buffer overflow check 2005-08-31 00:52:22 +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-4703 usearch_openFromCollator should return when detecting bad arguments. 2006-03-30 09:26:24 +00:00
usrchimp.h ICU-3770 Updated copyright notices for ICU 3.0 2004-05-19 20:42:44 +00:00
utmscale.c 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 2006-06-28 22:39:00 +00:00
utrans.cpp ICU-4671 Fix for Forte 8 2005-07-18 20:22:03 +00:00
windtfmt.cpp ICU-5254 Fix for MinGW 2006-08-15 06:48:01 +00:00
windtfmt.h ICU-4152 Use TimeZone::getEquivalentID to handle aliases. 2006-01-24 22:16:39 +00:00
winnmfmt.cpp ICU-5254 Fix for MinGW 2006-08-17 05:21:06 +00:00
winnmfmt.h ICU-5032 Increase code coverage numbers by removing redundant code 2006-02-08 21:42:32 +00:00