scuffed-code/icu4c/source/common/unicode
2010-11-01 19:55:05 +00:00
..
brkiter.h ICU-7353 docs fixup and updated API Change Report 2010-02-11 00:53:57 +00:00
bytestream.h ICU-7144 merge UTS #46 (IDNA2008) C/C++ feature into trunk, merging in -r 27794:28172 icu/branches/markus/uts46 2010-06-15 15:54:53 +00:00
caniter.h ICU-7722 build canonical-iterator data from nfc.nrm (port Java code to C++) 2010-06-01 06:10:26 +00:00
chariter.h
dbbi.h
docmain.h ICU-7561 fixes to uspoof API docs, to make them build. 2010-10-20 23:12:46 +00:00
dtintrv.h ICU-6804 @draft to @stable 2009-03-19 04:03:31 +00:00
errorcode.h ICU-7304 fix API promotions from bad checkins r27396 and r27397 2010-01-28 21:09:53 +00:00
icudataver.h ICU-5720 @internal for this API also 2010-01-21 20:51:49 +00:00
icuplug.h ICU-6633 warnings fix 2010-02-19 17:27:33 +00:00
idna.h ICU-7746 minor fixes, parallel to Java 2010-07-15 03:53:12 +00:00
localpointer.h ICU-7285 Use U_SHOW_CPLUSPLUS_API (normally 1 iff XP_CPLUSPLUS is defined) to control C++ API exposure 2009-12-17 07:13:28 +00:00
locid.h ICU-7252 retract api for 4.4 2010-01-23 03:52:47 +00:00
normalizer2.h ICU-7736 add Normalizer2::getDecomposition(c) 2010-06-08 23:32:11 +00:00
normlzr.h ICU-7273 move from the User Guide into the API doc the note about old Normalizer not working like/not implementing CharacterIterator 2010-02-20 05:45:01 +00:00
parseerr.h
parsepos.h
platform.h.in ICU-7353 docs fixup and updated API Change Report 2010-02-11 00:53:57 +00:00
ppalmos.h
ptypes.h ICU-7617 Fix includes: <sys/types.h> sets up BYTE_ORDER and BIG_ENDIAN, move before platform.h which uses them 2010-04-17 07:04:56 +00:00
putil.h
pwin32.h ICU-7353 updated docs and report 2010-02-04 20:32:21 +00:00
rbbi.h
rep.h
resbund.h
schriter.h
std_string.h ICU-7353 docs fixup and updated API Change Report 2010-02-11 00:53:57 +00:00
strenum.h
stringpiece.h ICU-7404 add set functions to StringPiece. 2010-02-24 00:56:11 +00:00
symtable.h
ubidi.h ICU-7772 Fast string direction detection 2010-09-21 07:12:28 +00:00
ubrk.h ICU-7353 docs fixup 2010-01-19 23:39:42 +00:00
ucasemap.h ICU-7290 Changed inaccurate U_DRAFT markings to U_STABLE 2010-02-02 01:44:11 +00:00
ucat.h
uchar.h ICU-7264 merge Unicode 6.0 into trunk from branches/markus/uni60 -r 28339:28657 2010-09-21 00:12:49 +00:00
uchriter.h
uclean.h ICU-3491 remove extra calls to u_init(), and simplify the API comments for u_init(). 2009-07-09 22:50:01 +00:00
ucnv_cb.h
ucnv_err.h ICU-6804 @draft to @stable 2009-03-19 04:03:31 +00:00
ucnv.h ICU-7285 Use U_SHOW_CPLUSPLUS_API (normally 1 iff XP_CPLUSPLUS is defined) to control C++ API exposure 2009-12-17 07:13:28 +00:00
ucnvsel.h ICU-7304 fix API promotions from bad checkins r27396 and r27397 2010-01-28 21:09:53 +00:00
uconfig.h
udata.h ICU-7350 allow setting multiple data packages via udata_setCommonData() 2010-01-15 20:47:28 +00:00
udeprctd.h ICU-7586 update draft/deprecated. update header test. 2010-06-23 03:13:59 +00:00
udraft.h ICU-7586 update draft/deprecated. update header test. 2010-06-23 03:13:59 +00:00
uenum.h ICU-7285 Use U_SHOW_CPLUSPLUS_API (normally 1 iff XP_CPLUSPLUS is defined) to control C++ API exposure 2009-12-17 07:13:28 +00:00
uidna.h ICU-7746 minor fixes, parallel to Java 2010-07-15 03:53:12 +00:00
uintrnal.h ICU-7586 update draft/deprecated. update header test. 2010-06-23 03:13:59 +00:00
uiter.h ICU-7285 Use U_SHOW_CPLUSPLUS_API (normally 1 iff XP_CPLUSPLUS is defined) to control C++ API exposure 2009-12-17 07:13:28 +00:00
uloc.h ICU-7849 unicode versions of uloc.h constants 2010-08-10 01:11:03 +00:00
umachine.h ICU-7581 Fix a few mingw build issues including symbolic links when building data and missing header file inclusion. 2010-06-03 15:51:19 +00:00
umisc.h
unifilt.h ICU-7455 use compiler RTTI; stop adding poor mans RTTI to new class hierarchies 2010-05-19 17:29:33 +00:00
unifunct.h
unimatch.h
uniset.h ICU-7304 fix API promotions from bad checkins r27396 and r27397 2010-01-28 21:09:53 +00:00
unistr.h ICU-7144 merge UTS #46 (IDNA2008) C/C++ feature into trunk, merging in -r 27794:28172 icu/branches/markus/uts46 2010-06-15 15:54:53 +00:00
unorm2.h ICU-7144 merge UTS #46 (IDNA2008) C/C++ feature into trunk, merging in -r 27794:28172 icu/branches/markus/uts46 2010-06-15 15:54:53 +00:00
unorm.h ICU-7273 merge in Normalizer2 API & code, and ICU-5785 UnicodeSet::span(UnicodeString) and ICU-7296 tempSubString()/retainBetween(); merge -r 26971:27150 branches/markus/norm2 2010-01-06 23:50:03 +00:00
uobject.h ICU-7455 use compiler RTTI; stop adding poor mans RTTI to new class hierarchies 2010-05-19 17:29:33 +00:00
uobslete.h ICU-7532 fix and update udraft.h etc headers 2010-03-11 02:25:58 +00:00
urename.h ICU-7792 Update urename.h for the 4.6M2 release 2010-09-28 22:30:57 +00:00
urep.h ICU-6948 fix tiny urep.h documentation typo 2010-02-25 22:54:43 +00:00
ures.h ICU-7285 Use U_SHOW_CPLUSPLUS_API (normally 1 iff XP_CPLUSPLUS is defined) to control C++ API exposure 2009-12-17 07:13:28 +00:00
uscript.h ICU-7264 merge Unicode 6.0 into trunk from branches/markus/uni60 -r 28339:28657 2010-09-21 00:12:49 +00:00
uset.h ICU-7304 fix API promotions from bad checkins r27396 and r27397 2010-01-28 21:09:53 +00:00
usetiter.h
ushape.h ICU-7353 updated docs and report 2010-02-04 20:32:21 +00:00
usprep.h ICU-7304 fix API promotions from bad checkins r27396 and r27397 2010-01-28 21:09:53 +00:00
ustring.h ICU-7215 fix typo in u_strncat() documentation 2010-02-26 00:45:30 +00:00
usystem.h ICU-7586 update draft/deprecated. update header test. 2010-06-23 03:13:59 +00:00
utext.h ICU-4521 UText-based regex implementation 2010-02-03 02:59:35 +00:00
utf8.h ICU-7284 Internal functions called from public macros should be U_STABLE, though still @internal 2009-12-14 07:07:43 +00:00
utf16.h ICU-7783 error checking in U16_GET() 2010-07-12 17:55:11 +00:00
utf32.h
utf_old.h
utf.h
utrace.h
utypes.h ICU-5193 Big decimal number formatting. 2010-02-26 02:29:00 +00:00
uvernum.h ICU-3984 update UCOL_BUILDER_VERSION to version 8 2010-11-01 19:55:05 +00:00
uversion.h ICU-6920 update version number to 4.4, and attempt to update windows files automatically 2010-02-17 22:18:24 +00:00