scuffed-code/icu4c/source/i18n
2001-09-19 18:55:43 +00:00
..
unicode ICU-770 Use the proper number of arguments when one of them is used more than once. 2001-09-19 18:55:43 +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-535 fixed some compiler warnings 2000-08-11 01:27:17 +00:00
brkdict.h ICU-489 breakiterator now uses binary type in resb for thai 2000-07-10 20:16:27 +00:00
brkiter.cpp ICU-903 updated copyright notices 2001-03-21 20:31:13 +00:00
calendar.cpp ICU-1200 no need any more to explicitly NUL-terminate after US::extract() to codepage 2001-09-18 23:53:27 +00:00
choicfmt.cpp ICU-1200 no need any more to explicitly NUL-terminate after US::extract() to codepage 2001-09-18 23:53:27 +00:00
coleitr.cpp ICU-861 2001-06-28 20:42:56 +00:00
coll.cpp ICU-96 implement Collator::createInstance(...version...) 2001-03-14 00:23:47 +00:00
cpdtrans.cpp ICU-1052 fix error reporting for masking 2001-09-14 21:51:29 +00:00
datefmt.cpp ICU-770 Don't create a cache. Locale::getAvailableLocales does the same thing as DateFormat::getAvailableLocales 2001-09-01 01:09:38 +00:00
dbbi_bld.cpp ICU-45 use TRUE/FALSE not true/false [*bbi] 2000-01-12 22:24:10 +00:00
dbbi_bld.h ICU-45 Initial check-in of RuleBasedBreakIterator and DictionaryBasedBreakIterator. 2000-01-08 02:05:05 +00:00
dbbi_tbl.cpp ICU-458 breakiterator & co should now close opened udata instances 2000-07-12 05:01:53 +00:00
dbbi_tbl.h ICU-458 breakiterator & co should now close opened udata instances 2000-07-12 05:01:53 +00:00
dbbi.cpp ICU-1096 Make UVector and UStack use UErrorCode for U_MEMORY_ALLOCATION_ERROR 2001-08-23 01:06:08 +00:00
dcfmtsym.cpp ICU-513 Don't use the deprecated API anymore. 2001-09-17 21:50:19 +00:00
decimfmt.cpp ICU-1200 no need any more to explicitly NUL-terminate after US::extract() to codepage 2001-09-18 23:53:27 +00:00
digitlst.cpp ICU-1099 Undo const to some static data 2001-08-24 01:38:04 +00:00
digitlst.h ICU-597 Fix for ICU on as/400 being in a different locale like de_DE 2001-07-09 23:42:00 +00:00
dtfmtsym.cpp ICU-1214 Replace getPatternChars with getPatternUChars 2001-09-18 21:36:45 +00:00
fmtable.cpp ICU-903 updated copyright notices 2001-03-21 20:31:13 +00:00
format.cpp ICU-329 Add more error codes for formatting api 2001-08-17 02:20:35 +00:00
gregocal.cpp ICU-479 Don't export the private static const variables. 2001-07-11 21:55:23 +00:00
hangjamo.cpp ICU-1053 move filter logic into Transliterator.filteredTransliterate 2001-07-17 23:36:41 +00:00
hextouni.cpp ICU-1008 Less static initialization. 2001-08-06 23:57:45 +00:00
i18n.dsp ICU-770 Add the i18n data cleanup functions. 2001-08-30 03:01:06 +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
jamohang.cpp ICU-1053 move filter logic into Transliterator.filteredTransliterate 2001-07-17 23:36:41 +00:00
Makefile.in ICU-770 Add the i18n cleanup functions. 2001-08-30 18:06:00 +00:00
msgfmt.cpp ICU-770 Use the proper number of arguments when one of them is used more than once. 2001-09-19 18:55:43 +00:00
name2uni.cpp ICU-1053 move filter logic into Transliterator.filteredTransliterate 2001-07-17 23:36:41 +00:00
nortrans.cpp ICU-1079 first working version of Source-Target/Variant registry 2001-08-15 19:06:40 +00:00
nultrans.cpp ICU-1079 first working version of Source-Target/Variant registry 2001-08-15 19:06:40 +00:00
numfmt.cpp ICU-900 Fixed some compiler warnings 2001-08-17 02:58:00 +00:00
quant.cpp ICU-1076 implement toPattern 2001-07-30 23:23:16 +00:00
quant.h ICU-1076 implement toPattern 2001-07-30 23:23:16 +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-535 Fixed some compiler warnings 2000-09-26 02:35:48 +00:00
rbbi_tbl.h ICU-458 breakiterator & co should now close opened udata instances 2000-07-12 05:01:53 +00:00
rbbi.cpp ICU-900 Fixed some compiler warnings. 2001-03-28 01:00:20 +00:00
rbt_data.cpp ICU-1052 fix TransliterationRuleData copy constructor to reset data pointer in contained RBT objects 2001-09-18 00:24:14 +00:00
rbt_data.h ICU-1076 remove limit of 9 segments 2001-07-30 23:22:51 +00:00
rbt_pars.cpp ICU-1210 Use UBool instead of bool_t 2001-09-18 17:32:33 +00:00
rbt_pars.h ICU-329 Add parseError and UErrorCode to all public API's to make them consitent with ICU's design. Fix implementation to bubble the error code. 2001-08-31 03:23:39 +00:00
rbt_rule.cpp ICU-1052 fix TransliterationRuleData copy constructor to reset data pointer in contained RBT objects 2001-09-18 00:24:14 +00:00
rbt_rule.h ICU-1052 fix TransliterationRuleData copy constructor to reset data pointer in contained RBT objects 2001-09-18 00:24:14 +00:00
rbt_set.cpp ICU-1052 fix TransliterationRuleData copy constructor to reset data pointer in contained RBT objects 2001-09-18 00:24:14 +00:00
rbt_set.h ICU-1052 fix TransliterationRuleData copy constructor to reset data pointer in contained RBT objects 2001-09-18 00:24:14 +00:00
rbt.cpp ICU-329 Add parseError and UErrorCode to all public API's to make them consitent with ICU's design. Fix implementation to bubble the error code. 2001-08-31 03:23:39 +00:00
remtrans.cpp ICU-1053 move filter logic into Transliterator.filteredTransliterate 2001-07-17 23:36:41 +00:00
search.cpp ICU-1030 2001-09-11 21:40:05 +00:00
simpletz.cpp ICU-1087 Speed up the TimeZone construction with a proper constructor, and make getGMT() public 2001-08-16 00:31:06 +00:00
smpdtfmt.cpp ICU-1214 Replace getPatternChars with getPatternUChars 2001-09-18 21:36:45 +00:00
sortkey.cpp ICU-1023 upgrade uhash to support int32_t keys on platforms with sizeof(void*) < 32 2001-07-06 19:53:12 +00:00
strmatch.cpp ICU-1076 implement toPattern 2001-07-30 23:23:16 +00:00
strmatch.h ICU-1076 implement toPattern 2001-07-30 23:23:16 +00:00
stsearch.cpp ICU-1030 2001-08-30 02:58:23 +00:00
symtable.h ICU-1052 redesign of engine to support supplemental characters 2001-07-25 19:11:02 +00:00
tblcoll.cpp ICU-1030 2001-08-25 02:03:53 +00:00
timezone.cpp ICU-770 Fix for AIX 2001-08-31 15:50:39 +00:00
titletrn.cpp ICU-1053 move filter logic into Transliterator.filteredTransliterate 2001-07-17 23:36:41 +00:00
tolowtrn.cpp ICU-965 create Any-Lower, Any-Upper, and Any-Title transliterators 2001-06-11 19:51:46 +00:00
toupptrn.cpp ICU-965 create Any-Lower, Any-Upper, and Any-Title transliterators 2001-06-11 19:51:46 +00:00
translit.cpp ICU-770 add transliterator cleanup support 2001-09-19 16:50:06 +00:00
transreg.cpp ICU-1200 no need any more to explicitly NUL-terminate after US::extract() to codepage 2001-09-18 23:53:27 +00:00
transreg.h ICU-329 Add parseError and UErrorCode to all public API's to make them consitent with ICU's design. Fix implementation to bubble the error code. 2001-08-31 03:23:39 +00:00
tzdat.h ICU-903 updated copyright notices 2001-03-21 20:31:13 +00:00
ubrk.cpp ICU-923 restore 'null' as OK value to ubrk_close() 2001-05-15 21:02:59 +00:00
ucal.cpp ICU-1109 implement new NUL-termination semantics 2001-09-05 23:39:38 +00:00
ucln_in.c ICU-770 add transliterator cleanup support 2001-09-19 16:50:06 +00:00
ucln_in.h ICU-770 add transliterator cleanup support 2001-09-19 16:50:06 +00:00
ucol_bld.cpp ICU-770 Internal API name change 2001-08-31 02:13:00 +00:00
ucol_bld.h ICU-740 Don't include unneeded header files. 2001-09-18 22:56:34 +00:00
ucol_cnt.cpp ICU-1083 Optimization of surrogate operations 2001-08-10 20:30:44 +00:00
ucol_cnt.h ICU-1083 Optimization of surrogate operations 2001-08-10 20:30:44 +00:00
ucol_elm.cpp ICU-1083 More surrogate support. Unsafe and contraction end tables now handle surrogates correctly. 2001-09-18 18:37:57 +00:00
ucol_elm.h ICU-1083 Optimization of surrogate operations 2001-08-10 20:30:44 +00:00
ucol_imp.h ICU-1083 More surrogate support. Unsafe and contraction end tables now handle surrogates correctly. 2001-09-18 18:37:57 +00:00
ucol_tok.cpp ICU-740 Don't include unneeded header files. 2001-09-19 01:15:41 +00:00
ucol_tok.h ICU-329 Changes to compile on Linux 2001-08-16 23:38:09 +00:00
ucol_wgt.c ICU-96 some fixes - need to be finished (hi got broken) 2001-06-05 22:52:56 +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-740 Don't include unneeded header files. 2001-09-19 01:15:41 +00:00
ucoleitr.cpp ICU-1030 2001-09-07 21:56:18 +00:00
udat.cpp ICU-1109 implement new NUL-termination semantics 2001-09-05 23:39:38 +00:00
umsg_imp.h ICU-1008 Do less static initialization 2001-06-25 21:15:39 +00:00
umsg.cpp ICU-1109 Extract with the proper length of the string 2001-09-19 18:53:51 +00:00
uni2name.cpp ICU-1053 move filter logic into Transliterator.filteredTransliterate 2001-07-17 23:36:41 +00:00
unifilt.cpp ICU-1076 initial limited support for Kleene star and plus operators 2001-07-27 00:18:53 +00:00
unifltlg.cpp ICU-1076 initial limited support for Kleene star and plus operators 2001-07-27 00:18:53 +00:00
unirange.cpp ICU-1096 Make UVector and UStack use UErrorCode for U_MEMORY_ALLOCATION_ERROR 2001-08-23 01:06:08 +00:00
unirange.h ICU-1096 Make UVector and UStack use UErrorCode for U_MEMORY_ALLOCATION_ERROR 2001-08-23 01:06:08 +00:00
uniset.cpp ICU-1076 initial limited support for Kleene star and plus operators 2001-07-27 00:18:53 +00:00
unitohex.cpp ICU-1079 initial implementation of Source-Target/Variant; no RB lookup yet 2001-08-01 17:37:08 +00:00
unum.cpp ICU-1109 use more appropriate US::extract(), no need to NUL-terminate explicitly 2001-09-18 23:50:55 +00:00
usearch.cpp ICU-1030 2001-09-11 21:40:05 +00:00
usrchimp.h ICU-1030 2001-09-07 21:56:18 +00:00
utrans.cpp ICU-1109 implement new NUL-termination semantics 2001-09-05 23:39:38 +00:00
xformtrn.cpp ICU-1053 move filter logic into Transliterator.filteredTransliterate 2001-07-17 23:36:41 +00:00