scuffed-code/icu4c/source/i18n
Vladimir Weinstein 2131d21888 ICU-1594 remove supplemental latin1 mapping from the data file, as there is one already included in the utrie, and
jitterbug 1599: testing the results of malloc/realloc, preserving status in some operations

X-SVN-Rev: 7377
2001-12-28 20:58:58 +00:00
..
unicode ICU-929 add indexOf() and charAt() methods 2001-12-11 01:13:33 +00:00
.cvsignore ICU-3 ignore *.ao files 2000-10-24 19:48:09 +00:00
bocsu.c ICU-96 modified BOCSU for identical level and moved it into a separate module 2001-05-18 19:49:04 +00:00
bocsu.h ICU-96 modified BOCSU for identical level and moved it into a separate module 2001-05-18 19:49:04 +00:00
brkdict.cpp ICU-1099 Make some data a bit more const 2001-10-09 22:57:29 +00:00
brkdict.h ICU-1099 Make some data a bit more const 2001-10-09 22:57:29 +00:00
brkiter.cpp ICU-1099 Make some data a bit more const 2001-10-09 22:57:29 +00:00
calendar.cpp ICU-1264 added namspace support where possible. 2001-10-08 23:26:58 +00:00
choicfmt.cpp ICU-329 Clear the parseErr struct consistently by setting the offsets and line with -1 2001-11-15 21:13:37 +00:00
coleitr.cpp ICU-1264 added namspace support where possible. 2001-10-08 23:26:58 +00:00
coll.cpp ICU-1264 added namspace support where possible. 2001-10-08 23:26:58 +00:00
cpdtrans.cpp ICU-900 Fixed some compiler warnings 2001-12-03 18:32:20 +00:00
datefmt.cpp ICU-1264 added namspace support where possible. 2001-10-08 23:26:58 +00:00
dbbi_tbl.cpp ICU-1099 Make some data a bit more const 2001-10-09 22:57:29 +00:00
dbbi_tbl.h ICU-1099 Make some data a bit more const 2001-10-09 22:57:29 +00:00
dbbi.cpp ICU-1099 Make some data a bit more const 2001-10-09 22:57:29 +00:00
dcfmtsym.cpp ICU-1264 added namspace support where possible. 2001-10-08 23:26:58 +00:00
decimfmt.cpp ICU-329 Clear the parseErr struct consistently by setting the offsets and line with -1 2001-11-15 21:13:37 +00:00
digitlst.cpp ICU-1264 added namspace support where possible. 2001-10-08 23:26:58 +00:00
digitlst.h ICU-1264 added namspace support where possible. 2001-10-08 23:26:58 +00:00
dtfmtsym.cpp ICU-1008 Fix for HP/UX 2001-11-15 22:40:28 +00:00
esctrn.cpp ICU-900 Fixed some compiler warnings 2001-12-03 23:56:30 +00:00
esctrn.h ICU-1225 add new Escape and Unescape transliterators to replace UnicodeToHex and HexToUnicode; register several Any-Hex and Hex-Any variants 2001-11-21 07:02:15 +00:00
fmtable.cpp ICU-1264 added namspace support where possible. 2001-10-08 23:26:58 +00:00
format.cpp ICU-1264 added namspace support where possible. 2001-10-08 23:26:58 +00:00
gregocal.cpp ICU-1264 added namspace support where possible. 2001-10-08 23:26:58 +00:00
hextouni.cpp ICU-611 updated the APIs for u_digit and u_forDigit to be consistent. 2001-11-12 23:01:17 +00:00
i18n.dsp ICU-1567 This should fix some of the AIX 4.3/Visual Age 5 preprocessor problems 2001-11-30 00:06:13 +00:00
i18n.dsw Initial revision 1999-08-16 21:50:52 +00:00
i18n.rc ICU-1074 Fixed STLPort C++ library compilation problem 2001-07-26 18:03:44 +00:00
llong.cpp ICU-1028 os/390 fix, which uses EBCDIC instead of ASCII 2001-12-03 22:35:02 +00:00
llong.h ICU-1028 os/390 fix, which uses EBCDIC instead of ASCII 2001-12-03 22:35:02 +00:00
Makefile.in ICU-1225 add new Escape and Unescape transliterators to replace UnicodeToHex and HexToUnicode; register several Any-Hex and Hex-Any variants 2001-11-21 07:02:15 +00:00
msgfmt.cpp ICU-1567 This should fix some of the AIX 4.3/Visual Age 5 preprocessor problems 2001-11-30 00:06:13 +00:00
name2uni.cpp ICU-1373 more fixes to support supplementals 2001-12-03 21:43:13 +00:00
name2uni.h ICU-1533 Moved new Transliterator subclasses here to make them private. 2001-11-16 23:51:15 +00:00
nfrlist.h ICU-1271 Remove static initialization, remove tabs, add copyright header, conform closer to ICU coding guidelines... 2001-10-11 16:56:24 +00:00
nfrs.cpp ICU-1567 This should fix some of the AIX 4.3/Visual Age 5 preprocessor problems 2001-11-30 00:06:13 +00:00
nfrs.h ICU-1271 Remove static initialization, remove tabs, add copyright header, conform closer to ICU coding guidelines... 2001-10-11 16:56:24 +00:00
nfrule.cpp ICU-1567 This should fix some of the AIX 4.3/Visual Age 5 preprocessor problems 2001-11-30 00:06:13 +00:00
nfrule.h ICU-392 cleaning code for proper exports in libraries/urename.h generation 2001-10-23 00:38:12 +00:00
nfsubs.cpp ICU-104 added fixes for findFractionalRuleSetRule. Worked around 2001-11-28 23:31:53 +00:00
nfsubs.h ICU-900 Fixed some compiler warnings 2001-11-20 18:44:51 +00:00
nortrans.cpp ICU-1575 more mutex and string initialization cleanup 2001-12-04 00:08:31 +00:00
nortrans.h ICU-1575 fixed normalizing transliterator to get closer to the end in incremental mode; latin-katakana & fullwidth/halfwidth now pass incremental tests. UnicodeSet has some package-private utilities added -- they should be made public next release. 2001-12-03 20:50:50 +00:00
nultrans.cpp ICU-1264 added namspace support where possible. 2001-10-08 23:26:58 +00:00
numfmt.cpp ICU-1264 added namspace support where possible. 2001-10-08 23:26:58 +00:00
quant.cpp ICU-1076 clear toPattern result buffer 2001-12-04 05:25:39 +00:00
quant.h ICU-1406 make UnicodeMatcher::matches non-const 2001-10-30 23:55:09 +00:00
rbbi_bld.cpp ICU-45 changed include paths to use forward slashes, not backward ones 2000-08-23 18:54:55 +00:00
rbbi_bld.h ICU-903 updated copyright notices. 2001-03-22 00:09:10 +00:00
rbbi_tbl.cpp ICU-1264 added namspace support where possible. 2001-10-08 23:26:58 +00:00
rbbi_tbl.h ICU-1264 added namspace support where possible. 2001-10-08 23:26:58 +00:00
rbbi.cpp ICU-900 Fixed some compiler warnings 2001-11-20 19:37:16 +00:00
rbnf.cpp ICU-104 fix problems with RBNF clone. llong conversion to text now 2001-11-28 00:58:33 +00:00
rbt_data.cpp ICU-1406 make UnicodeMatcher::matches non-const 2001-10-30 23:55:09 +00:00
rbt_data.h ICU-1406 make UnicodeMatcher::matches non-const 2001-10-30 23:55:09 +00:00
rbt_pars.cpp ICU-1576 Rename class Utility to ICU_Utility, to avoid possible conflicts with application classes. 2001-12-03 20:19:08 +00:00
rbt_pars.h ICU-1533 incorporate Mark's review comments; move utility methods to Utility class 2001-11-27 21:54:58 +00:00
rbt_rule.cpp ICU-1591 clean up TransliterationRule 2001-12-11 22:11:51 +00:00
rbt_rule.h ICU-1591 clean up TransliterationRule 2001-12-11 22:11:51 +00:00
rbt_set.cpp ICU-1541 consistently added U_CAPI & U_EXPORT2 to all the declarations and definitions 2001-11-21 01:08:55 +00:00
rbt_set.h ICU-1264 added namspace support where possible. 2001-10-08 23:26:58 +00:00
rbt.cpp ICU-1389 fix comments per Doug's review 2001-11-16 19:08:46 +00:00
remtrans.cpp ICU-1514 map Remove' => Null 2001-11-29 18:03:51 +00:00
remtrans.h ICU-1514 map Remove' => Null 2001-11-29 18:03:51 +00:00
search.cpp ICU-1004 2001-11-09 22:42:20 +00:00
simpletz.cpp ICU-1264 added namspace support where possible. 2001-10-08 23:26:58 +00:00
smpdtfmt.cpp ICU-1264 added namspace support where possible. 2001-10-08 23:26:58 +00:00
sortkey.cpp ICU-1023 change UHashKey to UHashTok and use for values as well 2001-10-16 18:31:13 +00:00
strmatch.cpp ICU-1591 clean up TransliterationRule 2001-12-11 17:45:13 +00:00
strmatch.h ICU-1406 make UnicodeMatcher::matches non-const 2001-10-30 23:55:09 +00:00
stsearch.cpp ICU-1567 This should fix some of the AIX 4.3/Visual Age 5 preprocessor problems 2001-11-30 00:06:13 +00:00
symtable.h ICU-1232 disallow UnicodeSets (and other standins) in translit output 2001-11-09 01:22:33 +00:00
tblcoll.cpp ICU-1099 Make some data a bit more const 2001-10-11 23:54:55 +00:00
timezone.cpp ICU-1264 added namspace support where possible. 2001-10-08 23:26:58 +00:00
titletrn.cpp ICU-1592 add Sk to SKIP set 2001-12-11 00:02:07 +00:00
titletrn.h ICU-1501 Ported back the Upper/Lower/TitlecaseTransliterator changes from Java. 2001-11-30 00:57:29 +00:00
tolowtrn.cpp ICU-1211 Don't go beyond the end of the array (fix for Solaris, Windows, HP/UX) 2001-12-04 02:16:58 +00:00
tolowtrn.h ICU-1373 more fixes to support supplementals 2001-12-03 21:43:13 +00:00
toupptrn.cpp ICU-1211 Don't go beyond the end of the array (fix for Solaris, Windows, HP/UX) 2001-12-04 02:16:58 +00:00
toupptrn.h ICU-1373 more fixes to support supplementals 2001-12-03 21:43:13 +00:00
translit.cpp ICU-1575 fixed normalizing transliterator to get closer to the end in incremental mode; latin-katakana & fullwidth/halfwidth now pass incremental tests. UnicodeSet has some package-private utilities added -- they should be made public next release. 2001-12-03 20:50:50 +00:00
transreg.cpp ICU-1541 consistently added U_CAPI & U_EXPORT2 to all the declarations and definitions 2001-11-21 01:08:55 +00:00
transreg.h ICU-1389 incorporate Mark's review comments - comments only 2001-11-21 21:45:40 +00:00
tzdat.h ICU-903 updated copyright notices 2001-03-21 20:31:13 +00:00
ubrk.cpp ICU-1541 consistently added U_CAPI & U_EXPORT2 to all the declarations and definitions 2001-11-21 01:08:55 +00:00
ucal.cpp ICU-1567 This should fix some of the AIX 4.3/Visual Age 5 preprocessor problems 2001-11-30 00:06:13 +00:00
ucln_in.c ICU-1008 Remove static destruction 2001-11-15 19:27:10 +00:00
ucln_in.h ICU-1008 Remove static destruction 2001-11-15 19:27:10 +00:00
ucol_bld.cpp ICU-1599 testing the results of malloc/realloc, preserving status in some operations 2001-12-28 20:53:44 +00:00
ucol_bld.h ICU-1211 correcting what gets exported where 2001-10-20 01:09:31 +00:00
ucol_cnt.cpp ICU-1599 testing the results of malloc/realloc, preserving status in some operations 2001-12-28 20:53:44 +00:00
ucol_cnt.h ICU-1599 testing the results of malloc/realloc, preserving status in some operations 2001-12-28 20:53:44 +00:00
ucol_elm.cpp ICU-1594 remove supplemental latin1 mapping from the data file, as there is one already included in the utrie, and 2001-12-28 20:58:58 +00:00
ucol_elm.h ICU-1594 collation now uses generalized utrie data structure 2001-12-19 07:00:45 +00:00
ucol_imp.h ICU-1594 remove supplemental latin1 mapping from the data file, as there is one already included in the utrie 2001-12-28 20:55:24 +00:00
ucol_tok.cpp ICU-1541 consistently added U_CAPI & U_EXPORT2 to all the declarations and definitions 2001-11-21 01:08:55 +00:00
ucol_tok.h ICU-392 cleaned code for urename.h generation & proper exports 2001-10-22 05:30:22 +00:00
ucol_wgt.c ICU-900 Fixed some compiler warnings. 2001-11-20 17:23:25 +00:00
ucol_wgt.h ICU-96 Added Lotus rules. Fixed tertiary strength generation. Fixed caching resets in tailoring generation. Added test for Korean. 2001-05-26 05:33:48 +00:00
ucol.cpp ICU-1594 remove supplemental latin1 mapping from the data file, as there is one already included in the utrie 2001-12-28 20:55:24 +00:00
ucoleitr.cpp ICU-1541 consistently added U_CAPI & U_EXPORT2 to all the declarations and definitions 2001-11-21 01:08:55 +00:00
udat.cpp ICU-1541 consistently added U_CAPI & U_EXPORT2 to all the declarations and definitions 2001-11-21 01:08:55 +00:00
umsg_imp.h ICU-1008 Do less static initialization 2001-06-25 21:15:39 +00:00
umsg.cpp ICU-1541 consistently added U_CAPI & U_EXPORT2 to all the declarations and definitions 2001-11-21 01:08:55 +00:00
unesctrn.cpp ICU-900 Fixed some compiler warnings 2001-12-03 23:56:30 +00:00
unesctrn.h ICU-1225 add new Escape and Unescape transliterators to replace UnicodeToHex and HexToUnicode; register several Any-Hex and Hex-Any variants 2001-11-21 07:02:15 +00:00
uni2name.cpp ICU-1373 more fixes to support supplementals 2001-12-03 21:43:13 +00:00
uni2name.h ICU-1533 Moved new Transliterator subclasses here to make them private. 2001-11-16 23:51:15 +00:00
unifilt.cpp ICU-1533 update docs per Doug's review 2001-11-20 00:41:01 +00:00
unifltlg.cpp ICU-1048 repair ::ID block code in reverse direction 2001-10-24 13:34:11 +00:00
uniset.cpp ICU-929 fix indexOf bug 2001-12-13 22:57:08 +00:00
unitohex.cpp ICU-1099 Make some data a bit more const 2001-10-11 23:54:55 +00:00
unum.cpp ICU-1541 consistently added U_CAPI & U_EXPORT2 to all the declarations and definitions 2001-11-21 01:08:55 +00:00
upropset.cpp ICU-1567 This should fix some of the AIX 4.3/Visual Age 5 preprocessor problems 2001-11-30 00:06:13 +00:00
upropset.h ICU-1272 Fix for Solaris WorkShop 6 2001-10-18 17:20:02 +00:00
usearch.cpp ICU-1541 consistently added U_CAPI & U_EXPORT2 to all the declarations and definitions 2001-11-21 01:08:55 +00:00
usrchimp.h ICU-1211 correcting what gets exported where 2001-10-20 01:09:31 +00:00
util.cpp ICU-1576 Rename class Utility to ICU_Utility, to avoid possible conflicts with application classes. 2001-12-03 20:19:08 +00:00
util.h ICU-1576 Rename class Utility to ICU_Utility, to avoid possible conflicts with application classes. 2001-12-03 20:19:08 +00:00
utrans.cpp ICU-1541 consistently added U_CAPI & U_EXPORT2 to all the declarations and definitions 2001-11-21 01:08:55 +00:00
xformtrn.cpp ICU-1373 more fixes to support supplementals 2001-12-03 21:43:13 +00:00
xformtrn.h ICU-1373 more fixes to support supplementals 2001-12-03 21:43:13 +00:00