scuffed-code/icu4c/source/common/unicode
2018-03-06 23:41:20 +00:00
..
appendable.h ICU-12992 s/UChar/char16_t/g in public C++ header files 2017-03-01 23:55:58 +00:00
brkiter.h ICU-10688 Remove redundant break type logic from BreakIterators. Merge to trunk. 2018-02-21 23:10:10 +00:00
bytestream.h ICU-13269 add StringByteSink(dest, initialAppendCapacity) constructor 2017-07-20 19:56:45 +00:00
bytestrie.h ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00:00
bytestriebuilder.h ICU-13581 ICU4C 61rc BRS, update U_HIDE_ conditionals 2018-03-06 23:41:20 +00:00
caniter.h ICU-12992 s/UChar/char16_t/g in public C++ header files 2017-03-01 23:55:58 +00:00
casemap.h ICU-13607 ICU4C 61 API promotion 2018-03-01 05:54:24 +00:00
char16ptr.h ICU-13607 ICU4C 61 API promotion 2018-03-01 05:54:24 +00:00
chariter.h ICU-13611 Fix spelling errors/typos in 'common\unicode\*' header files. 2018-02-28 19:32:45 +00:00
dbbi.h ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
docmain.h ICU-13177 Adding more documentation. 2017-09-27 09:03:19 +00:00
dtintrv.h ICU-13611 Fix spelling errors/typos in 'common\unicode\*' header files. 2018-02-28 19:32:45 +00:00
edits.h ICU-13607 ICU4C 61 API promotion 2018-03-01 05:54:24 +00:00
enumset.h ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
errorcode.h ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00:00
filteredbrk.h ICU-13624 Public header build failures 2018-03-06 18:40:12 +00:00
icudataver.h ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
icuplug.h ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
idna.h ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00:00
listformatter.h ICU-12994 Have C++ ListFormatter use ures_getAllItemsWithFallback to load resources; add tests for C and J 2017-03-24 08:13:10 +00:00
localpointer.h ICU-13177 Cleanup before merge to trunk. 2017-09-27 05:31:57 +00:00
locdspnm.h ICU-13053 Make UCONFIG_NO_BREAK_ITERATION flag work without errors or failures. 2017-03-27 18:22:11 +00:00
locid.h ICU-13611 Fix spelling errors/typos in 'common\unicode\*' header files. 2018-02-28 19:32:45 +00:00
messagepattern.h ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00:00
normalizer2.h ICU-13093 porting fixes (AIX) 2017-09-13 23:07:30 +00:00
normlzr.h ICU-12992 add OldUChar type to match ICU 58 UChar; add public conversion functions from char16_t * to UChar * and OldUChar * with aliasing barrier 2017-03-08 22:08:12 +00:00
parseerr.h ICU-13611 Fix spelling errors/typos in 'common\unicode\*' header files. 2018-02-28 19:32:45 +00:00
parsepos.h ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
platform.h ICU-13258 Add work-around for char16_t as a typedef in older versions of Visual Studio (prior to VS 2015). 2018-02-27 01:17:08 +00:00
ptypes.h ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
putil.h ICU-13611 Fix spelling errors/typos in 'common\unicode\*' header files. 2018-02-28 19:32:45 +00:00
rbbi.h ICU-13447 RBBI: getRuleStatus() behavior, incorporate review comments, clarifying comments and API description. 2018-03-01 00:38:41 +00:00
rep.h ICU-12992 s/UChar/char16_t/g in public C++ header files 2017-03-01 23:55:58 +00:00
resbund.h ICU-13611 Fix spelling errors/typos in 'common\unicode\*' header files. 2018-02-28 19:32:45 +00:00
schriter.h ICU-13611 Fix spelling errors/typos in 'common\unicode\*' header files. 2018-02-28 19:32:45 +00:00
simpleformatter.h ICU-13177 NumberFormatter tests are building. 2017-09-27 02:16:44 +00:00
std_string.h ICU-12736 assume in some places that we always have std::string; merge r39687 & r39704 from dev branch 2017-03-04 00:06:17 +00:00
strenum.h ICU-12992 s/UChar/char16_t/g in public C++ header files 2017-03-01 23:55:58 +00:00
stringoptions.h ICU-13337 public string option for not resetting an Edits object: U_EDITS_NO_RESET 2017-09-13 16:15:28 +00:00
stringpiece.h ICU-12736 assume in some places that we always have std::string; merge r39687 & r39704 from dev branch 2017-03-04 00:06:17 +00:00
stringtriebuilder.h ICU-13298 Fix signed int overflow in StringTrieBuilder hash functions. 2017-08-04 17:44:00 +00:00
symtable.h ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
ubidi.h ICU-13611 Fix spelling errors/typos in 'common\unicode\*' header files. 2018-02-28 19:32:45 +00:00
ubiditransform.h ICU-13377 Promote ICU4C @draft ICU 58 APIs to @stable in ICU 60 2017-10-04 22:37:14 +00:00
ubrk.h ICU-13607 ICU4C 61 API promotion 2018-03-01 05:54:24 +00:00
ucasemap.h ICU-9198 add titlecasing options: wholeString, sentences, adjustToCased 2017-06-09 23:04:03 +00:00
ucat.h ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
uchar.h ICU-9097 minor API docs fixes 2018-02-28 23:46:22 +00:00
ucharstrie.h ICU-12992 s/UChar/char16_t/g in public C++ header files 2017-03-01 23:55:58 +00:00
ucharstriebuilder.h ICU-12992 s/UChar/char16_t/g in public C++ header files 2017-03-01 23:55:58 +00:00
uchriter.h ICU-13027 - Merge in changes from 'branches/shawnste/working/icu4c' 2017-03-21 01:03:49 +00:00
uclean.h ICU-13611 Fix spelling errors/typos in 'common\unicode\*' header files. 2018-02-28 19:32:45 +00:00
ucnv_cb.h ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
ucnv_err.h ICU-13611 Fix spelling errors/typos in 'common\unicode\*' header files. 2018-02-28 19:32:45 +00:00
ucnv.h ICU-13611 Fix spelling errors/typos in 'common\unicode\*' header files. 2018-02-28 19:32:45 +00:00
ucnvsel.h ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
uconfig.h ICU-13177 Fix minor typos/spelling in comments. 2017-10-06 22:44:25 +00:00
ucurr.h ICU-13581 ICU4C 61rc BRS, update U_HIDE_ conditionals 2018-03-06 23:41:20 +00:00
udata.h ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00:00
udisplaycontext.h ICU-13377 Promote ICU4C @draft ICU 58 APIs to @stable in ICU 60 2017-10-04 22:37:14 +00:00
uenum.h 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
uidna.h ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00:00
uiter.h ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00:00
uldnames.h ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
ulistformatter.h ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
uloc.h ICU-13017 - Typos in uloc.h comments 2017-03-22 20:05:29 +00:00
umachine.h ICU-13607 ICU4C 61 API promotion 2018-03-01 05:54:24 +00:00
umisc.h ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00:00
unifilt.h ICU-12992 s/UChar/char16_t/g in public C++ header files 2017-03-01 23:55:58 +00:00
unifunct.h ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
unimatch.h ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
uniset.h ICU-13547 limit nesting depth of UnicodeSet pattern 2018-02-23 21:39:23 +00:00
unistr.h ICU-13607 ICU4C 61 API promotion 2018-03-01 05:54:24 +00:00
unorm2.h ICU-13234 collect string & character options bits in new stringoptions.h 2017-06-08 20:35:40 +00:00
unorm.h ICU-13358 ICU 60rc BRS, update U_HIDE_ conditionals 2017-10-06 07:26:01 +00:00
uobject.h ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00:00
urename.h ICU-13581 ICU 61 BRS, update ICU4C urename.h 2018-03-01 06:34:40 +00:00
urep.h ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
ures.h ICU-13611 Fix spelling errors/typos in 'common\unicode\*' header files. 2018-02-28 19:32:45 +00:00
uscript.h ICU-13611 Fix spelling errors/typos in 'common\unicode\*' header files. 2018-02-28 19:32:45 +00:00
uset.h ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00:00
usetiter.h ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
ushape.h ICU-13611 Fix spelling errors/typos in 'common\unicode\*' header files. 2018-02-28 19:32:45 +00:00
usprep.h ICU-13611 Fix spelling errors/typos in 'common\unicode\*' header files. 2018-02-28 19:32:45 +00:00
ustring.h ICU-13611 Fix spelling errors/typos in 'common\unicode\*' header files. 2018-02-28 19:32:45 +00:00
ustringtrie.h ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00:00
utext.h ICU-13611 Fix spelling errors/typos in 'common\unicode\*' header files. 2018-02-28 19:32:45 +00:00
utf8.h ICU-13581 ICU4C 61rc BRS, update U_HIDE_ conditionals 2018-03-06 23:41:20 +00:00
utf16.h ICU-13244 add U16_GET_OR_FFFD(), U16_NEXT_OR_FFFD(), U16_PREV_OR_FFFD() 2017-09-13 22:29:43 +00:00
utf32.h ICU-12764 UTF-8 source files, update file encoding comments. 2017-02-03 18:57:23 +00:00
utf_old.h ICU-13340 obsolete unicode/utf_old.h: add U_HIDE_OBSOLETE_UTF_OLD_H to optionally hide all of the .h contents; default: no behavior change; adjust code & tests to work either way 2017-09-14 06:24:35 +00:00
utf.h ICU-13311 change illegal-UTF-8 handling in non-converter code 2017-09-21 23:45:08 +00:00
utrace.h ICU-13611 Fix spelling errors/typos in 'common\unicode\*' header files. 2018-02-28 19:32:45 +00:00
utypes.h ICU-13581 ICU4C 61rc BRS, update U_HIDE_ conditionals 2018-03-06 23:41:20 +00:00
uvernum.h ICU-13581 Update ICU4C version number for 61.1 rc. 2018-02-17 01:09:03 +00:00
uversion.h ICU-13460 set U_USING_ICU_NAMESPACE to 0 by default 2017-12-06 18:20:48 +00:00