.. |
alphaindex.h
|
ICU-9880 g++ does not seem to allow a class pointer field whose type is from an anonymous namespace
|
2013-02-20 20:57:54 +00:00 |
basictz.h
|
ICU-9648 Changed BasicTimeZone public API methods to const.
|
2013-02-01 07:39:04 +00:00 |
calendar.h
|
ICU-10062 Fix header documentation for getDayOfWeekType, getWeekendTransition
|
2013-03-27 22:43:03 +00:00 |
choicfmt.h
|
ICU-7468 Use C++ "using" in Format class hierarchy, so inheritance of format() and parse() functions works normally, without unwanted function hiding.
|
2013-03-21 22:09:06 +00:00 |
coleitr.h
|
ICU-9104 Some minor updates in the CollationElementIterator API doc, including setOffset()/setText() are OK between next()/previous() in addition to reset(). Removing class name prefix in the updated section to improve the readability (doxygen still produces links without class prefix).
|
2013-04-25 21:10:43 +00:00 |
coll.h
|
ICU-9560 un-deprecate CollationKey and Collator::getCollationKey()
|
2012-09-20 00:11:44 +00:00 |
compactdecimalformat.h
|
ICU-9721 Update "#ifndef U_HIDE_XXX_API" guards for API status
|
2013-03-05 01:38:48 +00:00 |
curramt.h
|
ICU-5008 Undraft some API
|
2006-01-18 04:02:07 +00:00 |
currpinf.h
|
ICU-8617 move UHashTok into lower-level uelement.h (new) and rename to UElement to share with UVector
|
2011-07-04 23:51:56 +00:00 |
currunit.h
|
ICU-5008 Undraft some API
|
2006-01-18 04:02:07 +00:00 |
datefmt.h
|
ICU-7468 Use C++ "using" in Format class hierarchy, so inheritance of format() and parse() functions works normally, without unwanted function hiding.
|
2013-03-21 22:09:06 +00:00 |
dcfmtsym.h
|
ICU-9721 Update "#ifndef U_HIDE_XXX_API" guards for API status
|
2013-03-05 01:38:48 +00:00 |
decimfmt.h
|
ICU-10172 Minor wording adjustments in DecimalFormat set/getRoundingIncrement API docs.
|
2013-06-13 15:02:34 +00:00 |
dtfmtsym.h
|
ICU-9721 Update "#ifndef U_HIDE_XXX_API" guards for API status
|
2013-03-05 01:38:48 +00:00 |
dtitvfmt.h
|
ICU-9091 Promote to stable most ICU4C API that are draft 4.8 or earlier
|
2012-02-20 04:28:17 +00:00 |
dtitvinf.h
|
ICU-8571 remove udraft.h etc. & genheaders.pl, use #ifndef U_HIDE_DRAFT_API etc. instead
|
2011-08-01 02:20:46 +00:00 |
dtptngen.h
|
ICU-8571 remove udraft.h etc. & genheaders.pl, use #ifndef U_HIDE_DRAFT_API etc. instead
|
2011-08-01 02:20:46 +00:00 |
dtrule.h
|
ICU-6435 fix bad 4.0 tags. Re-do r23962 as stable 3.8 instead of stable 4.0.
|
2008-07-21 18:57:26 +00:00 |
fieldpos.h
|
ICU-5410 Improve code coverage by simplifying boolean expression
|
2006-09-21 01:26:20 +00:00 |
fmtable.h
|
ICU-7912 C wrapper for Formattable - UFormattable
|
2013-06-26 06:31:09 +00:00 |
format.h
|
ICU-8571 remove udraft.h etc. & genheaders.pl, use #ifndef U_HIDE_DRAFT_API etc. instead
|
2011-08-01 02:20:46 +00:00 |
fpositer.h
|
ICU-9689 UObject::getDynamicClassID() const { return NULL; } and remove UOBJECT_DEFINE_NO_RTTI_IMPLEMENTATION -> easier to create new class hierarchies
|
2012-11-08 23:31:20 +00:00 |
gender.h
|
ICU-10051 Mutexes: introduce UInitOnce; remove UMTX_CHECK; replace all uses of UMTX_CHECK.
|
2013-05-31 23:50:15 +00:00 |
gregocal.h
|
ICU-10051 Mutexes: introduce UInitOnce; remove UMTX_CHECK; replace all uses of UMTX_CHECK.
|
2013-05-31 23:50:15 +00:00 |
locdspnm.h
|
ICU-9643 (C) Change "@internal ICU 50" display context API to "@draft ICU 51"
|
2012-11-28 01:12:46 +00:00 |
measfmt.h
|
ICU-8454 virtual destructors should be explicit, and defined in a .cpp file, so that they can serve as key functions
|
2011-07-26 05:32:25 +00:00 |
measunit.h
|
ICU-5008 Undraft some API
|
2006-01-18 04:19:45 +00:00 |
measure.h
|
ICU-5008 Undraft some API
|
2006-01-18 04:19:45 +00:00 |
msgfmt.h
|
ICU-7468 Use C++ "using" in Format class hierarchy, so inheritance of format() and parse() functions works normally, without unwanted function hiding.
|
2013-03-21 22:09:06 +00:00 |
numfmt.h
|
ICU-7468 Use C++ "using" in Format class hierarchy, so inheritance of format() and parse() functions works normally, without unwanted function hiding.
|
2013-03-21 22:09:06 +00:00 |
numsys.h
|
ICU-9721 Update "#ifndef U_HIDE_XXX_API" guards for API status
|
2013-03-05 01:38:48 +00:00 |
plurfmt.h
|
ICU-7468 Use C++ "using" in Format class hierarchy, so inheritance of format() and parse() functions works normally, without unwanted function hiding.
|
2013-03-21 22:09:06 +00:00 |
plurrule.h
|
ICU-9721 Update "#ifndef U_HIDE_XXX_API" guards for API status
|
2013-03-05 01:38:48 +00:00 |
rbnf.h
|
ICU-7468 Use C++ "using" in Format class hierarchy, so inheritance of format() and parse() functions works normally, without unwanted function hiding.
|
2013-03-21 22:09:06 +00:00 |
rbtz.h
|
ICU-9648 Changed BasicTimeZone public API methods to const.
|
2013-02-01 07:39:04 +00:00 |
regex.h
|
ICU-9721 Update "#ifndef U_HIDE_XXX_API" guards for API status
|
2013-03-05 01:38:48 +00:00 |
region.h
|
ICU-10070 Add plain C wrappers for Region class
|
2013-04-12 23:00:51 +00:00 |
search.h
|
ICU-8415 Fixed the API doc problem in the previous change.
|
2011-04-13 07:06:15 +00:00 |
selfmt.h
|
ICU-8525 doxygen warnings
|
2011-05-05 01:35:22 +00:00 |
simpletz.h
|
ICU-9648 Changed BasicTimeZone public API methods to const.
|
2013-02-01 07:39:04 +00:00 |
smpdtfmt.h
|
ICU-7468 Use C++ "using" in Format class hierarchy, so inheritance of format() and parse() functions works normally, without unwanted function hiding.
|
2013-03-21 22:09:06 +00:00 |
sortkey.h
|
ICU-9721 Update "#ifndef U_HIDE_XXX_API" guards for API status
|
2013-03-05 01:38:48 +00:00 |
stsearch.h
|
ICU-6344 disable search if break iteration is on
|
2008-06-20 22:53:25 +00:00 |
tblcoll.h
|
ICU-9721 Update "#ifndef U_HIDE_XXX_API" guards for API status
|
2013-03-05 01:38:48 +00:00 |
timezone.h
|
ICU-10051 Mutexes: introduce UInitOnce; remove UMTX_CHECK; replace all uses of UMTX_CHECK.
|
2013-05-31 23:50:15 +00:00 |
tmunit.h
|
ICU-7304 fix API promotions from bad checkins r27396 and r27397
|
2010-01-28 21:09:53 +00:00 |
tmutamt.h
|
ICU-7304 fix API promotions from bad checkins r27396 and r27397
|
2010-01-28 21:09:53 +00:00 |
tmutfmt.h
|
ICU-9232 Use forward declaration for non-public class
|
2012-06-25 16:34:19 +00:00 |
translit.h
|
ICU-9721 Update "#ifndef U_HIDE_XXX_API" guards for API status
|
2013-03-05 01:38:48 +00:00 |
tzfmt.h
|
ICU-9721 Update "#ifndef U_HIDE_XXX_API" guards for API status
|
2013-03-05 01:38:48 +00:00 |
tznames.h
|
ICU-9721 Update "#ifndef U_HIDE_XXX_API" guards for API status
|
2013-03-05 01:38:48 +00:00 |
tzrule.h
|
ICU-6435 fix bad 4.0 tags. Re-do r23962 as stable 3.8 instead of stable 4.0.
|
2008-07-21 18:57:26 +00:00 |
tztrans.h
|
ICU-6435 fix bad 4.0 tags. Re-do r23962 as stable 3.8 instead of stable 4.0.
|
2008-07-21 18:57:26 +00:00 |
ucal.h
|
ICU-10148 TZ database/Windows zone ID mapping APIs.
|
2013-05-22 20:33:30 +00:00 |
ucol.h
|
ICU-9721 Update "#ifndef U_HIDE_XXX_API" guards for API status
|
2013-03-05 01:38:48 +00:00 |
ucoleitr.h
|
ICU-8571 remove udraft.h etc. & genheaders.pl, use #ifndef U_HIDE_DRAFT_API etc. instead
|
2011-08-01 02:20:46 +00:00 |
ucsdet.h
|
ICU-8155 Promote LocalPointer[Base]/LocalArray/U_DEFINE_LOCAL_OPEN_POINTER from @draft 4.4 to @stable
|
2010-11-15 19:40:24 +00:00 |
ucurr.h
|
ICU-9955 merge ICU4C API status promotion to trunk
|
2013-02-22 20:15:50 +00:00 |
udat.h
|
ICU-9721 Update "#ifndef U_HIDE_XXX_API" guards for API status
|
2013-03-05 01:38:48 +00:00 |
udateintervalformat.h
|
ICU-9623 ICU4C 50 API promotions, fix U_DRAFT -> U_STABLE as needed in .h, fix U_DRAFT -> U_CAPI in .c/cpp
|
2012-10-08 05:16:32 +00:00 |
udatpg.h
|
ICU-9501 doxygen cleanup.
|
2012-09-11 20:51:51 +00:00 |
udisplaycontext.h
|
ICU-9721 Update "#ifndef U_HIDE_XXX_API" guards for API status
|
2013-03-05 01:38:48 +00:00 |
uformattable.h
|
ICU-7912 C wrapper for Formattable - UFormattable
|
2013-06-26 06:31:09 +00:00 |
ugender.h
|
ICU-9721 Update "#ifndef U_HIDE_XXX_API" guards for API status
|
2013-03-05 01:38:48 +00:00 |
uldnames.h
|
ICU-9643 (C) Change "@internal ICU 50" display context API to "@draft ICU 51"
|
2012-11-28 01:12:46 +00:00 |
ulocdata.h
|
ICU-9721 Update "#ifndef U_HIDE_XXX_API" guards for API status
|
2013-03-05 01:38:48 +00:00 |
umsg.h
|
ICU-8319 merge MessageFormat 2011q1 work into trunk, from icu/branches/markus/msg48 -r 29400:29882
|
2011-04-25 20:47:32 +00:00 |
unirepl.h
|
ICU-4524 add brief documentation
|
2005-06-22 22:39:36 +00:00 |
unum.h
|
ICU-10042 Fix documentation for unum_formatXXX()
|
2013-03-21 18:48:00 +00:00 |
upluralrules.h
|
ICU-9721 Update "#ifndef U_HIDE_XXX_API" guards for API status
|
2013-03-05 01:38:48 +00:00 |
uregex.h
|
ICU-10088 Fix incorrect API doc for uregex_setStackLimit().
|
2013-06-26 18:34:15 +00:00 |
uregion.h
|
ICU-10070 uregion_isEqualTo -> uregion_areEqual, implement using pointer compare
|
2013-05-02 22:04:50 +00:00 |
usearch.h
|
ICU-8571 remove udraft.h etc. & genheaders.pl, use #ifndef U_HIDE_DRAFT_API etc. instead
|
2011-08-01 02:20:46 +00:00 |
uspoof.h
|
ICU-9721 Update "#ifndef U_HIDE_XXX_API" guards for API status
|
2013-03-05 01:38:48 +00:00 |
utmscale.h
|
ICU-6435 fix bad 4.0 tags. Re-do r23962 as stable 3.8 instead of stable 4.0.
|
2008-07-21 18:57:26 +00:00 |
utrans.h
|
ICU-8571 remove udraft.h etc. & genheaders.pl, use #ifndef U_HIDE_DRAFT_API etc. instead
|
2011-08-01 02:20:46 +00:00 |
vtzone.h
|
ICU-9648 Changed BasicTimeZone public API methods to const.
|
2013-02-01 07:39:04 +00:00 |