scuffed-code/icu4c/source/common
2001-09-20 22:19:51 +00:00
..
unicode ICU-809 Make ustdio use getBuffer instead of getArray 2001-09-20 17:36:40 +00:00
.cvsignore
bidi.cpp ICU-903 Updated the copyright notice 2001-03-21 20:44:20 +00:00
chariter.cpp ICU-900 Fixed some compiler warnings. 2001-03-27 02:59:37 +00:00
cmemory.h ICU-903 Updated the copyright notice 2001-03-21 20:44:20 +00:00
common.dsp ICU-740 Don't build unneeded code. 2001-09-18 22:58:58 +00:00
common.dsw
common.rc ICU-1074 Fixed STLPort C++ library compilation problem 2001-07-26 18:03:44 +00:00
convert.cpp ICU-1200 no need any more to explicitly NUL-terminate after US::extract() to codepage 2001-09-19 00:06:19 +00:00
cpputils.h ICU-1109 remove uprv_fillOutputString(), replaced by new function int32_t UnicodeString::extract(UChar *, int32_t, UErrorCode &) 2001-09-05 23:41:11 +00:00
cstring.c ICU-972 separate cwchar.h/.c from cstring.h/.c 2001-05-25 17:57:14 +00:00
cstring.h ICU-972 separate cwchar.h/.c from cstring.h/.c 2001-05-25 17:57:14 +00:00
cwchar.c ICU-972 added cwchar.o to the list of object files. 2001-06-01 10:03:31 +00:00
cwchar.h ICU-972 separate cwchar.h/.c from cstring.h/.c 2001-05-25 17:57:14 +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
filestrm.c ICU-903 Updated the copyright notice 2001-03-21 20:44:20 +00:00
filestrm.h ICU-903 Updated the copyright notice 2001-03-21 20:44:20 +00:00
hash.h ICU-1023 upgrade uhash to support int32_t keys on platforms with sizeof(void*) < 32 2001-07-06 19:53:12 +00:00
icucfg.h.in
locid.cpp ICU-770 Better fix for Solaris 2001-09-07 17:28:45 +00:00
locmap.c ICU-900 Fixed some compiler warnings by making the locmap "translation unit" not empty. 2001-08-29 21:37:09 +00:00
locmap.h ICU-900 Fixed some compiler warnings by making the locmap "translation unit" not empty. 2001-08-29 21:37:09 +00:00
Makefile.in ICU-740 Don't build unused code. 2001-09-19 01:47:10 +00:00
mutex.cpp ICU-1008 Don't do static init when threads are disabled. 2001-08-30 17:09:43 +00:00
mutex.h ICU-903 Updated the copyright notice 2001-03-21 20:44:20 +00:00
normlzr.cpp ICU-1107 redesign/fix Normalizer iteration index movement 2001-09-11 01:29:36 +00:00
putil.c ICU-513 Don't use the deprecated API anymore. 2001-09-17 21:50:19 +00:00
resbund.cpp ICU-1109 use more appropriate US::extract(), no need to NUL-terminate explicitly 2001-09-18 23:50:55 +00:00
schriter.cpp ICU-1102 Make fgClassID private 2001-08-29 18:14:28 +00:00
scsu.c ICU-1099 Add const to some static data 2001-08-30 18:25:42 +00:00
ubidi.c ICU-1099 Add const to some static data 2001-08-30 18:25:42 +00:00
ubidiimp.h ICU-903 Updated the copyright notice 2001-03-21 20:44:20 +00:00
ubidiln.c ICU-903 Updated the copyright notice 2001-03-21 20:44:20 +00:00
ubidiwrt.c ICU-903 Updated the copyright notice 2001-03-21 20:44:20 +00:00
uchar.c ICU-899 Changes for revisited proposal 2001-09-11 05:00:34 +00:00
uchriter.cpp ICU-1102 Make fgClassID private 2001-08-29 18:14:28 +00:00
ucln_cmn.c ICU-770 call unorm_cleanup() 2001-09-06 01:22:23 +00:00
ucln_cmn.h ICU-770 More data cleanup 2001-09-01 01:55:48 +00:00
ucln.h ICU-900 Fixed a compiler warning 2001-08-31 18:33:05 +00:00
ucmndata.c ICU-1075 udata.c restructured, split into separate files, hopefully making code clearer, dependencies clearer. 2001-09-07 18:42:29 +00:00
ucmndata.h ICU-1075 udata.c restructured, split into separate files, hopefully making code clearer, dependencies clearer. 2001-09-07 18:42:29 +00:00
ucmp8.c ICU-900 Fixed some compiler warnings 2001-06-01 17:29:13 +00:00
ucmp8.h ICU-903 Updated the copyright notice 2001-03-21 20:44:20 +00:00
ucmpe32.c ICU-900 Fixed some compiler warnings 2001-08-17 00:44:38 +00:00
ucmpe32.h ICU-1083 Data structure for surrogate support 2001-08-10 20:39:52 +00:00
ucnv2022.c ICU-770 Memory cleanup 2001-09-07 01:48:46 +00:00
ucnv_bld.c ICU-770 More data cleanup and remove the mutex usage from the cleanup functions 2001-08-31 02:10:39 +00:00
ucnv_bld.h ICU-1099 Undo const to some static data 2001-08-24 01:02:37 +00:00
ucnv_cb.c ICU-903 Updated the copyright notice 2001-03-21 20:44:20 +00:00
ucnv_cnv.c ICU-903 Updated the copyright notice 2001-03-21 20:44:20 +00:00
ucnv_cnv.h ICU-452 First take on ISCII 2001-07-14 02:29:44 +00:00
ucnv_err.c ICU-1123 Fix the bugs for UCNV_*_CALLBACK_ESCAPE 2001-09-10 03:50:45 +00:00
ucnv_imp.h ICU-903 Updated the copyright notice 2001-03-21 20:44:20 +00:00
ucnv_io.c ICU-770 More data cleanup 2001-08-30 02:59:19 +00:00
ucnv_io.h ICU-903 Updated the copyright notice 2001-03-21 20:44:20 +00:00
ucnv_lmb.c ICU-1008 Fix memory leak in ISO-2022 SafeClone 2001-09-05 22:51:53 +00:00
ucnv_utf.c ICU-1087 Add static keyword to the local variables and functions 2001-09-06 18:34:57 +00:00
ucnv.c ICU-1099 Make some data a bit more const 2001-09-05 23:23:11 +00:00
ucnvhz.c ICU-1087 Add static keyword to the local variables and functions 2001-09-06 18:34:57 +00:00
ucnvisci.c ICU-1087 Add static keyword to the local variables and functions 2001-09-06 18:34:57 +00:00
ucnvlat1.c ICU-903 Updated the copyright notice 2001-03-21 20:44:20 +00:00
ucnvmbcs.c ICU-1019 add const to the context pointers 2001-06-26 22:51:14 +00:00
ucnvmbcs.h ICU-947 ISO-2022 performance improvements 2001-05-07 23:54:01 +00:00
ucnvscsu.c ICU-1087 Add static keyword to the local variables and functions 2001-09-06 18:34:57 +00:00
udata.c ICU-1075 Don't use // in a C file 2001-09-18 20:24:36 +00:00
udatamem.c ICU-1075 udata.c restructured, split into separate files, hopefully making code clearer, dependencies clearer. 2001-09-07 18:42:29 +00:00
udatamem.h ICU-1075 udata.c restructuring, fix broken UNIX build. 2001-09-08 00:27:05 +00:00
uhash_us.cpp ICU-1079 add utility deleters for UVector and Hashtable 2001-08-01 17:37:37 +00:00
uhash.c ICU-1099 Add const to some static data 2001-08-30 18:25:42 +00:00
uhash.h ICU-1079 add utility deleters for UVector and Hashtable 2001-08-01 17:37:37 +00:00
uloc.c ICU-1099 Make some data a bit more const 2001-09-07 00:54:02 +00:00
umapfile.c ICU-1075 udata.c restructuring, fix broken UNIX build. 2001-09-08 00:27:05 +00:00
umapfile.h ICU-1075 udata.c restructuring, fix broken UNIX build. 2001-09-08 00:27:05 +00:00
umemstrm.c ICU-1099 Add const to some static data 2001-08-30 18:25:42 +00:00
umemstrm.h ICU-903 Updated the copyright notice 2001-03-21 20:44:20 +00:00
umutex.c ICU-1087 Add static keyword to the local variables and functions 2001-09-06 18:34:57 +00:00
umutex.h ICU-1008 Don't do static init when threads are disabled. 2001-08-30 17:52:53 +00:00
unames.c ICU-900 Fixed a compiler warning 2001-08-31 18:33:05 +00:00
unicode.cpp ICU-903 Updated the copyright notice 2001-03-21 20:44:20 +00:00
unistr.cpp ICU-809 forbid UnicodeString::setTo() while a getBuffer(minCapacity) is open 2001-09-20 22:19:51 +00:00
unorm.cpp ICU-1007 memory cleanup 2001-09-06 01:20:43 +00:00
unormimp.h ICU-1007 complete implementation of Normalizer iteration 2001-08-31 21:37:39 +00:00
uresbund.c ICU-1198 added different functions for getting signed and unsigned integers. Test to follow 2001-09-17 23:05:08 +00:00
uresdata.c ICU-1100 Properly handle binary and int vectors of size zero. 2001-08-27 18:51:43 +00:00
uresdata.h ICU-1078 support for IntVector type in resource bundles 2001-08-01 17:08:07 +00:00
uresimp.h ICU-1099 Make some data a bit more const 2001-09-07 00:54:02 +00:00
uscript.c ICU-899 Changes for revisited proposal 2001-09-11 05:00:34 +00:00
ushape.c ICU-1099 Add const to some static data 2001-08-30 16:59:44 +00:00
ustr_imp.h ICU-1200 add internal string termination functions for char*, UChar32*, wchar_t* strings 2001-09-18 00:56:43 +00:00
ustrfmt.c ICU-597 Find the decimal point properly when the locale changes 2001-08-29 19:10:52 +00:00
ustrfmt.h ICU-329 Move uprv_strtod and other functions to private headers and files 2001-08-17 01:40:34 +00:00
ustring.c ICU-1200 add internal string termination functions for char*, UChar32*, wchar_t* strings 2001-09-18 00:56:43 +00:00
ustrtrns.c ICU-960 u_str* transformation functions 2001-09-18 03:41:09 +00:00
utf_impl.c ICU-1099 Add const to some static data 2001-08-24 00:00:49 +00:00
uvector.cpp ICU-1079 fix bug found during S-T/V impl 2001-09-14 22:01:33 +00:00
uvector.h ICU-1096 Make UVector and UStack use UErrorCode for U_MEMORY_ALLOCATION_ERROR 2001-08-23 01:06:08 +00:00