scuffed-code/icu4c/source/common
2002-10-30 18:25:27 +00:00
..
unicode ICU-2015 make uscript use property alias API 2002-10-30 18:25:27 +00:00
.cvsignore
bidi.cpp ICU-2085 Don't use deprecated or unused includes 2002-08-21 22:38:33 +00:00
brkdict.cpp ICU-2244 change internal classes to inherit UMemory, not UObject 2002-10-04 01:23:34 +00:00
brkdict.h ICU-2244 change internal classes to inherit UMemory, not UObject 2002-10-04 01:23:34 +00:00
brkiter.cpp ICU-2248 modularize icu, allow parts to not be built 2002-09-20 01:54:48 +00:00
caniter.cpp ICU-2150 simplify/improve UTF macros 2002-09-30 04:00:17 +00:00
chariter.cpp ICU-1561 replace all UTextOffset with int32_t 2002-03-12 01:32:42 +00:00
charstr.h ICU-2015 amend comment 2002-10-30 18:07:23 +00:00
cmemory.c ICU-2030 fix uprv_realloc for buffer!=zeroMem but size==0 2002-08-07 21:34:31 +00:00
cmemory.h ICU-45 RBBI: conditionalize / remove stdio and stdlib dependencies. 2002-08-01 16:17:41 +00:00
common.dsp ICU-2015 add propname.[cpp|h] 2002-10-30 18:11:04 +00:00
common.rc
convert.cpp ICU-2085 #ifdef out deprecated code 2002-08-21 19:12:24 +00:00
cpputils.h ICU-392 moved some functions from namespace to static inline 2001-10-23 16:43:01 +00:00
cstring.c ICU-1733 Integrate some of the easier (and non-redundent) changes from Lotus. 2002-02-28 01:42:40 +00:00
cstring.h ICU-1887 Try to fix the name mangling problems with the Intel compiler by including utypes.h before the system headers. 2002-07-12 21:42:24 +00:00
cwchar.c ICU-900 Fixed some lint warnings. 2001-11-02 02:43:22 +00:00
cwchar.h ICU-1541 consistently added U_CAPI & U_EXPORT2 to all the declarations and definitions 2001-11-21 01:02:11 +00:00
dbbi_tbl.cpp ICU-2244 change internal classes to inherit UMemory, not UObject 2002-10-04 01:23:34 +00:00
dbbi_tbl.h ICU-2244 change internal classes to inherit UMemory, not UObject 2002-10-04 01:23:34 +00:00
dbbi.cpp ICU-2248 modularize icu, allow parts to not be built 2002-09-20 01:54:48 +00:00
digitlst.cpp ICU-1887 Try to fix the name mangling problems with the Intel compiler by including utypes.h before the system headers. 2002-07-12 21:42:24 +00:00
digitlst.h ICU-1953 Check APIs comments for @param, @return... 2002-07-03 12:05:56 +00:00
filestrm.c ICU-1541 consistently added U_CAPI & U_EXPORT2 to all the declarations and definitions 2001-11-21 01:02:11 +00:00
filestrm.h ICU-392 No one needs to use tmpfile, and I don't recommend it for Windows machines. 2001-11-01 23:17:49 +00:00
hash.h ICU-2244 change internal classes to inherit UMemory, not UObject 2002-10-04 17:27:53 +00:00
icucfg.h.in
locid.cpp ICU-2085 #ifdef out deprecated code 2002-08-21 19:12:24 +00:00
locmap.c ICU-868 Fix the binary searching. This loop was used for ucnv_io.c too. 2002-06-28 21:41:07 +00:00
locmap.h ICU-1541 consistently added U_CAPI & U_EXPORT2 to all the declarations and definitions 2001-11-21 01:02:11 +00:00
Makefile.in ICU-2209 moved canonical iterator from i18n to common per Markus's request 2002-09-20 00:00:44 +00:00
mutex.cpp ICU-2244 change internal classes to inherit UMemory, not UObject 2002-10-04 17:27:53 +00:00
mutex.h ICU-2244 change internal classes to inherit UMemory, not UObject 2002-10-04 17:27:53 +00:00
normlzr.cpp ICU-2156 make sure that the same string can be used as source and destination 2002-10-05 00:29:14 +00:00
propname.cpp ICU-2015 initial checkin 2002-10-30 18:09:55 +00:00
propname.h ICU-2015 initial checkin 2002-10-30 18:09:55 +00:00
putil.c ICU-1885 Allow z/OS to use UCNV_SWAP_LFNL_OPTION_STRING 2002-10-25 22:46:22 +00:00
rbbi.cpp ICU-2248 modularize icu, allow parts to not be built 2002-09-20 01:54:48 +00:00
rbbicst.pl ICU-45 RBBI impl, change some internal data to static const. 2002-07-11 22:38:23 +00:00
rbbidata.cpp ICU-2244 change internal classes to inherit UMemory, not UObject 2002-10-04 01:23:34 +00:00
rbbidata.h ICU-2244 change internal classes to inherit UMemory, not UObject 2002-10-04 01:23:34 +00:00
rbbinode.cpp ICU-2244 change internal classes to inherit UMemory, not UObject 2002-10-04 01:23:34 +00:00
rbbinode.h ICU-2244 change internal classes to inherit UMemory, not UObject 2002-10-04 01:23:34 +00:00
rbbirb.cpp ICU-2244 change internal classes to inherit UMemory, not UObject 2002-10-04 01:23:34 +00:00
rbbirb.h ICU-2244 change SymbolTable subclasses to inherit both UObject or UMemory _and_ SymbolTable because SymbolTable is an interface/mixin class; UMemory is sufficient for internal classes 2002-10-04 17:30:36 +00:00
rbbirpt.h ICU-2190 RBBI rule builder, fixed incorrect handling of some \escaped chars in rules, 2002-08-30 23:04:10 +00:00
rbbirpt.txt ICU-2190 RBBI rule builder, fixed incorrect handling of some \escaped chars in rules, 2002-08-30 23:04:10 +00:00
rbbiscan.cpp ICU-2244 change internal classes to inherit UMemory, not UObject 2002-10-04 01:23:34 +00:00
rbbiscan.h ICU-2244 change internal classes to inherit UMemory, not UObject 2002-10-04 01:23:34 +00:00
rbbisetb.cpp ICU-2244 change internal classes to inherit UMemory, not UObject 2002-10-04 01:23:34 +00:00
rbbisetb.h ICU-2244 change internal classes to inherit UMemory, not UObject 2002-10-04 01:23:34 +00:00
rbbistbl.cpp ICU-2244 change SymbolTable subclasses to inherit both UObject or UMemory _and_ SymbolTable because SymbolTable is an interface/mixin class; UMemory is sufficient for internal classes 2002-10-04 17:30:36 +00:00
rbbitblb.cpp ICU-2244 change internal classes to inherit UMemory, not UObject 2002-10-04 01:23:34 +00:00
rbbitblb.h ICU-2244 change internal classes to inherit UMemory, not UObject 2002-10-04 01:23:34 +00:00
resbund.cpp ICU-2085 #ifdef out deprecated code 2002-08-21 19:12:24 +00:00
schriter.cpp ICU-1561 replace all UTextOffset with int32_t 2002-03-12 01:32:42 +00:00
symtable.h ICU-2244 change SymbolTable to not inherit UObject or UMemory because it is an interface/mixin class; add a virtual destructor 2002-10-04 17:28:50 +00:00
uassert.h ICU-2011 Include utypes.h before assert.h for the proton compiler's broken name mangling 2002-07-23 18:03:54 +00:00
ubidi.c ICU-1561 replace all UTextOffset with int32_t 2002-03-12 01:32:42 +00:00
ubidiimp.h ICU-1561 replace all UTextOffset with int32_t 2002-03-12 01:32:42 +00:00
ubidiln.c ICU-1953 backout buffer overflow changes 2002-07-09 12:47:45 +00:00
ubidiwrt.c ICU-1564 Fix memory overshoot bug 2002-04-03 00:59:05 +00:00
ubrk.cpp ICU-2248 modularize icu, allow parts to not be built 2002-09-20 01:54:48 +00:00
uchar.c ICU-1961 fix Han digit code point for "4" 2002-07-30 23:45:36 +00:00
uchriter.cpp ICU-1561 replace all UTextOffset with int32_t 2002-03-12 01:32:42 +00:00
ucln_cmn.c ICU-2015 rewrite upropset guts to use new property alias API; move code into uniset 2002-10-30 18:24:00 +00:00
ucln_cmn.h ICU-2015 rewrite upropset guts to use new property alias API; move code into uniset 2002-10-30 18:24:00 +00:00
ucln.h ICU-770 Fixed a documentation typo 2001-11-13 22:41:35 +00:00
ucmndata.c ICU-1992 data packaging changes 2002-07-17 03:01:45 +00:00
ucmndata.h ICU-1075 Fix some name possible function name collisions of exported functions 2001-10-05 21:48:05 +00:00
ucmp8.c ICU-1953 remove Tabs 2002-07-03 11:59:21 +00:00
ucmp8.h ICU-1953 Check APIs comments for @param, @return... 2002-07-03 12:05:56 +00:00
ucnv2022.c ICU-2411 make iso-2022-kr converter more lenient 2002-10-29 01:53:19 +00:00
ucnv_bld.c ICU-2248 modularize icu, allow parts to not be built 2002-09-20 01:54:48 +00:00
ucnv_bld.h ICU-1885 add swaplfnl converter option 2002-09-18 01:27:37 +00:00
ucnv_cb.c ICU-1953 backout buffer overflow changes 2002-07-09 12:47:45 +00:00
ucnv_cnv.c ICU-2150 simplify/improve UTF macros 2002-09-30 04:00:17 +00:00
ucnv_cnv.h ICU-1991 openPackage/safeclone update 2002-07-31 20:53:03 +00:00
ucnv_err.c ICU-1733 Integrate some of the easier (and non-redundent) changes from Lotus. 2002-02-28 01:42:40 +00:00
ucnv_imp.h ICU-1991 ucnv_openPackage 2002-07-17 02:34:50 +00:00
ucnv_io.c ICU-1885 use the new swaplfnl converter option for -s390 EBCDIC mapping table variants 2002-09-18 01:38:17 +00:00
ucnv_io.h ICU-2086 A small improvement for the binary search of algorithmic converters. 2002-09-06 00:48:35 +00:00
ucnv_lmb.c ICU-2248 modularize icu, allow parts to not be built 2002-09-20 01:54:48 +00:00
ucnv_u7.c ICU-1953 backout buffer overflow changes 2002-07-09 12:47:45 +00:00
ucnv_u8.c ICU-1953 backout buffer overflow changes 2002-07-09 12:47:45 +00:00
ucnv_u16.c ICU-1834 Update the CCSID numbers for Unicode 2002-07-24 19:15:27 +00:00
ucnv_u32.c ICU-1834 Update the CCSID numbers for Unicode 2002-07-24 19:15:27 +00:00
ucnv.c ICU-2248 modularize icu, allow parts to not be built 2002-09-20 01:54:48 +00:00
ucnvbocu.c ICU-2000 Fixed some compiler warnings. 2002-08-20 16:25:52 +00:00
ucnvhz.c ICU-2248 modularize icu, allow parts to not be built 2002-09-20 01:54:48 +00:00
ucnvisci.c ICU-2248 modularize icu, allow parts to not be built 2002-09-20 01:54:48 +00:00
ucnvlat1.c ICU-1953 backout buffer overflow changes 2002-07-09 12:47:45 +00:00
ucnvmbcs.c ICU-2248 modularize icu, allow parts to not be built 2002-09-20 01:54:48 +00:00
ucnvmbcs.h ICU-1885 add swaplfnl converter option 2002-09-18 01:27:37 +00:00
ucnvscsu.c ICU-1867 ucnv_getNextUChar for SCSU should use non-offset internal function 2002-07-29 21:22:55 +00:00
udata.c ICU-2085 #ifdef out deprecated code 2002-08-21 19:12:24 +00:00
udatamem.c ICU-900 Fixed some lint warnings. 2001-11-02 02:43:22 +00:00
udatamem.h ICU-1733 Integrate some of the easier (and non-redundent) changes from Lotus. 2002-02-28 01:42:40 +00:00
uenum.c ICU-2061 implement uenum_nextDefault; re-use aux buffer instead of mallocing it each time; handle NULL return 2002-10-11 20:22:04 +00:00
uenumimp.h ICU-2061 declare uenum_nextDefault; enhance existing docs a bit 2002-10-11 20:20:46 +00:00
uhash_us.cpp ICU-2244 change internal classes to inherit UMemory, not UObject 2002-10-04 17:27:53 +00:00
uhash.c ICU-2011 U_ASSERT, fix incorrect assertion in uhash 2002-07-23 00:59:23 +00:00
uhash.h ICU-1891 Update for z/OS regarding U_CALLCONV. 2002-07-12 00:23:52 +00:00
uiter.cpp ICU-2146 define UChar32=int32_t 2002-09-30 03:59:37 +00:00
uloc.c ICU-1953 backout buffer overflow changes 2002-07-09 12:47:45 +00:00
umapfile.c ICU-1891 Improve the z/OS dual library batch mode support. 2002-08-12 16:59:12 +00:00
umapfile.h ICU-580 os/390 batch build changes. 2001-11-02 23:42:10 +00:00
umemstrm.c ICU-1561 replace all UTextOffset with int32_t 2002-03-12 01:32:42 +00:00
umemstrm.h ICU-1561 replace all UTextOffset with int32_t 2002-03-12 01:32:42 +00:00
umutex.c ICU-1872 Test for mutex initialization 2002-04-24 16:10:33 +00:00
umutex.h ICU-1953 Check APIs comments for @param, @return... 2002-07-03 12:05:56 +00:00
unames.c ICU-2153 fix bug in charSetToUSet - used global variable instead of argument 2002-09-18 01:47:01 +00:00
unicode.cpp ICU-2085 Don't use deprecated or unused includes 2002-08-21 22:38:33 +00:00
unifilt.cpp ICU-2025 deprecate UnicodeFilterLogic 2002-08-28 17:17:04 +00:00
unifunct.cpp ICU-1115 move UnicodeSet from i18n to common; also move affiliated classes; update USet to wrap UnicodeSet 2002-05-29 18:36:09 +00:00
uniset.cpp ICU-2015 rewrite upropset guts to use new property alias API; move code into uniset 2002-10-30 18:24:00 +00:00
unistr.cpp ICU-2145 consistent behavior of binary string searches 2002-10-24 01:49:58 +00:00
unorm.cpp ICU-2044 unorm_compare set error code if properties not loaded 2002-08-05 21:11:37 +00:00
unormimp.h ICU-1970 add API for FC_NFKC_Closure 2002-07-04 00:18:35 +00:00
uobject.cpp ICU-2244 split UMemory off of UObject 2002-10-03 01:13:01 +00:00
uprops.c ICU-2015 add uprv_getInclusions(), formerly implemented in upropset.cpp 2002-10-30 18:12:49 +00:00
uprops.h ICU-2015 add uprv_getInclusions(), formerly implemented in upropset.cpp 2002-10-30 18:12:49 +00:00
upropset.cpp ICU-2015 rewrite upropset guts to use new property alias API; move code into uniset 2002-10-30 18:24:00 +00:00
upropset.h ICU-2015 rewrite upropset guts to use new property alias API; move code into uniset 2002-10-30 18:24:00 +00:00
uresbund.c ICU-1941 aliasing more robust when data is absent - found while testing lipo 2002-09-18 06:04:31 +00:00
uresdata.c ICU-1948 restored the original values for resource bundle types in order to preserve backward compatibility 2002-08-12 18:15:01 +00:00
uresdata.h ICU-1948 Fixed incorrectly assigning keys to directly accessed resources 2002-07-30 20:49:30 +00:00
uresimp.h ICU-1948 Moved direct access APIs from public to private header until the next release 2002-07-13 05:36:27 +00:00
usc_impl.c ICU-1289 Reset parenSP if the paren stack overflows. 2002-08-02 21:06:29 +00:00
usc_impl.h ICU-2353 delete duplicate declaration 2002-10-17 23:31:55 +00:00
uscript.c ICU-2015 make uscript use property alias API 2002-10-30 18:25:27 +00:00
uset.cpp ICU-2447 add range functions for add, remove, contains 2002-10-29 19:05:03 +00:00
usetiter.cpp ICU-2000 Remove the CVS version tags. 2002-08-22 21:04:03 +00:00
ushape.c ICU-1951 made sure to allocate tempbuffer >=sourceLength; renamed some confusing variables 2002-08-01 20:25:10 +00:00
ustr_imp.h ICU-2145 consistent behavior of binary string searches 2002-10-24 01:49:58 +00:00
ustrcase.c ICU-2248 modularize icu, allow parts to not be built 2002-09-20 01:54:48 +00:00
ustrfmt.c ICU-1887 Try to fix the name mangling problems with the Intel compiler by including utypes.h before the system headers. 2002-07-12 21:42:24 +00:00
ustrfmt.h ICU-1567 This should fix some of the AIX 4.3/Visual Age 5 preprocessor problems 2001-11-30 00:06:13 +00:00
ustring.c ICU-2145 add u_strrstr, fix a bug 2002-10-24 17:29:35 +00:00
ustrtrns.c ICU-2150 simplify/improve UTF macros 2002-09-30 04:00:17 +00:00
utf_impl.c ICU-2150 simplify/improve UTF macros 2002-09-30 04:00:17 +00:00
util.cpp ICU-1130 added parsePattern for use by Name-Any 2002-09-06 23:37:16 +00:00
util.h ICU-1130 added parsePattern for use by Name-Any 2002-09-06 23:37:16 +00:00
utrie.c ICU-1953 backout buffer overflow changes 2002-07-09 12:47:45 +00:00
utrie.h ICU-1586 allow UTrieEnumRange to stop the enumeration 2002-01-12 00:10:01 +00:00
uvector.cpp ICU-2268 fixed UTokenAssigner bug in UVector 2002-08-29 22:12:49 +00:00
uvector.h ICU-2268 fixed UTokenAssigner bug in UVector 2002-08-29 22:12:49 +00:00