scuffed-code/icu4c/source/common
2020-09-23 16:06:37 -07:00
..
unicode ICU-21249 add hide-draft guards for some @draft ICU 68 API 2020-09-20 21:04:41 -05:00
appendable.cpp ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00:00
bmpset.cpp ICU-20043 ICU-13214 ICU-13764 MSVC W3 and W4 warning cleanup (#53) 2018-09-27 14:27:38 -07:00
bmpset.h ICU-21267 stop using FALSE & TRUE macros in most library-internal headers 2020-09-10 13:55:46 -07:00
brkeng.cpp ICU-20588 UMutex, add cleanup of underlying mutexes, and simplify usage model 2019-05-24 13:24:59 -07:00
brkeng.h ICU-21267 stop using FALSE & TRUE macros in most library-internal headers 2020-09-10 13:55:46 -07:00
brkiter.cpp ICU-20991 Trace BreakIterator/BreakEngine creation 2020-03-06 14:18:43 -08:00
bytesinkutil.cpp ICU-13417 Add the internal helper class CharStringByteSink. 2018-09-27 14:27:39 -07:00
bytesinkutil.h ICU-21267 stop using FALSE & TRUE macros in most library-internal headers 2020-09-10 13:55:46 -07:00
bytestream.cpp ICU-13203 CaseMap UTF-8 add StringPiece->ByteSink overloads; change implementation to that and change array->array versions into wrappers 2017-09-18 21:45:11 +00:00
bytestrie.cpp ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00:00
bytestriebuilder.cpp ICU-20079 integer overflow & divide by zero sanitizer fixes. (#67) 2018-09-27 14:27:38 -07:00
bytestrieiterator.cpp ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00:00
caniter.cpp ICU-13275 Merge warning cleanup fixes into trunk 2017-07-22 01:11:59 +00:00
capi_helper.h ICU-20138 Adding FormattedValue APIs in C, C++, and Java. 2019-01-10 17:02:49 -06:00
characterproperties.cpp ICU-20588 UMutex, add cleanup of underlying mutexes, and simplify usage model 2019-05-24 13:24:59 -07:00
chariter.cpp ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
charstr.cpp ICU-21035 add & use CharString::extract(dest buffer) 2020-08-21 16:29:25 -07:00
charstr.h ICU-21035 add & use CharString::extract(dest buffer) 2020-08-21 16:29:25 -07:00
charstrmap.h ICU-21236 Refactor UniqueCharStrings / CharStringMap 2020-09-02 13:45:10 -07:00
cmemory.cpp ICU-13395 Remove uprv_checkValidMemory(). Was incompatible with memory and thread sanitizers. 2017-11-30 21:58:56 +00:00
cmemory.h ICU-20568 Support smart units / unit contexts / preferences 2020-09-10 22:39:18 +02:00
common_uwp.vcxproj ICU-21236 Refactor UniqueCharStrings / CharStringMap 2020-09-02 13:45:10 -07:00
common.rc ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
common.vcxproj ICU-21236 Refactor UniqueCharStrings / CharStringMap 2020-09-02 13:45:10 -07:00
common.vcxproj.filters ICU-21236 Refactor UniqueCharStrings / CharStringMap 2020-09-02 13:45:10 -07:00
cpputils.h ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00:00
cstr.cpp ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
cstr.h ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
cstring.cpp ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
cstring.h ICU-20912 Make C/J Currency consistent on lowercase/uppercase currency equality 2020-03-25 12:21:34 -05:00
cwchar.cpp ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00:00
cwchar.h ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00:00
dictbe.cpp ICU-20991 Trace BreakIterator/BreakEngine creation 2020-03-06 14:18:43 -08:00
dictbe.h ICU-21267 stop using FALSE & TRUE macros in most library-internal headers 2020-09-10 13:55:46 -07:00
dictionarydata.cpp ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
dictionarydata.h ICU-20508 Fixing -Wextra-semi in library code. 2019-03-22 15:29:45 -07:00
dtintrv.cpp ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
edits.cpp ICU-20646 make Edits::copyErrorTo() const 2019-08-22 13:25:01 -07:00
errorcode.cpp ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00:00
filteredbrk.cpp ICU-20783 C++ covariant return types: clone(), freeze() & friends 2019-08-22 16:24:41 -07:00
filterednormalizer2.cpp ICU-13337 public string option for not resetting an Edits object: U_EDITS_NO_RESET 2017-09-13 16:15:28 +00:00
hash.h ICU-20356 Fix compilation warnings 'dllimport' attribute ignored 2019-02-21 12:18:22 -08:00
icudataver.cpp ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
icuplug.cpp ICU-9961 replace U_DRAFT/U_STABLE/U_INTERNAL with U_CAPI 2020-09-10 11:23:44 -07:00
icuplugimp.h ICU-9961 replace U_DRAFT/U_STABLE/U_INTERNAL with U_CAPI 2020-09-10 11:23:44 -07:00
loadednormalizer2impl.cpp ICU-20074 Define UPRV_UNREACHABLE macro for unreachable code 2019-01-14 14:16:26 -08:00
localebuilder.cpp ICU-9695 port LocaleMatcher to C++ 2019-08-19 10:41:35 -07:00
localematcher.cpp ICU-21257 remove #License fragment from license URLs 2020-09-04 10:02:17 -07:00
localeprioritylist.cpp ICU-21257 remove #License fragment from license URLs 2020-09-04 10:02:17 -07:00
localeprioritylist.h ICU-21257 remove #License fragment from license URLs 2020-09-04 10:02:17 -07:00
localsvc.h ICU-20543 Fix -Wundef in library and test code. 2019-04-10 18:52:16 -07:00
locavailable.cpp ICU-20627 Adding getAvailableLocalesByType, ICU4C and ICU4J. 2019-08-14 20:45:27 -07:00
locbased.cpp ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
locbased.h ICU-20601 Remove superfluous semicolons (-Wextra-semi-stmt). 2019-08-15 12:30:21 +02:00
locdispnames.cpp ICU-21035 Update locale implementation to use ulocimp_getKeywordValue(). 2020-09-03 19:02:47 +02:00
locdistance.cpp ICU-21257 remove #License fragment from license URLs 2020-09-04 10:02:17 -07:00
locdistance.h ICU-21257 remove #License fragment from license URLs 2020-09-04 10:02:17 -07:00
locdspnm.cpp ICU-12086 ICU-12165 Currency.getName() param isChoiceFormat can be null, make it so, document, use null in library code 2019-08-30 14:47:19 -07:00
locid.cpp ICU-21236 Correct Locale canonicalization 2020-09-21 19:35:13 -07:00
loclikely.cpp ICU-21035 Replace backward compatibility ulocimp_getCountry() overload. 2020-08-26 13:48:54 +02:00
loclikelysubtags.cpp ICU-21257 remove #License fragment from license URLs 2020-09-04 10:02:17 -07:00
loclikelysubtags.h ICU-21236 Refactor UniqueCharStrings / CharStringMap 2020-09-02 13:45:10 -07:00
locmap.cpp ICU-21035 Update locale implementation to use ulocimp_getKeywordValue(). 2020-09-03 19:02:47 +02:00
locmap.h ICU-20206 ICU4C: Make USE_WINDOWS_LCID_MAPPING_API compile-time configurable. 2019-01-24 14:55:26 -08:00
locresdata.cpp ICU-20249 An internal helper class for stack allocated UResourceBundle. 2018-11-07 17:57:50 +01:00
locutil.cpp ICU-20169 Use smart pointers in all locale code instead of u*_close(). 2018-10-31 17:51:53 +01:00
locutil.h ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
lsr.cpp ICU-21257 remove #License fragment from license URLs 2020-09-04 10:02:17 -07:00
lsr.h ICU-21257 remove #License fragment from license URLs 2020-09-04 10:02:17 -07:00
Makefile.in ICU-10879 Split out OBJECTS from Makefiles into separate files 2020-05-20 11:37:05 -07:00
messageimpl.h ICU-21267 stop using FALSE & TRUE macros in most library-internal headers 2020-09-10 13:55:46 -07:00
messagepattern.cpp ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00:00
msvcres.h ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
mutex.h ICU-13764 Add separate CI build that treats warnings as errors with clang. 2019-07-30 22:10:02 -07:00
norm2_nfc_data.h ICU-20893 Unicode 13 beta 2019-11-21 17:35:53 -08:00
norm2allmodes.h ICU-21267 stop using FALSE & TRUE macros in most library-internal headers 2020-09-10 13:55:46 -07:00
normalizer2.cpp ICU-13530 add UCPTrie/CodePointTrie, switch normalization to use it (#48) 2018-09-27 14:27:38 -07:00
normalizer2impl.cpp ICU-20907 Disable optimization on Windows when building for ARM64 with Visual Studio versions below 16.4. 2019-11-27 15:35:58 -08:00
normalizer2impl.h ICU-21267 stop using FALSE & TRUE macros in most library-internal headers 2020-09-10 13:55:46 -07:00
normlzr.cpp ICU-20279 Remove MSVC specific macro _ARM64_ 2018-12-12 13:55:07 -08:00
parsepos.cpp ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
patternprops.cpp ICU-9622 Adding support for date/time skeletons 2018-12-13 13:20:33 -08:00
patternprops.h ICU-21267 stop using FALSE & TRUE macros in most library-internal headers 2020-09-10 13:55:46 -07:00
pluralmap.cpp ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
pluralmap.h ICU-21267 stop using FALSE & TRUE macros in most library-internal headers 2020-09-10 13:55:46 -07:00
propname_data.h ICU-20893 Unicode 13 beta 2019-11-21 17:35:53 -08:00
propname.cpp ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
propname.h ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
propsvec.cpp ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00:00
propsvec.h ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00:00
punycode.cpp ICU-13727 limit length of input for Punycode encode/decode 2020-08-31 16:53:07 -07:00
punycode.h ICU-21267 stop using FALSE & TRUE macros in most library-internal headers 2020-09-10 13:55:46 -07:00
putil.cpp ICU-9961 replace U_DRAFT/U_STABLE/U_INTERNAL with U_CAPI 2020-09-10 11:23:44 -07:00
putilimp.h ICU-21267 stop using FALSE & TRUE macros in most library-internal headers 2020-09-10 13:55:46 -07:00
rbbi_cache.cpp ICU-13565 Break Iteration, remove the dictionary bit from the implementation. 2020-06-17 12:00:14 -07:00
rbbi_cache.h ICU-21267 stop using FALSE & TRUE macros in most library-internal headers 2020-09-10 13:55:46 -07:00
rbbi.cpp ICU-13590 RBBI, improve handling of concurrent look-ahead rules. 2020-07-21 14:39:15 -07:00
rbbicst.pl ICU-21257 remove #License fragment from license URLs 2020-09-04 10:02:17 -07:00
rbbidata.cpp ICU-13590 RBBI, improve handling of concurrent look-ahead rules. 2020-07-21 14:39:15 -07:00
rbbidata.h ICU-21108 Update to use/support VS2019, and add extra CI builds for VS2017 and VS2019. 2020-09-02 13:01:27 -07:00
rbbinode.cpp ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
rbbinode.h ICU-21267 stop using FALSE & TRUE macros in most library-internal headers 2020-09-10 13:55:46 -07:00
rbbirb.cpp ICU-13565 Break Iteration, remove the dictionary bit from the implementation. 2020-06-17 12:00:14 -07:00
rbbirb.h ICU-13194 RBBI safe tables, remove unnecessary Java/C++ differences. 2018-04-03 23:41:28 +00:00
rbbirpt.h ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
rbbirpt.txt ICU-21257 remove #License fragment from license URLs 2020-09-04 10:02:17 -07:00
rbbiscan.cpp ICU-13565 Reduce size of BreakIterator brk files 2020-05-27 14:26:10 -07:00
rbbiscan.h ICU-21267 stop using FALSE & TRUE macros in most library-internal headers 2020-09-10 13:55:46 -07:00
rbbisetb.cpp ICU-13565 Break Iteration, remove the dictionary bit from the implementation. 2020-06-17 12:00:14 -07:00
rbbisetb.h ICU-13565 Break Iteration, remove the dictionary bit from the implementation. 2020-06-17 12:00:14 -07:00
rbbistbl.cpp ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
rbbitblb.cpp ICU-21108 Update to use/support VS2019, and add extra CI builds for VS2017 and VS2019. 2020-09-02 13:01:27 -07:00
rbbitblb.h ICU-13590 RBBI, improve handling of concurrent look-ahead rules. 2020-07-21 14:39:15 -07:00
resbund_cnv.cpp ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00:00
resbund.cpp ICU-20588 UMutex, add cleanup of underlying mutexes, and simplify usage model 2019-05-24 13:24:59 -07:00
resource.cpp ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
resource.h ICU-21267 stop defining & using FALSE & TRUE macros in public headers 2020-09-09 15:13:56 -07:00
restrace.cpp ICU-20593 Various updates to resource tracing. 2019-07-09 15:40:01 -05:00
restrace.h ICU-20593 Various updates to resource tracing. 2019-07-09 15:40:01 -05:00
ruleiter.cpp ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
ruleiter.h ICU-21267 stop using FALSE & TRUE macros in most library-internal headers 2020-09-10 13:55:46 -07:00
schriter.cpp ICU-20783 C++ covariant return types: clone(), freeze() & friends 2019-08-22 16:24:41 -07:00
serv.cpp ICU-20588 UMutex, add cleanup of underlying mutexes, and simplify usage model 2019-05-24 13:24:59 -07:00
serv.h ICU-21267 stop using FALSE & TRUE macros in most library-internal headers 2020-09-10 13:55:46 -07:00
servlk.cpp ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
servlkf.cpp ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
servloc.h ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
servls.cpp ICU-20588 UMutex, add cleanup of underlying mutexes, and simplify usage model 2019-05-24 13:24:59 -07:00
servnotf.cpp ICU-20588 UMutex, add cleanup of underlying mutexes, and simplify usage model 2019-05-24 13:24:59 -07:00
servnotf.h ICU-21267 stop using FALSE & TRUE macros in most library-internal headers 2020-09-10 13:55:46 -07:00
servrbf.cpp ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
servslkf.cpp ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
sharedobject.cpp ICU-13399 Fix thread race in the Unified Cache. 2018-02-27 19:27:42 +00:00
sharedobject.h ICU-21267 stop using FALSE & TRUE macros in most library-internal headers 2020-09-10 13:55:46 -07:00
simpleformatter.cpp ICU-20826 Updating C++ ListFormatter impl to be more like Java 2020-09-03 17:52:03 -05:00
sources.txt ICU-10879 Split out OBJECTS from Makefiles into separate files 2020-05-20 11:37:05 -07:00
sprpimpl.h ICU-12911 remove UBiDiProps except inside its .cpp file, and uprv_haveProperties() 2018-02-15 19:01:29 +00:00
static_unicode_sets.cpp ICU-20108 Adding new parseLenients from CLDR 34 to ICU. 2019-02-15 16:51:17 -08:00
static_unicode_sets.h ICU-20108 Adding new parseLenients from CLDR 34 to ICU. 2019-02-15 16:51:17 -08:00
stringpiece.cpp ICU-20921 Adding find and compare to StringPiece 2020-01-14 11:52:27 +01:00
stringtriebuilder.cpp ICU-20043 ICU-13214 ICU-13764 MSVC W3 and W4 warning cleanup (#53) 2018-09-27 14:27:38 -07:00
uarrsort.cpp ICU-20875 Include <cstddef> for max_align_t 2020-01-09 15:42:52 -08:00
uarrsort.h ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00:00
uassert.h ICU-21081 Make U_ASSERT C++14 compatible 2020-05-08 19:03:43 -07:00
ubidi_props_data.h ICU-20893 Unicode 13 data 2020feb19 2020-02-19 22:02:35 -08:00
ubidi_props.cpp ICU-9961 replace U_DRAFT/U_STABLE/U_INTERNAL with U_CAPI 2020-09-10 11:23:44 -07:00
ubidi_props.h ICU-12911 remove UBiDiProps except inside its .cpp file, and uprv_haveProperties() 2018-02-15 19:01:29 +00:00
ubidi.cpp ICU-20074 Revise UPRV_UNREACHABLE macro to always call abort(). 2019-01-24 18:50:04 -08:00
ubidiimp.h ICU-21267 stop using FALSE & TRUE macros in most library-internal headers 2020-09-10 13:55:46 -07:00
ubidiln.cpp ICU-20159 Fixing more GCC warnings. 2019-02-21 01:15:58 -06:00
ubiditransform.cpp ICU-9961 replace U_DRAFT/U_STABLE/U_INTERNAL with U_CAPI 2020-09-10 11:23:44 -07:00
ubidiwrt.cpp ICU-20907 Disable optimization on Windows when building for ARM64 with Visual Studio versions below 16.4. 2019-11-27 15:35:58 -08:00
ubrk.cpp ICU-12914 change rulesLength/Capacity back to int32_t; handle INT32_MAX overflow 2017-02-01 20:27:47 +00:00
ubrkimpl.h ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
ucase_props_data.h ICU-13416 change Armenian (hy) uppercase/titlecase of և ligature ech-yiwn 2020-08-30 18:19:10 -07:00
ucase.cpp ICU-13416 change Armenian (hy) uppercase/titlecase of և ligature ech-yiwn 2020-08-30 18:19:10 -07:00
ucase.h ICU-21267 stop using FALSE & TRUE macros in most library-internal headers 2020-09-10 13:55:46 -07:00
ucasemap_imp.h ICU-21267 stop using FALSE & TRUE macros in most library-internal headers 2020-09-10 13:55:46 -07:00
ucasemap_titlecase_brkiter.cpp ICU-13203 CaseMap UTF-8 add StringPiece->ByteSink overloads; change implementation to that and change array->array versions into wrappers 2017-09-18 21:45:11 +00:00
ucasemap.cpp ICU-20984 StringPiece & ByteSink overloads for char8_t* 2020-03-16 10:49:21 -07:00
ucat.cpp ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
uchar_props_data.h ICU-20893 Unicode 13 data 2020feb19 2020-02-19 22:02:35 -08:00
uchar.cpp ICU-20893 Unicode 13 beta 2019-11-21 17:35:53 -08:00
ucharstrie.cpp ICU-12992 move Char16Ptr to new char16ptr.h; change non-UnicodeString C++ functions from raw pointers to Char16Ptr where possible 2017-03-01 05:52:24 +00:00
ucharstriebuilder.cpp ICU-13298 Fix signed int overflow in StringTrieBuilder hash functions. 2017-08-04 17:44:00 +00:00
ucharstrieiterator.cpp ICU-12992 move Char16Ptr to new char16ptr.h; change non-UnicodeString C++ functions from raw pointers to Char16Ptr where possible 2017-03-01 05:52:24 +00:00
uchriter.cpp ICU-20783 C++ covariant return types: clone(), freeze() & friends 2019-08-22 16:24:41 -07:00
ucln_cmn.cpp ICU-20588 UMutex, add cleanup of underlying mutexes, and simplify usage model 2019-05-24 13:24:59 -07:00
ucln_cmn.h ICU-21236 Correct Locale canonicalization 2020-09-21 19:35:13 -07:00
ucln_imp.h ICU-21267 stop using FALSE & TRUE macros in most library-internal headers 2020-09-10 13:55:46 -07:00
ucln.h ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00:00
ucmndata.cpp ICU-13503 declare variable-length array at end of struct with length 1 to disable bounds checkers 2017-12-14 21:25:46 +00:00
ucmndata.h ICU-13503 declare variable-length array at end of struct with length 1 to disable bounds checkers 2017-12-14 21:25:46 +00:00
ucnv2022.cpp ICU-20976 GCC 8 fixes phase 1 2020-03-24 11:51:20 -07:00
ucnv_bld.cpp ICU-21170 Fix function prototypes 2020-06-25 15:31:11 -07:00
ucnv_bld.h ICU-21267 stop using FALSE & TRUE macros in most library-internal headers 2020-09-10 13:55:46 -07:00
ucnv_cb.cpp ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
ucnv_cnv.cpp ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
ucnv_cnv.h ICU-21267 stop using FALSE & TRUE macros in most library-internal headers 2020-09-10 13:55:46 -07:00
ucnv_ct.cpp ICU-20043 ICU-13214 ICU-13764 MSVC W3 and W4 warning cleanup (#53) 2018-09-27 14:27:38 -07:00
ucnv_err.cpp ICU-12911 remove UBiDiProps except inside its .cpp file, and uprv_haveProperties() 2018-02-15 19:01:29 +00:00
ucnv_ext.cpp ICU-12410 class Edits, class CaseMap with new low-level functions that work with Edits, simpler case properties code, some cleanup 2017-02-17 21:03:35 +00:00
ucnv_ext.h ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00:00
ucnv_imp.h ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
ucnv_io.cpp ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
ucnv_io.h ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
ucnv_lmb.cpp ICU-20601 Wrap ICU implementation compound macros in do { } while. 2019-08-15 20:48:50 +02:00
ucnv_set.cpp ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00:00
ucnv_u7.cpp ICU-12766 z: library and tools build 2017-02-11 02:43:09 +00:00
ucnv_u8.cpp ICU-21280 Correct source bytes counting in UTF8->UTF8 conversion 2020-09-16 17:50:21 -07:00
ucnv_u16.cpp ICU-20043 ICU-13214 ICU-13764 MSVC W3 and W4 warning cleanup (#53) 2018-09-27 14:27:38 -07:00
ucnv_u32.cpp ICU-20043 ICU-13214 ICU-13764 MSVC W3 and W4 warning cleanup (#53) 2018-09-27 14:27:38 -07:00
ucnv.cpp ICU-20975 BRS66rc Fix warnings found when building ICU4C samples. 2020-02-26 13:04:08 -08:00
ucnvbocu.cpp ICU-20601 Wrap ICU implementation compound macros in do { } while. 2019-08-15 20:48:50 +02:00
ucnvdisp.cpp ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
ucnvhz.cpp ICU-20601 Wrap ICU implementation compound macros in do { } while. 2019-08-15 20:48:50 +02:00
ucnvisci.cpp ICU-20601 Wrap ICU implementation compound macros in do { } while. 2019-08-15 20:48:50 +02:00
ucnvlat1.cpp ICU-13560 make some toUnicode converter check toULength not toUnicodeStatus for continuing after partial sequences; ucnv.cpp framework code only resets toULength after an error 2018-01-23 21:32:36 +00:00
ucnvmbcs.cpp ICU-20179 Remove platform-specific mutex and atomics implementations. 2018-11-19 17:17:09 -08:00
ucnvmbcs.h ICU-21267 stop using FALSE & TRUE macros in most library-internal headers 2020-09-10 13:55:46 -07:00
ucnvscsu.cpp ICU-12766 z: library and tools build 2017-02-11 02:43:09 +00:00
ucnvsel.cpp ICU-20804 OOM not handled in selectForMask 2019-09-11 18:15:39 -07:00
ucol_data.h ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00:00
ucol_swp.cpp ICU-13530 add UCPTrie/CodePointTrie, switch normalization to use it (#48) 2018-09-27 14:27:38 -07:00
ucol_swp.h ICU-9961 replace U_DRAFT/U_STABLE/U_INTERNAL with U_CAPI 2020-09-10 11:23:44 -07:00
ucptrie_impl.h ICU-20086 C++ sets & maps for Unicode properties (#93) 2018-09-27 14:27:39 -07:00
ucptrie.cpp ICU-20672 Compiler Warning Cleanup. 2019-07-01 16:42:01 -07:00
ucurr.cpp ICU-9961 replace U_DRAFT/U_STABLE/U_INTERNAL with U_CAPI 2020-09-10 11:23:44 -07:00
ucurrimp.h ICU-13574 Adding currency names matcher to ICU4C. 2018-02-10 02:59:49 +00:00
udata.cpp ICU-20712 Add support for building Windows UWP ARM/ARM64 data DLLs. 2019-08-13 17:03:33 -07:00
udatamem.cpp ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
udatamem.h ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
udataswp.cpp ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00:00
udataswp.h ICU-13530 add UCPTrie/CodePointTrie, switch normalization to use it (#48) 2018-09-27 14:27:38 -07:00
uelement.h ICU-21267 stop using FALSE & TRUE macros in most library-internal headers 2020-09-10 13:55:46 -07:00
uenum.cpp ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00:00
uenumimp.h ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00:00
uhash_us.cpp ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
uhash.cpp ICU-20601 Wrap ICU implementation compound macros in do { } while. 2019-08-15 20:48:50 +02:00
uhash.h ICU-12380 Size reductions for transliterator registry (and some speedup) 2017-09-20 00:39:40 +00:00
uidna.cpp ICU-10291 Optimize IDNA toASCII loop 2019-03-13 12:13:42 -07:00
uinit.cpp ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00:00
uinvchar.cpp ICU-9961 replace U_DRAFT/U_STABLE/U_INTERNAL with U_CAPI 2020-09-10 11:23:44 -07:00
uinvchar.h ICU-21267 stop using FALSE & TRUE macros in most library-internal headers 2020-09-10 13:55:46 -07:00
uiter.cpp ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00:00
ulayout_props.h ICU-20111 move text layout properties data into a new ulayout.icu data file 2019-02-14 08:30:57 -08:00
ulist.cpp ICU-13275 Merge warning cleanup fixes into trunk 2017-07-22 01:11:59 +00:00
ulist.h ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
uloc_keytype.cpp ICU-20074 Define UPRV_UNREACHABLE macro for unreachable code 2019-01-14 14:16:26 -08:00
uloc_tag.cpp ICU-21264 Re-enable optimizations for various functions on MSVC for VS2019 and above. 2020-09-08 18:05:02 -07:00
uloc.cpp ICU-9961 replace U_DRAFT/U_STABLE/U_INTERNAL with U_CAPI 2020-09-10 11:23:44 -07:00
ulocimp.h ICU-21236 Correct Locale canonicalization 2020-09-21 19:35:13 -07:00
umapfile.cpp ICU-20204 ICU4C: Use the CreateFileMapping API for both the UWP version and Win32 versions. 2019-02-05 15:16:56 -08:00
umapfile.h ICU-13712 ICU4C does not report OOM if it fails to memory map the data file(s) (#30) 2018-09-27 14:27:39 -07:00
umath.cpp ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
umutablecptrie.cpp ICU-20250 make UnicodeSet(intprop=value) faster 2018-11-12 16:05:57 -08:00
umutex.cpp ICU-20845 UMutex not trivially but constexpr constructible 2019-10-02 11:00:19 -07:00
umutex.h ICU-9961 replace U_DRAFT/U_STABLE/U_INTERNAL with U_CAPI 2020-09-10 11:23:44 -07:00
unames.cpp ICU-21001 Fixing problems found by running valgrind. 2020-03-05 14:34:20 -08:00
unifiedcache.cpp ICU-21242 rephrase documentation using term master 2020-08-28 12:42:20 -07:00
unifiedcache.h ICU-21267 stop using FALSE & TRUE macros in most library-internal headers 2020-09-10 13:55:46 -07:00
unifilt.cpp ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
unifunct.cpp ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
uniquecharstr.h ICU-21236 better document UniqueCharStrings 2020-09-23 16:06:37 -07:00
uniset_closure.cpp ICU-20250 make UnicodeSet(intprop=value) faster 2018-11-12 16:05:57 -08:00
uniset_props.cpp ICU-20601 Wrap ICU implementation compound macros in do { } while. 2019-08-15 20:48:50 +02:00
uniset.cpp ICU-20783 C++ covariant return types: clone(), freeze() & friends 2019-08-22 16:24:41 -07:00
unisetspan.cpp ICU-20783 use C++ covariant return types 2019-08-23 11:45:36 -07:00
unisetspan.h ICU-21267 stop using FALSE & TRUE macros in most library-internal headers 2020-09-10 13:55:46 -07:00
unistr_case_locale.cpp ICU-12410 class Edits, class CaseMap with new low-level functions that work with Edits, simpler case properties code, some cleanup 2017-02-17 21:03:35 +00:00
unistr_case.cpp ICU-13234 rename UCASEMAP_OMIT_UNCHANGED_TEXT to U_OMIT_UNCHANGED_TEXT 2017-06-08 19:36:34 +00:00
unistr_cnv.cpp ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00:00
unistr_props.cpp ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00:00
unistr_titlecase_brkiter.cpp ICU-9198 add titlecasing options: wholeString, sentences, adjustToCased 2017-06-09 23:04:03 +00:00
unistr.cpp ICU-20958 Prevent SEGV_MAPERR in append 2020-02-03 13:22:30 -08:00
unistrappender.h ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
unorm.cpp ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
unormcmp.cpp ICU-12410 class Edits, class CaseMap with new low-level functions that work with Edits, simpler case properties code, some cleanup 2017-02-17 21:03:35 +00:00
unormimp.h ICU-21267 stop using FALSE & TRUE macros in most library-internal headers 2020-09-10 13:55:46 -07:00
uobject.cpp ICU-20265 Use noexcept instead of throw() in C++ >= 11. 2019-02-22 13:29:20 -06:00
uposixdefs.h ICU-20976 GCC 8 fixes phase 1 2020-03-24 11:51:20 -07:00
uprops.cpp ICU-20893 Unicode 13 beta 2019-11-21 17:35:53 -08:00
uprops.h ICU-20893 Unicode 13 beta 2019-11-21 17:35:53 -08:00
ures_cnv.cpp ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00:00
uresbund.cpp ICU-9961 replace U_DRAFT/U_STABLE/U_INTERNAL with U_CAPI 2020-09-10 11:23:44 -07:00
uresdata.cpp ICU-9695 port LocaleMatcher to C++ 2019-08-19 10:41:35 -07:00
uresdata.h ICU-9961 replace U_DRAFT/U_STABLE/U_INTERNAL with U_CAPI 2020-09-10 11:23:44 -07:00
uresimp.h ICU-21267 stop using FALSE & TRUE macros in most library-internal headers 2020-09-10 13:55:46 -07:00
ureslocs.h ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
usc_impl.cpp ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
usc_impl.h ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
uscript_props.cpp ICU-20893 Unicode 13 beta 2019-11-21 17:35:53 -08:00
uscript.cpp ICU-21001 Fixing problems found by running valgrind. 2020-03-05 14:34:20 -08:00
uset_imp.h ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00:00
uset_props.cpp ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00:00
uset.cpp ICU-20250 make UnicodeSet(intprop=value) faster 2018-11-12 16:05:57 -08:00
usetiter.cpp ICU-20250 make UnicodeSet(intprop=value) faster 2018-11-12 16:05:57 -08:00
ushape.cpp ICU-20043 ICU-13214 ICU-13764 MSVC W3 and W4 warning cleanup (#53) 2018-09-27 14:27:38 -07:00
usprep.cpp ICU-20588 UMutex, add cleanup of underlying mutexes, and simplify usage model 2019-05-24 13:24:59 -07:00
ustack.cpp ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
ustr_cnv.cpp ICU-20179 Remove platform-specific mutex and atomics implementations. 2018-11-19 17:17:09 -08:00
ustr_cnv.h ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00:00
ustr_imp.h ICU-21267 stop using FALSE & TRUE macros in most library-internal headers 2020-09-10 13:55:46 -07:00
ustr_titlecase_brkiter.cpp ICU-20783 C++ covariant return types: clone(), freeze() & friends 2019-08-22 16:24:41 -07:00
ustr_wcs.cpp ICU-13461 remove register keyword from C++ code 2017-12-18 23:17:26 +00:00
ustrcase_locale.cpp ICU-12992 revert new C++ API (CaseMap) to raw pointers 2017-03-08 21:07:27 +00:00
ustrcase.cpp ICU-20043 ICU-13214 ICU-13764 MSVC W3 and W4 warning cleanup (#53) 2018-09-27 14:27:38 -07:00
ustrenum.cpp ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
ustrenum.h ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
ustrfmt.cpp ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
ustrfmt.h ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
ustring.cpp ICU-20725 Fix stack overflow of u_unescapeAt 2020-08-10 14:59:38 -07:00
ustrtrns.cpp ICU-13311 change illegal-UTF-8 handling in non-converter code 2017-09-21 23:45:08 +00:00
utext.cpp ICU-20875 Include <cstddef> for max_align_t 2020-01-09 15:42:52 -08:00
utf_impl.cpp ICU-13569 refresh dev branch from trunk. 2018-02-14 23:55:39 +00:00
util_props.cpp ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
util.cpp ICU-20629 Fixing DTPG hour-format locale and region fallback logic. 2019-05-29 16:37:40 -07:00
util.h ICU-21267 stop using FALSE & TRUE macros in most library-internal headers 2020-09-10 13:55:46 -07:00
utrace.cpp ICU-20593 Various updates to resource tracing. 2019-07-09 15:40:01 -05:00
utracimp.h ICU-20601 Wrap ICU implementation compound macros in do { } while. 2019-08-15 20:48:50 +02:00
utrie2_builder.cpp ICU-20369 ICU4C: Report OOM errors in the utrie2_clone function. 2019-01-23 17:33:05 -08:00
utrie2_impl.h ICU-13530 add UCPTrie/CodePointTrie, switch normalization to use it (#48) 2018-09-27 14:27:38 -07:00
utrie2.cpp ICU-13530 add UCPTrie/CodePointTrie, switch normalization to use it (#48) 2018-09-27 14:27:38 -07:00
utrie2.h ICU-21267 stop using FALSE & TRUE macros in most library-internal headers 2020-09-10 13:55:46 -07:00
utrie_swap.cpp ICU-21069 Fix ucptrie_swap pointer logic 2020-04-15 14:39:08 -07:00
utrie.cpp ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00:00
utrie.h ICU-21267 stop using FALSE & TRUE macros in most library-internal headers 2020-09-10 13:55:46 -07:00
uts46.cpp ICU-21030 validate ACE label edge cases 2020-08-14 14:32:47 -07:00
utypeinfo.h ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
utypes.cpp ICU-13727 add U_INPUT_TOO_LONG_ERROR & ICUInputTooLongException 2020-08-31 10:32:11 -07:00
uvector.cpp ICU-13194 rbbi work, revert unneeded changes to UVector. 2018-04-01 20:44:40 +00:00
uvector.h ICU-21267 stop using FALSE & TRUE macros in most library-internal headers 2020-09-10 13:55:46 -07:00
uvectr32.cpp ICU-13194 rbbi work, revert unneeded changes to UVector. 2018-04-01 20:44:40 +00:00
uvectr32.h ICU-21267 stop using FALSE & TRUE macros in most library-internal headers 2020-09-10 13:55:46 -07:00
uvectr64.cpp ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
uvectr64.h ICU-21267 stop using FALSE & TRUE macros in most library-internal headers 2020-09-10 13:55:46 -07:00
wintz.cpp ICU-9961 replace U_DRAFT/U_STABLE/U_INTERNAL with U_CAPI 2020-09-10 11:23:44 -07:00
wintz.h ICU-9961 replace U_DRAFT/U_STABLE/U_INTERNAL with U_CAPI 2020-09-10 11:23:44 -07:00