icu/icu4c/source/common
2021-10-21 15:54:42 -07:00
..
unicode ICU-21580 change site.icu-project.org to icu.unicode.org etc 2021-10-21 15:54:42 -07: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-21662 Improve UVector error handling. 2021-09-08 17:24:52 -07:00
brkeng.h ICU-21734 Add missing overrides 2021-09-07 17:42:14 -07:00
brkiter.cpp ICU-21734 Add missing overrides 2021-09-07 17:42:14 -07:00
BUILD ICU-21652 add emoji properties of strings 2021-09-08 12:15:50 -07: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-20973 Use standard keywords true & false to initialize type bool. 2021-08-26 18:53:10 +02:00
bytestrieiterator.cpp ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00:00
caniter.cpp ICU-21580 Fix typos in icu4c/ 2021-07-19 13:22:38 -05: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-21652 add emoji properties of strings 2021-09-08 12:15:50 -07:00
chariter.cpp
charstr.cpp ICU-21562 Add include to fix std:abs build problem 2021-03-30 21:33:22 -07:00
charstr.h ICU-21349 Adjust C++ MeasureUnitImpl::serialize to be as same as the Java one 2021-01-13 22:31:05 +01: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-21499 Suppress warnings about non-NULL address in uprv_memcpy and uprv_memmove 2021-02-18 12:27:51 -08:00
common.rc
common.vcxproj ICU-21652 add emoji properties of strings 2021-09-08 12:15:50 -07:00
common.vcxproj.filters ICU-21652 add emoji properties of strings 2021-09-08 12:15:50 -07:00
common_uwp.vcxproj ICU-21652 add emoji properties of strings 2021-09-08 12:15:50 -07:00
cpputils.h ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00:00
cstr.cpp
cstr.h ICU-21580 Fix typos in icu4c/ 2021-07-19 13:22:38 -05:00
cstring.cpp
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-21580 Fix typos in icu4c/ 2021-07-19 13:22:38 -05:00
dictbe.h ICU-21734 Add missing overrides 2021-09-07 17:42:14 -07:00
dictionarydata.cpp
dictionarydata.h ICU-21580 change site.icu-project.org to icu.unicode.org etc 2021-10-21 15:54:42 -07:00
dtintrv.cpp ICU-20973 Change all equality operator return types from UBool to bool. 2021-08-17 00:35:00 +02:00
edits.cpp ICU-21559 more guards for self-assignment 2021-03-30 12:19:11 -07:00
emojiprops.cpp ICU-21652 add emoji properties of strings 2021-09-08 12:15:50 -07:00
emojiprops.h ICU-21652 add emoji properties of strings 2021-09-08 12:15:50 -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-21734 Add missing overrides 2021-09-07 17:42:14 -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-20698 C++ Hashtable allow integer value zero 2020-12-29 13:47:17 -08:00
icudataver.cpp
icuplug.cpp ICU-21580 Fix typos in icu4c/ 2021-07-19 13:22:38 -05: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-21669 UPRV_UNREACHABLE > UPRV_UNREACHABLE_EXIT/ASSERT, update usages 2021-09-14 15:22:52 -07:00
localebuilder.cpp ICU-21707 Fix LocaleBuilder assumption that the default locale doesn't have any BCP47 extension tags. 2021-08-12 16:58:12 -07:00
localematcher.cpp ICU-21662 Rename UVector::addElement(). 2021-07-28 15:36:50 -07:00
localeprioritylist.cpp ICU-20698 C++ Hashtable allow integer value zero 2020-12-29 13:47:17 -08: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
locbased.h ICU-20601 Remove superfluous semicolons (-Wextra-semi-stmt). 2019-08-15 12:30:21 +02:00
locdispnames.cpp ICU-20870 If locale/lang name lookup fails, canonicalize lang and try again 2021-09-13 09:50:33 -07: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-20870 If locale/lang name lookup fails, canonicalize lang and try again 2021-09-13 09:50:33 -07:00
locid.cpp ICU-21734 Add missing overrides 2021-09-07 17:42:14 -07:00
loclikely.cpp ICU-21639 Added an internal utility class to streamline preflighting and heap-allocating a char buffer for a locale ID 2021-08-02 13:15:29 -07:00
loclikelysubtags.cpp ICU-21414 Fix toLanguageTag x-private 2020-12-08 22:51:18 -08:00
loclikelysubtags.h ICU-21236 Refactor UniqueCharStrings / CharStringMap 2020-09-02 13:45:10 -07:00
locmap.cpp ICU-21480 integrate CLDR release 39 alpha1 to ICU trunk 2021-02-16 21:44:12 -08: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
lsr.cpp ICU-20973 Change all equality operator return types from UBool to bool. 2021-08-17 00:35:00 +02:00
lsr.h ICU-20973 Change all equality operator return types from UBool to bool. 2021-08-17 00:35:00 +02:00
lstmbe.cpp ICU-21669 UPRV_UNREACHABLE > UPRV_UNREACHABLE_EXIT/ASSERT, update usages 2021-09-14 15:22:52 -07:00
lstmbe.h ICU-21734 Add missing overrides 2021-09-07 17:42:14 -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-20973 Use standard keywords true & false to initialize type bool. 2021-08-26 18:53:10 +02:00
msvcres.h ICU-21580 change site.icu-project.org to icu.unicode.org etc 2021-10-21 15:54:42 -07: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-21635 Unicode 14 beta 2021-06-21 22:26:15 +00:00
norm2allmodes.h ICU-21279 decompose (NFD/NFKD) UTF-8 with Edits 2021-01-07 15:38:16 -08: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-21669 UPRV_UNREACHABLE > UPRV_UNREACHABLE_EXIT/ASSERT, update usages 2021-09-14 15:22:52 -07:00
normalizer2impl.h ICU-21580 change site.icu-project.org to icu.unicode.org etc 2021-10-21 15:54:42 -07:00
normlzr.cpp ICU-20973 Change all equality operator return types from UBool to bool. 2021-08-17 00:35:00 +02:00
parsepos.cpp
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
pluralmap.h ICU-21580 Fix typos in icu4c/ 2021-07-19 13:22:38 -05:00
propname.cpp
propname.h
propname_data.h ICU-21652 add emoji properties of strings 2021-09-08 12:15:50 -07: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-21429 Allow timezones with max 2 digits at the end to 2021-09-17 15:26:06 -04:00
putilimp.h ICU-21018 Fix typos across repo that start with letter A 2021-01-06 15:15:35 -08:00
rbbi.cpp ICU-21662 Improve UVector error handling. 2021-09-02 19:15:36 -07:00
rbbi_cache.cpp ICU-21669 UPRV_UNREACHABLE > UPRV_UNREACHABLE_EXIT/ASSERT, update usages 2021-09-14 15:22:52 -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
rbbicst.pl ICU-21580 Fix typos in icu4c/ 2021-07-19 13:22:38 -05:00
rbbidata.cpp ICU-20973 Use standard keywords true & false to initialize type bool. 2021-08-26 18:53:10 +02:00
rbbidata.h ICU-20973 Change all equality operator return types from UBool to bool. 2021-08-17 00:35:00 +02:00
rbbinode.cpp ICU-21662 Improve UVector error handling. 2021-09-08 17:24:52 -07:00
rbbinode.h ICU-20973 Change all equality operator return types from UBool to bool. 2021-08-17 00:35:00 +02: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-21734 Add missing overrides 2021-09-07 17:42:14 -07:00
rbbirpt.h
rbbirpt.txt ICU-21580 Fix typos in icu4c/ 2021-07-19 13:22:38 -05:00
rbbiscan.cpp ICU-21662 Improve UVector error handling. 2021-09-08 17:24:52 -07:00
rbbiscan.h ICU-21555 Fix typos in repo from letter d to i 2021-08-30 16:45:43 -05:00
rbbisetb.cpp ICU-21662 Improve UVector error handling. 2021-09-08 17:24:52 -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-21555 Fix typos from G to L 2021-06-07 16:09:09 -07:00
rbbitblb.cpp ICU-21662 Improve UVector error handling. 2021-09-08 17:24:52 -07:00
rbbitblb.h ICU-21580 Fix typos in icu4c/ 2021-07-19 13:22:38 -05:00
resbund.cpp ICU-21580 Fix typos in icu4c/ 2021-07-19 13:22:38 -05:00
resbund_cnv.cpp ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00:00
resource.cpp
resource.h ICU-20941 Fix ResourceTable lifetime to make ResourceTracer happy 2021-02-24 09:27:39 +01:00
restrace.cpp ICU-20941 Fix ResourceTable lifetime to make ResourceTracer happy 2021-02-24 09:27:39 +01:00
restrace.h ICU-20593 Various updates to resource tracing. 2019-07-09 15:40:01 -05:00
ruleiter.cpp
ruleiter.h ICU-21555 fix typos for D, E and F found in the repo 2021-05-10 11:09:05 -07:00
schriter.cpp ICU-20973 Use standard keywords true & false to initialize type bool. 2021-08-26 18:53:10 +02:00
serv.cpp ICU-21662 Improve UVector error handling. 2021-09-02 19:15:36 -07:00
serv.h ICU-21734 Add missing overrides 2021-09-07 17:42:14 -07:00
servlk.cpp
servlkf.cpp
servloc.h ICU-21734 Add missing overrides 2021-09-07 17:42:14 -07:00
servls.cpp ICU-21734 Add missing overrides 2021-09-07 17:42:14 -07:00
servnotf.cpp ICU-21662 Rename UVector::addElement(). 2021-07-28 15:36:50 -07:00
servnotf.h ICU-21734 Add missing overrides 2021-09-07 17:42:14 -07:00
servrbf.cpp
servslkf.cpp
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-21652 add emoji properties of strings 2021-09-08 12:15:50 -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-20973 Use standard keywords true & false to initialize type bool. 2021-08-26 18:53:10 +02: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-21669 UPRV_UNREACHABLE > UPRV_UNREACHABLE_EXIT/ASSERT, update usages 2021-09-14 15:22:52 -07:00
ubidi.cpp ICU-21669 UPRV_UNREACHABLE > UPRV_UNREACHABLE_EXIT/ASSERT, update usages 2021-09-14 15:22:52 -07: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_props_data.h ICU-21635 Unicode 14 beta 2021-06-21 22:26:15 +00:00
ubidiimp.h ICU-20853 undef Solaris x86 register macros where they conflict 2020-10-02 14:20:44 -07:00
ubidiln.cpp ICU-21669 UPRV_UNREACHABLE > UPRV_UNREACHABLE_EXIT/ASSERT, update usages 2021-09-14 15:22:52 -07: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-21455 Add new API ubrk_clone() and deprecate ubrk_safeClone() 2021-02-09 08:49:55 -08:00
ubrkimpl.h
ucase.cpp ICU-21555 Fix typos from G to L 2021-06-07 16:09:09 -07:00
ucase.h ICU-21267 stop using FALSE & TRUE macros in most library-internal headers 2020-09-10 13:55:46 -07:00
ucase_props_data.h ICU-21635 Unicode 14 data files 20210820, line break LB30b.2 2021-08-23 22:11:49 +00:00
ucasemap.cpp ICU-20984 StringPiece & ByteSink overloads for char8_t* 2020-03-16 10:49:21 -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
ucat.cpp
uchar.cpp ICU-21461 uprops.h: remove unused gc macros 2021-02-01 18:45:59 -08:00
uchar_props_data.h ICU-21652 add emoji properties of strings 2021-09-08 12:15:50 -07: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-20973 Use standard keywords true & false to initialize type bool. 2021-08-26 18:53:10 +02: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-20973 Use standard keywords true & false to initialize type bool. 2021-08-26 18:53:10 +02:00
ucln.h ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00: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-21652 add emoji properties of strings 2021-09-08 12:15:50 -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
ucmndata.cpp ICU-21555 Fix typos from G to L 2021-06-07 16:09:09 -07:00
ucmndata.h ICU-21555 Fix typos from G to L 2021-06-07 16:09:09 -07:00
ucnv.cpp ICU-20975 BRS66rc Fix warnings found when building ICU4C samples. 2020-02-26 13:04:08 -08:00
ucnv2022.cpp ICU-21580 Fix typos in icu4c/ 2021-07-19 13:22:38 -05:00
ucnv_bld.cpp ICU-21018 Fix typos across repo that start with letter A 2021-01-06 15:15:35 -08: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
ucnv_cnv.cpp
ucnv_cnv.h ICU-21580 Fix typos in icu4c/ 2021-07-19 13:22:38 -05: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-21635 Unicode 14 beta 2021-06-21 22:26:15 +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-21580 Fix typos in icu4c/ 2021-07-19 13:22:38 -05:00
ucnv_io.cpp
ucnv_io.h
ucnv_lmb.cpp ICU-21580 Fix typos in icu4c/ 2021-07-19 13:22:38 -05: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-21018 Fix typos across repo that start with letter C 2021-01-06 15:15:26 -08: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-21580 Fix typos in icu4c/ 2021-07-19 13:22:38 -05:00
ucnvbocu.cpp ICU-20601 Wrap ICU implementation compound macros in do { } while. 2019-08-15 20:48:50 +02:00
ucnvdisp.cpp
ucnvhz.cpp ICU-20601 Wrap ICU implementation compound macros in do { } while. 2019-08-15 20:48:50 +02:00
ucnvisci.cpp ICU-21580 Fix typos in icu4c/ 2021-07-19 13:22:38 -05: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-21580 change site.icu-project.org to icu.unicode.org etc 2021-10-21 15:54:42 -07: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-21580 fix unicode.org/unicode/ URLs 2021-06-18 23:39:05 +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.cpp ICU-20672 Compiler Warning Cleanup. 2019-07-01 16:42:01 -07:00
ucptrie_impl.h ICU-21580 change site.icu-project.org to icu.unicode.org etc 2021-10-21 15:54:42 -07:00
ucurr.cpp ICU-21685 In list of currencies from ucurr_openISOCurrencies(): add VES, remove EQE 2021-09-08 10:49:14 -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
udatamem.h
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-21526 Change return of UElementComparator to int32_t 2021-03-31 12:02:08 -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.cpp ICU-21669 UPRV_UNREACHABLE > UPRV_UNREACHABLE_EXIT/ASSERT, update usages 2021-09-14 15:22:52 -07:00
uhash.h ICU-21555 Fix typos from G to L 2021-06-07 16:09:09 -07:00
uhash_us.cpp
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
uloc.cpp ICU-21749 Fix stack-use-after-scope bug in uloc 2021-09-15 11:25:45 -07:00
uloc_keytype.cpp ICU-21669 UPRV_UNREACHABLE > UPRV_UNREACHABLE_EXIT/ASSERT, update usages 2021-09-14 15:22:52 -07:00
uloc_tag.cpp ICU-21580 Fix typos in icu4c/ 2021-07-19 13:22:38 -05:00
ulocimp.h ICU-21639 Added an internal utility class to streamline preflighting and heap-allocating a char buffer for a locale ID 2021-08-02 13:15:29 -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-21555 Fix typos from G to L 2021-06-07 16:09:09 -07:00
umath.cpp
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-21734 Add missing overrides 2021-09-07 17:42:14 -07:00
unifilt.cpp
unifunct.cpp
uniquecharstr.h ICU-21236 better document UniqueCharStrings 2020-09-23 16:06:37 -07:00
uniset.cpp ICU-21524 UnicodeSet.hasStrings(): no complement in toPattern() 2021-10-19 12:24:15 -07:00
uniset_closure.cpp ICU-20250 make UnicodeSet(intprop=value) faster 2018-11-12 16:05:57 -08:00
uniset_props.cpp ICU-21524 UnicodeSet pattern parser: code point complement 2021-09-21 11:09:16 -07:00
unisetspan.cpp ICU-13702 allow empty string in UnicodeSet 2020-12-29 09:33:35 -08:00
unisetspan.h ICU-21267 stop using FALSE & TRUE macros in most library-internal headers 2020-09-10 13:55:46 -07:00
unistr.cpp ICU-20958 Prevent SEGV_MAPERR in append 2020-02-03 13:22:30 -08: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_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_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
unistrappender.h
unorm.cpp
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-21652 add emoji properties of strings 2021-09-08 12:15:50 -07:00
uprops.h ICU-21652 add emoji properties of strings 2021-09-08 12:15:50 -07: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-13353 Fixed several problems preventing horizontal resource inheritance from working as intended, and added a 2021-09-10 12:47:15 -07:00
uresdata.cpp ICU-21335 Disallowed looking up resources by index in table-based resources. 2021-03-10 16:51:51 -08:00
uresdata.h ICU-21734 Add missing overrides 2021-09-07 17:42:14 -07:00
uresimp.h ICU-13353 Fixed several problems preventing horizontal resource inheritance from working as intended, and added a 2021-09-10 12:47:15 -07:00
ureslocs.h
usc_impl.cpp
usc_impl.h ICU-21580 Fix typos in icu4c/ 2021-07-19 13:22:38 -05:00
uscript.cpp ICU-21001 Fixing problems found by running valgrind. 2020-03-05 14:34:20 -08:00
uscript_props.cpp ICU-21635 Unicode 14 beta 2021-06-21 22:26:15 +00:00
uset.cpp ICU-21580 Fix typos in icu4c/ 2021-07-19 13:22:38 -05: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
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-21580 Fix typos in icu4c/ 2021-07-19 13:22:38 -05:00
ustack.cpp ICU-21662 UVector Error Handling in Regex 2021-09-14 19:24:23 -07: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-21669 UPRV_UNREACHABLE > UPRV_UNREACHABLE_EXIT/ASSERT, update usages 2021-09-14 15:22:52 -07:00
ustr_wcs.cpp ICU-21555 fix typos for D, E and F found in the repo 2021-05-10 11:09:05 -07:00
ustrcase.cpp ICU-21580 change site.icu-project.org to icu.unicode.org etc 2021-10-21 15:54:42 -07:00
ustrcase_locale.cpp ICU-12992 revert new C++ API (CaseMap) to raw pointers 2017-03-08 21:07:27 +00:00
ustrenum.cpp ICU-20973 Change all equality operator return types from UBool to bool. 2021-08-17 00:35:00 +02:00
ustrenum.h ICU-21734 Add missing overrides 2021-09-07 17:42:14 -07:00
ustrfmt.cpp
ustrfmt.h
ustring.cpp ICU-21648 limit backslash-uhhhh escapes to ASCII hex digits 2021-08-25 17:04:24 +00: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-21580 Fix typos in icu4c/ 2021-07-19 13:22:38 -05:00
utf_impl.cpp ICU-13569 refresh dev branch from trunk. 2018-02-14 23:55:39 +00:00
util.cpp ICU-11891 make UnicodeSet.toPattern() well-formed & round-trip 2021-09-17 13:49:13 -07:00
util.h ICU-11891 make UnicodeSet.toPattern() well-formed & round-trip 2021-09-17 13:49:13 -07:00
util_props.cpp ICU-21580 Fix typos in icu4c/ 2021-07-19 13:22:38 -05:00
utrace.cpp ICU-21669 UPRV_UNREACHABLE > UPRV_UNREACHABLE_EXIT/ASSERT, update usages 2021-09-14 15:22:52 -07:00
utracimp.h ICU-21018 Fix typos across repo that start with letter C 2021-01-06 15:15:26 -08: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
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
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
utrie_swap.cpp ICU-21069 Fix ucptrie_swap pointer logic 2020-04-15 14:39:08 -07:00
uts46.cpp ICU-21734 Add missing overrides 2021-09-07 17:42:14 -07:00
utypeinfo.h
utypes.cpp ICU-13727 add U_INPUT_TOO_LONG_ERROR & ICUInputTooLongException 2020-08-31 10:32:11 -07:00
uvector.cpp ICU-21662 Improve UVector error handling. 2021-09-02 19:15:36 -07:00
uvector.h ICU-21662 UVector Error Handling in Regex 2021-09-14 19:24:23 -07:00
uvectr32.cpp ICU-20973 Use standard keywords true & false to initialize type bool. 2021-08-26 18:53:10 +02:00
uvectr32.h ICU-21734 Add missing overrides 2021-09-07 17:42:14 -07:00
uvectr64.cpp ICU-20973 Use standard keywords true & false to initialize type bool. 2021-08-26 18:53:10 +02:00
uvectr64.h ICU-21734 Add missing overrides 2021-09-07 17:42:14 -07:00
wintz.cpp ICU-21580 Fix typos in icu4c/ 2021-07-19 13:22:38 -05:00
wintz.h ICU-9961 replace U_DRAFT/U_STABLE/U_INTERNAL with U_CAPI 2020-09-10 11:23:44 -07:00