scuffed-code/icu4c/source/i18n
2002-02-26 17:50:59 +00:00
..
unicode ICU-837 First shot at fixing up ustdio for better compatibility with stdio. 2002-02-23 00:34:39 +00:00
.cvsignore
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
calendar.cpp ICU-1499 Change DateTimeElements from string array -> intvector. 2002-02-08 02:48:01 +00:00
caniter.cpp ICU-1682 Canonical iterator - port to C++, first revision 2002-02-13 19:24:02 +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-1696 Updating with UnicodeString::getBuffer instead of extract() 2002-02-07 00:18:19 +00:00
coll.cpp ICU-1264 added namspace support where possible. 2001-10-08 23:26:58 +00:00
cpdtrans.cpp ICU-1234 cleanup 2002-02-20 00:01:31 +00:00
datefmt.cpp ICU-1630 Move UMTX from utypes.h to umutex.h, 2002-01-23 17:17:06 +00:00
dcfmtsym.cpp ICU-1264 added namspace support where possible. 2001-10-08 23:26:58 +00:00
decimfmt.cpp ICU-837 First shot at fixing up ustdio for better compatibility with stdio. 2002-02-23 00:34:39 +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-1616 Add comment about locale data verification. 2002-01-30 06:17:12 +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
funcrepl.cpp ICU-1234 make output side of RBTs object-oriented; rewrite ID parsers and modularize them; implement &Any-Lower() support 2002-02-07 01:07:55 +00:00
funcrepl.h ICU-1234 make output side of RBTs object-oriented; rewrite ID parsers and modularize them; implement &Any-Lower() support 2002-02-07 01:07:55 +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-1126 move break iterator code to common library so that titlecasing can use it 2002-02-21 04:42:32 +00:00
i18n.dsw
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-1126 move break iterator code to common library so that titlecasing can use it 2002-02-21 04:42:32 +00:00
msgfmt.cpp ICU-1616 Pay more attention to UErrorCode 2002-01-30 06:18:26 +00:00
name2uni.cpp ICU-1681 do not test for U+0020 it is handled already. 2002-02-14 20:39:27 +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-1700 public C API for iterative normalization 2002-02-10 00:11:16 +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-1234 make output side of RBTs object-oriented; rewrite ID parsers and modularize them; implement &Any-Lower() support 2002-02-07 01:07:55 +00:00
quant.h ICU-1234 make output side of RBTs object-oriented; rewrite ID parsers and modularize them; implement &Any-Lower() support 2002-02-07 01:07:55 +00:00
rbbi_bld.cpp
rbbi_bld.h ICU-903 updated copyright notices. 2001-03-22 00:09:10 +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-1234 make output side of RBTs object-oriented; rewrite ID parsers and modularize them; implement &Any-Lower() support 2002-02-07 01:07:55 +00:00
rbt_data.h ICU-1234 make output side of RBTs object-oriented; rewrite ID parsers and modularize them; implement &Any-Lower() support 2002-02-07 01:07:55 +00:00
rbt_pars.cpp ICU-1234 make output side of RBTs object-oriented; rewrite ID parsers and modularize them; implement &Any-Lower() support 2002-02-07 01:07:55 +00:00
rbt_pars.h ICU-1234 make output side of RBTs object-oriented; rewrite ID parsers and modularize them; implement &Any-Lower() support 2002-02-07 01:07:55 +00:00
rbt_rule.cpp ICU-1234 make output side of RBTs object-oriented; rewrite ID parsers and modularize them; implement &Any-Lower() support 2002-02-07 01:40:01 +00:00
rbt_rule.h ICU-1234 make output side of RBTs object-oriented; rewrite ID parsers and modularize them; implement &Any-Lower() support 2002-02-07 01:07:55 +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-1629 Simplify UnicodeString creation 2002-01-22 00:27:49 +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-1612 Fix SimpleTimeZone::setDSTSavings 2002-01-12 01:29:22 +00:00
smpdtfmt.cpp ICU-1630 Move UMTX from utypes.h to umutex.h, 2002-01-23 17:17:06 +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-1234 make output side of RBTs object-oriented; rewrite ID parsers and modularize them; implement &Any-Lower() support 2002-02-07 01:07:55 +00:00
strmatch.h ICU-1234 make output side of RBTs object-oriented; rewrite ID parsers and modularize them; implement &Any-Lower() support 2002-02-07 01:07:55 +00:00
strrepl.cpp ICU-1234 make output side of RBTs object-oriented; rewrite ID parsers and modularize them; implement &Any-Lower() support 2002-02-07 01:07:55 +00:00
strrepl.h ICU-1234 make output side of RBTs object-oriented; rewrite ID parsers and modularize them; implement &Any-Lower() support 2002-02-07 01:07:55 +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-1234 make output side of RBTs object-oriented; rewrite ID parsers and modularize them; implement &Any-Lower() support 2002-02-07 01:07:55 +00:00
tblcoll.cpp ICU-1702 2002-02-13 02:57:21 +00:00
timezone.cpp ICU-1264 added namspace support where possible. 2001-10-08 23:26:58 +00:00
titletrn.cpp ICU-1036 use new internal per-code point case mapping functions - still need to pass in UCharIterator 2002-02-20 02:10:29 +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-1544 add virtual extractBetween() to Replaceable and new UReplaceableCallback member 'extract' 2002-02-26 17:50:59 +00:00
tolowtrn.h ICU-1373 more fixes to support supplementals 2001-12-03 21:43:13 +00:00
toupptrn.cpp ICU-1544 add virtual extractBetween() to Replaceable and new UReplaceableCallback member 'extract' 2002-02-26 17:50:59 +00:00
toupptrn.h ICU-1373 more fixes to support supplementals 2001-12-03 21:43:13 +00:00
translit.cpp ICU-1234 cleanup 2002-02-20 00:01:31 +00:00
transreg.cpp ICU-1234 cleanup 2002-02-20 00:01:31 +00:00
transreg.h ICU-1234 make output side of RBTs object-oriented; rewrite ID parsers and modularize them; implement &Any-Lower() support 2002-02-07 01:07:55 +00:00
tridpars.cpp ICU-1234 cleanup instantiateList() 2002-02-21 22:48:35 +00:00
tridpars.h ICU-1234 Fix for Linux 2002-02-07 02:08:12 +00:00
tzdat.h ICU-903 updated copyright notices 2001-03-21 20:31:13 +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-1272 Hide the cleanup functionality 2002-01-23 02:01:19 +00:00
ucln_in.h ICU-1272 Hide the cleanup functionality 2002-01-23 02:01:19 +00:00
ucol_bld.cpp ICU-1630 Move UMTX from utypes.h to umutex.h, 2002-01-23 17:17:06 +00:00
ucol_bld.h ICU-1630 Move UMTX from utypes.h to umutex.h, 2002-01-23 17:17:06 +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-900 Fixed some compiler warnings. 2002-02-20 18:13:29 +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-1602 runtime support for three byte primaries 2002-01-08 00:11:54 +00:00
ucol_tok.cpp ICU-1599 made ucol_tok_inittokenlist more robust 2002-01-23 18:26:47 +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-900 Fixed some compiler warnings. 2002-02-20 18:13:29 +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-1616 Pay more attention to UErrorCode 2002-01-30 06:18:26 +00:00
unesctrn.cpp ICU-900 Fixed some compiler warnings. 2002-02-20 18:13:29 +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-1681 simply use U_EXTENDED_CHAR_NAME to do the transliteration. 2002-02-14 05:45:39 +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-1234 make output side of RBTs object-oriented; rewrite ID parsers and modularize them; implement &Any-Lower() support 2002-02-07 01:07:55 +00:00
unifltlg.cpp ICU-1234 make output side of RBTs object-oriented; rewrite ID parsers and modularize them; implement &Any-Lower() support 2002-02-07 01:07:55 +00:00
unifunct.cpp ICU-1234 make output side of RBTs object-oriented; rewrite ID parsers and modularize them; implement &Any-Lower() support 2002-02-07 01:07:55 +00:00
uniset.cpp ICU-1234 make output side of RBTs object-oriented; rewrite ID parsers and modularize them; implement &Any-Lower() support 2002-02-07 01:07:55 +00:00
unitohex.cpp ICU-1099 Make some data a bit more const 2001-10-11 23:54:55 +00:00
unum.cpp ICU-837 First shot at fixing up ustdio for better compatibility with stdio. 2002-02-23 00:34:39 +00:00
upropset.cpp ICU-1272 Hide the cleanup functionality 2002-01-23 02:01:19 +00:00
upropset.h ICU-1272 Hide the cleanup functionality 2002-01-23 02:01:19 +00:00
usearch.cpp ICU-1705 Faster reset(). 2002-02-13 01:56:45 +00:00
usrchimp.h ICU-1211 correcting what gets exported where 2001-10-20 01:09:31 +00:00
util.cpp ICU-1234 make output side of RBTs object-oriented; rewrite ID parsers and modularize them; implement &Any-Lower() support 2002-02-07 01:07:55 +00:00
util.h ICU-1234 make output side of RBTs object-oriented; rewrite ID parsers and modularize them; implement &Any-Lower() support 2002-02-07 01:07:55 +00:00
utrans.cpp ICU-1544 add virtual extractBetween() to Replaceable and new UReplaceableCallback member 'extract' 2002-02-26 17:50:59 +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