.. |
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-12764 icu4c utf-8 source files, update Copyright notices.
|
2017-01-20 00:20:31 +00:00 |
bytestream.h
|
ICU-12736 remove remaining uses of now-obsolete U_HAVE_STD_STRING
|
2017-03-04 00:22:40 +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-12992 s/UChar/char16_t/g in public C++ header files
|
2017-03-01 23:55:58 +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-12992 add char16ptr.h with pointer conversions; use Char16Ptr for input parameters where possible; make UChar configurable but default to char16_t; add OldUChar same as ICU 58 UChar except not configurable; in public C++ headers change all UChar to char16_t (integrate branches/markus/ucharptr2)
|
2017-03-10 22:01:34 +00:00 |
char16ptr.h
|
ICU-13032 turn off the aliasing barrier for PNaCl which does not allow this specific inline assembler instruction
|
2017-03-14 18:12:19 +00:00 |
chariter.h
|
ICU-12992 s/UChar/char16_t/g in public C++ header files
|
2017-03-01 23:55:58 +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-12870 Charset Detector, have docs reference the Compact Encoding Detector.
|
2017-02-03 02:46:43 +00:00 |
dtintrv.h
|
ICU-12764 icu4c utf-8 source files, update Copyright notices.
|
2017-01-20 00:20:31 +00:00 |
edits.h
|
ICU-12766 z/OS (and AIX) need U_FINAL still instead of final.
|
2017-03-10 00:20:36 +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-12764 icu4c utf-8 source files, update Copyright notices.
|
2017-01-20 00:20:31 +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-12764 UTF-8 source files, update file encoding comments.
|
2017-02-03 18:57:23 +00:00 |
localpointer.h
|
ICU-12992 s/UChar/char16_t/g in public C++ header files
|
2017-03-01 23:55:58 +00:00 |
locdspnm.h
|
ICU-12764 icu4c utf-8 source files, update Copyright notices.
|
2017-01-20 00:20:31 +00:00 |
locid.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 |
messagepattern.h
|
ICU-12764 UTF-8 source files, update file encoding comments.
|
2017-02-03 18:57:23 +00:00 |
normalizer2.h
|
ICU-12992 s/UChar/char16_t/g in public C++ header files
|
2017-03-01 23:55:58 +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-12764 icu4c utf-8 source files, update Copyright notices.
|
2017-01-20 00:20:31 +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-13032 turn off the aliasing barrier for PNaCl which does not allow this specific inline assembler instruction
|
2017-03-14 18:12:19 +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-12764 icu4c utf-8 source files, update Copyright notices.
|
2017-01-20 00:20:31 +00:00 |
rbbi.h
|
ICU-12764 icu4c utf-8 source files, update Copyright notices.
|
2017-01-20 00:20:31 +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-12992 s/UChar/char16_t/g in public C++ header files
|
2017-03-01 23:55:58 +00:00 |
schriter.h
|
ICU-12992 s/UChar/char16_t/g in public C++ header files
|
2017-03-01 23:55:58 +00:00 |
simpleformatter.h
|
ICU-12992 s/UChar/char16_t/g in public C++ header files
|
2017-03-01 23:55:58 +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 |
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-12992 s/UChar/char16_t/g in public C++ header files
|
2017-03-01 23:55:58 +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-12922 bidi explicit level 0: lift it up to resolved paragraph level except leave it at 0 for paragraph separators
|
2017-03-07 22:57:46 +00:00 |
ubiditransform.h
|
ICU-12764 UTF-8 source files, update file encoding comments.
|
2017-02-03 18:57:23 +00:00 |
ubrk.h
|
ICU-12914 change rulesLength/Capacity back to int32_t; handle INT32_MAX overflow
|
2017-02-01 20:27:47 +00:00 |
ucasemap.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 |
ucat.h
|
ICU-12764 icu4c utf-8 source files, update Copyright notices.
|
2017-01-20 00:20:31 +00:00 |
uchar.h
|
ICU-12764 icu4c utf-8 source files, update Copyright notices.
|
2017-01-20 00:20:31 +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-12992 s/UChar/char16_t/g in public C++ header files
|
2017-03-01 23:55:58 +00:00 |
uclean.h
|
ICU-12766 z: library and tools build: C linkage for makeconv/pluggable malloc
|
2017-02-14 01:22:12 +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-12764 icu4c utf-8 source files, update Copyright notices.
|
2017-01-20 00:20:31 +00:00 |
ucnv.h
|
ICU-12764 icu4c utf-8 source files, update Copyright notices.
|
2017-01-20 00:20:31 +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-12764 UTF-8 source files, update file encoding comments.
|
2017-02-03 18:57:23 +00:00 |
ucurr.h
|
ICU-12764 icu4c utf-8 source files, update Copyright notices.
|
2017-01-20 00:20:31 +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-12764 icu4c utf-8 source files, update Copyright notices.
|
2017-01-20 00:20:31 +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-12764 icu4c utf-8 source files, update Copyright notices.
|
2017-01-20 00:20:31 +00:00 |
umachine.h
|
ICU-12992 add char16ptr.h with pointer conversions; use Char16Ptr for input parameters where possible; make UChar configurable but default to char16_t; add OldUChar same as ICU 58 UChar except not configurable; in public C++ headers change all UChar to char16_t (integrate branches/markus/ucharptr2)
|
2017-03-10 22:01:34 +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-12992 s/UChar/char16_t/g in public C++ header files
|
2017-03-01 23:55:58 +00:00 |
unistr.h
|
ICU-12992 add char16ptr.h with pointer conversions; use Char16Ptr for input parameters where possible; make UChar configurable but default to char16_t; add OldUChar same as ICU 58 UChar except not configurable; in public C++ headers change all UChar to char16_t (integrate branches/markus/ucharptr2)
|
2017-03-10 22:01:34 +00:00 |
unorm2.h
|
ICU-12764 UTF-8 source files, update file encoding comments.
|
2017-02-03 18:57:23 +00:00 |
unorm.h
|
ICU-12764 icu4c utf-8 source files, update Copyright notices.
|
2017-01-20 00:20:31 +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-12764 UTF-8 source files, update file encoding comments.
|
2017-02-03 18:57:23 +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-12764 icu4c utf-8 source files, update Copyright notices.
|
2017-01-20 00:20:31 +00:00 |
uscript.h
|
ICU-12764 icu4c utf-8 source files, update Copyright notices.
|
2017-01-20 00:20:31 +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-12764 UTF-8 source files, update file encoding comments.
|
2017-02-03 18:57:23 +00:00 |
usprep.h
|
ICU-12764 UTF-8 source files, update file encoding comments.
|
2017-02-03 18:57:23 +00:00 |
ustring.h
|
ICU-12764 icu4c utf-8 source files, update Copyright notices.
|
2017-01-20 00:20:31 +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-12764 UTF-8 source files, update file encoding comments.
|
2017-02-03 18:57:23 +00:00 |
utf8.h
|
ICU-12764 UTF-8 source files, update file encoding comments.
|
2017-02-03 18:57:23 +00:00 |
utf16.h
|
ICU-12764 UTF-8 source files, update file encoding comments.
|
2017-02-03 18:57:23 +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-12764 UTF-8 source files, update file encoding comments.
|
2017-02-03 18:57:23 +00:00 |
utf.h
|
ICU-12764 UTF-8 source files, update file encoding comments.
|
2017-02-03 18:57:23 +00:00 |
utrace.h
|
ICU-12764 UTF-8 source files, update file encoding comments.
|
2017-02-03 18:57:23 +00:00 |
utypes.h
|
ICU-12992 UChar=char16_t inside ICU, configurable, defaults to char16_t/C++ uint16_t/C
|
2017-03-01 23:05:52 +00:00 |
uvernum.h
|
ICU-13005 update release version to 59.1 rc
|
2017-03-05 04:57:45 +00:00 |
uversion.h
|
ICU-12764 UTF-8 source files, update file encoding comments.
|
2017-02-03 18:57:23 +00:00 |