scuffed-code/icu4c/source/common
Jeff Genovy 40f9b33eb7 ICU-12908 getTZKeyName in common/wintz.cpp leaks registry handle
We should only call RegCloseKey if we were actually able to open the key.
(The value of hkey isn't explicitly initialized, so we could possibly be calling RegCloseKey with random data.)

X-SVN-Rev: 39556
2017-01-13 01:48:47 +00:00
..
unicode ICU-12860 U_DRAFT -> U_CAPI. U_DRAFT appeared on three stable functions. Also changed U_STABLE->U_CAPI for consistencey within file. See #9961 2016-12-19 22:40:54 +00:00
appendable.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
bmpset.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
bmpset.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
brkeng.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
brkeng.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
brkiter.cpp ICU-12738 ICU4C BRS, fixes from testing uconfig.h variations 2016-09-28 07:37:19 +00:00
bytestream.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
bytestrie.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
bytestriebuilder.cpp ICU-12663 UnicodeString support nearly 2G UChars & avoid integer overflows; string-to-string case mappings & detect integer overflows; make some calls to uprv_memcpy() and similar a little more robust by casting int32_t to size_t before multiplying 2016-09-20 01:10:36 +00:00
bytestrieiterator.cpp ICU-12140 Pass StringPiece by value, return value. 2016-09-19 11:07:55 +00:00
caniter.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
chariter.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
charstr.cpp ICU-12140 Pass StringPiece by value, internally. 2016-08-04 17:40:53 +00:00
charstr.h ICU-12140 Pass StringPiece by value, internally. 2016-08-04 17:40:53 +00:00
cmemory.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
cmemory.h ICU-12663 UnicodeString support nearly 2G UChars & avoid integer overflows; string-to-string case mappings & detect integer overflows; make some calls to uprv_memcpy() and similar a little more robust by casting int32_t to size_t before multiplying 2016-09-20 01:10:36 +00:00
common.rc ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
common.vcxproj ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
common.vcxproj.filters ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
cpputils.h ICU-12663 UnicodeString support nearly 2G UChars & avoid integer overflows; string-to-string case mappings & detect integer overflows; make some calls to uprv_memcpy() and similar a little more robust by casting int32_t to size_t before multiplying 2016-09-20 01:10:36 +00:00
cstr.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
cstr.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
cstring.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
cstring.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
cwchar.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
cwchar.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
dictbe.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
dictbe.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
dictionarydata.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
dictionarydata.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
dtintrv.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
errorcode.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
filteredbrk.cpp ICU-12515 first() should just call delegate 2016-09-15 04:21:26 +00:00
filterednormalizer2.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
hash.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
icudataver.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
icuplug.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
icuplugimp.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
listformatter.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
loadednormalizer2impl.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
localsvc.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
locavailable.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
locbased.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
locbased.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
locdispnames.cpp ICU-12663 UnicodeString support nearly 2G UChars & avoid integer overflows; string-to-string case mappings & detect integer overflows; make some calls to uprv_memcpy() and similar a little more robust by casting int32_t to size_t before multiplying 2016-09-20 01:10:36 +00:00
locdspnm.cpp ICU-12738 ICU4C BRS, fixes from testing uconfig.h variations 2016-09-28 07:37:19 +00:00
locid.cpp ICU-12745 fix for review comments 2016-09-28 17:28:08 +00:00
loclikely.cpp ICU-12752 commit some IBM z fixes. Library code building 2016-09-27 23:39:01 +00:00
locmap.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
locmap.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
locresdata.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
locutil.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
locutil.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
Makefile.in ICU-11679 merge C BiDi Transform from branch 2016-09-09 16:41:15 +00:00
messageimpl.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
messagepattern.cpp ICU-12663 UnicodeString support nearly 2G UChars & avoid integer overflows; string-to-string case mappings & detect integer overflows; make some calls to uprv_memcpy() and similar a little more robust by casting int32_t to size_t before multiplying 2016-09-20 01:10:36 +00:00
msvcres.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
mutex.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
norm2_nfc_data.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
norm2allmodes.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
normalizer2.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
normalizer2impl.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
normalizer2impl.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
normlzr.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
parsepos.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
patternprops.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
patternprops.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
pluralmap.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
pluralmap.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
propname_data.h ICU-12669 draft Emoji 4.0 properties data 2016-08-18 21:08:23 +00:00
propname.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
propname.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
propsvec.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
propsvec.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
punycode.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
punycode.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
putil.cpp ICU-12798 Missing #ifdef in putil_cleanup(), broke AIX. 2016-10-18 17:34:00 +00:00
putilimp.h ICU-12778 dirent patch on cygwin, merge 39419 2016-10-04 04:03:01 +00:00
rbbi.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
rbbicst.pl ICU-12761 Adds Unicode copyright notice. 2016-09-28 22:12:27 +00:00
rbbidata.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
rbbidata.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
rbbinode.cpp ICU-12797 RBBI rule compiler fix. 2016-10-10 21:49:01 +00:00
rbbinode.h ICU-12648 Remove several compiler warnings in RBBI code. 2016-07-22 21:50:34 +00:00
rbbirb.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
rbbirb.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
rbbirpt.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
rbbirpt.txt ICU-12761 Adds Unicode copyright notice. 2016-09-28 22:12:27 +00:00
rbbiscan.cpp ICU-12648 Remove several compiler warnings in RBBI code. 2016-07-22 21:50:34 +00:00
rbbiscan.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
rbbisetb.cpp ICU-12648 Remove several compiler warnings in RBBI code. 2016-07-22 21:50:34 +00:00
rbbisetb.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
rbbistbl.cpp ICU-12797 RBBI rule compiler fix. 2016-10-10 21:49:01 +00:00
rbbitblb.cpp ICU-12648 Remove several compiler warnings in RBBI code. 2016-07-22 21:50:34 +00:00
rbbitblb.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
resbund_cnv.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
resbund.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
resource.cpp ICU-12634 Remove ResourceTableSink and ures_getAllTableItems(). 2016-09-07 19:22:41 +00:00
resource.h ICU-12634 Remove ResourceTableSink and ures_getAllTableItems(). 2016-09-07 19:22:41 +00:00
ruleiter.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
ruleiter.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
schriter.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
serv.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
serv.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
servlk.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
servlkf.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
servloc.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
servls.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
servnotf.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
servnotf.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
servrbf.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
servslkf.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
sharedobject.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
sharedobject.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
simpleformatter.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
sprpimpl.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
stringpiece.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
stringtriebuilder.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
uarrsort.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
uarrsort.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
uassert.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
ubidi_props_data.h ICU-12669 draft Emoji 4.0 properties data 2016-08-18 21:08:23 +00:00
ubidi_props.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
ubidi_props.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
ubidi.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
ubidiimp.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
ubidiln.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
ubiditransform.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
ubidiwrt.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
ubrk.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
ubrkimpl.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
ucase_props_data.h ICU-12669 draft Emoji 4.0 properties data 2016-08-18 21:08:23 +00:00
ucase.cpp ICU-12639 detect & handle malformed UTF-8, never call the low-level full case mapping functions with a negative value 2016-09-20 20:32:12 +00:00
ucase.h ICU-5456 minor changes for review feedback 2016-09-27 21:38:42 +00:00
ucasemap_titlecase_brkiter.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
ucasemap.cpp ICU-12849 Title Casing, incorrect length returned when preflighting with a NULL output buffer. 2016-12-01 01:41:40 +00:00
ucat.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
uchar_props_data.h ICU-12669 draft Emoji 4.0 properties data 2016-08-18 21:08:23 +00:00
uchar.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
ucharstrie.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
ucharstriebuilder.cpp ICU-12663 UnicodeString support nearly 2G UChars & avoid integer overflows; string-to-string case mappings & detect integer overflows; make some calls to uprv_memcpy() and similar a little more robust by casting int32_t to size_t before multiplying 2016-09-20 01:10:36 +00:00
ucharstrieiterator.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
uchriter.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
ucln_cmn.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
ucln_cmn.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
ucln_imp.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
ucln.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
ucmndata.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
ucmndata.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
ucnv2022.cpp ICU-12752 merge from branch; z porting changes 2016-09-28 17:30:09 +00:00
ucnv_bld.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
ucnv_bld.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
ucnv_cb.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
ucnv_cnv.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
ucnv_cnv.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
ucnv_ct.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
ucnv_err.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
ucnv_ext.cpp ICU-12663 UnicodeString support nearly 2G UChars & avoid integer overflows; string-to-string case mappings & detect integer overflows; make some calls to uprv_memcpy() and similar a little more robust by casting int32_t to size_t before multiplying 2016-09-20 01:10:36 +00:00
ucnv_ext.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
ucnv_imp.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
ucnv_io.cpp ICU-12752 merge from branch; z porting changes 2016-09-28 17:30:09 +00:00
ucnv_io.h ICU-12752 merge from branch; z porting changes 2016-09-28 17:30:09 +00:00
ucnv_lmb.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
ucnv_set.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
ucnv_u7.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
ucnv_u8.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
ucnv_u16.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
ucnv_u32.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
ucnv.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
ucnvbocu.cpp ICU-12752 commit some IBM z fixes. Library code building 2016-09-27 23:39:01 +00:00
ucnvdisp.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
ucnvhz.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
ucnvisci.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
ucnvlat1.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
ucnvmbcs.cpp ICU-12752 merge from branch; z porting changes 2016-09-28 17:30:09 +00:00
ucnvmbcs.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
ucnvscsu.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
ucnvsel.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
ucol_data.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
ucol_swp.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
ucol_swp.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
ucurr.cpp ICU-12752 merge from branch; z porting changes 2016-09-28 17:30:09 +00:00
ucurrimp.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
udata.cpp ICU-12752 commit some IBM z fixes. Library code building 2016-09-27 23:39:01 +00:00
udatamem.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
udatamem.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
udataswp.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
udataswp.h ICU-12752 IBM i now passes 2016-09-22 01:25:52 +00:00
uelement.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
uenum.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
uenumimp.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
uhash_us.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
uhash.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
uhash.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
uidna.cpp ICU-12663 UnicodeString support nearly 2G UChars & avoid integer overflows; string-to-string case mappings & detect integer overflows; make some calls to uprv_memcpy() and similar a little more robust by casting int32_t to size_t before multiplying 2016-09-20 01:10:36 +00:00
uinit.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
uinvchar.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
uinvchar.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
uiter.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
ulist.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
ulist.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
ulistformatter.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
uloc_keytype.cpp ICU-12752 IBM i now passes 2016-09-22 01:25:52 +00:00
uloc_tag.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
uloc.cpp ICU-12752 merge from branch; z porting changes 2016-09-28 17:30:09 +00:00
ulocimp.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
umapfile.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
umapfile.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
umath.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
umutex.cpp ICU-12783 umutex patch for cygwin, merge r39417 2016-10-04 04:01:33 +00:00
umutex.h ICU-12783 umutex patch for cygwin, merge r39417 2016-10-04 04:01:33 +00:00
unames.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
unifiedcache.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
unifiedcache.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
unifilt.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
unifunct.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
uniset_closure.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
uniset_props.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
uniset.cpp ICU-12663 UnicodeString support nearly 2G UChars & avoid integer overflows; string-to-string case mappings & detect integer overflows; make some calls to uprv_memcpy() and similar a little more robust by casting int32_t to size_t before multiplying 2016-09-20 01:10:36 +00:00
unisetspan.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
unisetspan.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
unistr_case_locale.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
unistr_case.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
unistr_cnv.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
unistr_props.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
unistr_titlecase_brkiter.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
unistr.cpp ICU-12663 UnicodeString support nearly 2G UChars & avoid integer overflows; string-to-string case mappings & detect integer overflows; make some calls to uprv_memcpy() and similar a little more robust by casting int32_t to size_t before multiplying 2016-09-20 01:10:36 +00:00
unistrappender.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
unorm.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
unormcmp.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
unormimp.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
uobject.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
uposixdefs.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
uprops.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
uprops.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
ures_cnv.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
uresbund.cpp ICU-12752 merge from branch; z porting changes 2016-09-28 17:30:09 +00:00
uresdata.cpp ICU-12752 commit some IBM z fixes. Library code building 2016-09-27 23:39:01 +00:00
uresdata.h ICU-12634 Remove ResourceTableSink and ures_getAllTableItems(). 2016-09-07 19:22:41 +00:00
uresimp.h ICU-12634 Remove ResourceTableSink and ures_getAllTableItems(). 2016-09-07 19:22:41 +00:00
ureslocs.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
usc_impl.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
usc_impl.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
uscript_props.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
uscript.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
uset_imp.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
uset_props.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
uset.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
usetiter.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
ushape.cpp ICU-12663 UnicodeString support nearly 2G UChars & avoid integer overflows; string-to-string case mappings & detect integer overflows; make some calls to uprv_memcpy() and similar a little more robust by casting int32_t to size_t before multiplying 2016-09-20 01:10:36 +00:00
usprep.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
ustack.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
ustr_cnv.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
ustr_cnv.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
ustr_imp.h ICU-5456 modern Greek toUpperCase(), remove most diacritics 2016-09-14 23:17:11 +00:00
ustr_titlecase_brkiter.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
ustr_wcs.cpp ICU-12663 UnicodeString support nearly 2G UChars & avoid integer overflows; string-to-string case mappings & detect integer overflows; make some calls to uprv_memcpy() and similar a little more robust by casting int32_t to size_t before multiplying 2016-09-20 01:10:36 +00:00
ustrcase_locale.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
ustrcase.cpp ICU-12849 Title Casing, incorrect length returned when preflighting with a NULL output buffer. 2016-12-01 01:41:40 +00:00
ustrenum.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
ustrenum.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
ustrfmt.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
ustrfmt.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
ustring.cpp ICU-12663 UnicodeString support nearly 2G UChars & avoid integer overflows; string-to-string case mappings & detect integer overflows; make some calls to uprv_memcpy() and similar a little more robust by casting int32_t to size_t before multiplying 2016-09-20 01:10:36 +00:00
ustrtrns.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
utext.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
utf_impl.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
util_props.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
util.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
util.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
utrace.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
utracimp.h ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
utrie2_builder.cpp ICU-12663 UnicodeString support nearly 2G UChars & avoid integer overflows; string-to-string case mappings & detect integer overflows; make some calls to uprv_memcpy() and similar a little more robust by casting int32_t to size_t before multiplying 2016-09-20 01:10:36 +00:00
utrie2_impl.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
utrie2.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
utrie2.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
utrie.cpp ICU-12663 UnicodeString support nearly 2G UChars & avoid integer overflows; string-to-string case mappings & detect integer overflows; make some calls to uprv_memcpy() and similar a little more robust by casting int32_t to size_t before multiplying 2016-09-20 01:10:36 +00:00
utrie.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
uts46.cpp ICU-12140 Pass StringPiece by value, externally. 2016-08-17 19:07:15 +00:00
utypeinfo.h ICU-12023 merge from http://bugs.icu-project.org/trac/attachment/ticket/12023/libcxx_typeinfo.diff - CLA confirmed as @jbeich 2016-11-15 21:02:48 +00:00
utypes.cpp ICU-12809 only .cpp files no .c in ICU library code 2016-12-07 21:14:27 +00:00
uvector.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
uvector.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
uvectr32.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
uvectr32.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
uvectr64.cpp ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
uvectr64.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
wintz.cpp ICU-12908 getTZKeyName in common/wintz.cpp leaks registry handle 2017-01-13 01:48:47 +00:00
wintz.h ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00