scuffed-code/icu4c/source/i18n/unicode
Fredrik Roubert 0b407a667b ICU-11730 Bugfix: UNumberFormatAttributeValue with U_HIDE_INTERNAL_API.
DecimalFormat has a member of type UNumberFormatAttributeValue, so this
type must be declared even when setting U_HIDE_INTERNAL_API, but it must
then have a dummy enum value, for empty enum declarations are not valid.

X-SVN-Rev: 37519
2015-06-10 17:20:24 +00:00
..
alphaindex.h ICU-10764 API Promotions for ICU4C 53. 2014-03-13 20:33:16 +00:00
basictz.h ICU-9648 Changed BasicTimeZone public API methods to const. 2013-02-01 07:39:04 +00:00
calendar.h ICU-11313 Update U_HIDE_ macros (and U_DEPRECATED tags) for 55.0.1 (m1) 2014-12-15 00:42:34 +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-10347 add U_FINAL and U_OVERRIDE for C++11 "final" and "override". 2014-08-16 01:30:43 +00:00
coll.h ICU-11433 ICU4C draft API promotion; update U_HIDE_xxx conditionals 2015-03-10 07:20:48 +00:00
compactdecimalformat.h ICU-10764 API Promotions for ICU4C 53. 2014-03-13 20:33:16 +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-10640 Add C++ MeasureFormat API. 2014-02-04 00:29:17 +00:00
datefmt.h ICU-11433 ICU4C draft API promotion; update U_HIDE_xxx conditionals 2015-03-10 07:20:48 +00:00
dcfmtsym.h ICU-11433 ICU4C draft API promotion; update U_HIDE_xxx conditionals 2015-03-10 07:20:48 +00:00
decimfmt.h ICU-11433 ICU4C draft API promotion; update U_HIDE_xxx conditionals 2015-03-10 07:20:48 +00:00
dtfmtsym.h ICU-11433 ICU4C draft API promotion; update U_HIDE_xxx conditionals 2015-03-10 07:20:48 +00:00
dtitvfmt.h ICU-10398 Update #ifndef U_HIDE_XXXXX_API (e.g. DRAFT) to match status tags (e.g. @draft) 2013-09-23 06:52:34 +00:00
dtitvinf.h ICU-10347 add U_FINAL and U_OVERRIDE for C++11 "final" and "override". 2014-08-16 01:30:43 +00:00
dtptngen.h ICU-11400 Fix documentation of DateTimeFormat in setDateTimeFormat/udatpg_setDateTimeFormat 2015-03-05 05:36:25 +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
filteredbrk.h ICU-10992 BRS line 20, Check/fix non-stable API macros (U_HIDE_DRAFT_API and others) 2014-09-16 08:09:06 +00:00
fmtable.h ICU-10992 BRS line 20, Check/fix non-stable API macros (U_HIDE_DRAFT_API and others) 2014-09-16 08:09:06 +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-10557 Fix some zOS build errors caused by missing exports and pthread macros 2013-12-10 18:10:44 +00:00
gregocal.h ICU-10398 Update #ifndef U_HIDE_XXXXX_API (e.g. DRAFT) to match status tags (e.g. @draft) 2013-09-23 06:52:34 +00:00
locdspnm.h ICU-10764 API Promotions for ICU4C 53. 2014-03-13 20:33:16 +00:00
measfmt.h ICU-11433 ICU4C draft API promotion; update U_HIDE_xxx conditionals 2015-03-10 07:20:48 +00:00
measunit.h ICU-11433 ICU4C draft API promotion; update U_HIDE_xxx conditionals 2015-03-10 07:20:48 +00:00
measure.h ICU-11433 ICU4C draft API promotion; update U_HIDE_xxx conditionals 2015-03-10 07:20:48 +00:00
msgfmt.h ICU-10398 Update #ifndef U_HIDE_XXXXX_API (e.g. DRAFT) to match status tags (e.g. @draft) 2013-09-23 06:52:34 +00:00
numfmt.h ICU-11433 ICU4C draft API promotion; update U_HIDE_xxx conditionals 2015-03-10 07:20:48 +00:00
numsys.h ICU-9791 Minor doc update for getName() API of numbering system 2014-03-05 18:52:47 +00:00
plurfmt.h ICU-11064 Add syntax for PluralFormat in RBNF 2014-08-18 20:47:36 +00:00
plurrule.h ICU-10759 deprecate Plural Rules Functions w no implementation in ICU4C. 2015-03-04 20:21:41 +00:00
rbnf.h ICU-11433 ICU4C draft API promotion; update U_HIDE_xxx conditionals 2015-03-10 07:20:48 +00:00
rbtz.h ICU-9648 Changed BasicTimeZone public API methods to const. 2013-02-01 07:39:04 +00:00
regex.h ICU-11638 Improve RegexMatcher::group() API docs. 2015-04-13 21:59:04 +00:00
region.h ICU-10141 Add UErrorCode param to Region methods that return StringEnumeration* 2015-03-04 01:40:44 +00:00
reldatefmt.h ICU-11433 BRS, no U_HIDE conditionals around impl code or private fields; fix comment typos 2015-03-16 04:15:28 +00:00
scientificnumberformatter.h ICU-11383 Remove ScientificFormatHelper C++ 2014-12-08 23:25:27 +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-11433 ICU4C draft API promotion; update U_HIDE_xxx conditionals 2015-03-10 07:20:48 +00:00
sortkey.h ICU-9101 merge branches/markus/collv2@35225 into the trunk 2014-02-25 21:21:49 +00:00
stsearch.h ICU-10347 add U_FINAL and U_OVERRIDE for C++11 "final" and "override". 2014-08-16 01:30:43 +00:00
tblcoll.h ICU-11433 ICU4C draft API promotion; update U_HIDE_xxx conditionals 2015-03-10 07:20:48 +00:00
timezone.h ICU-11670 Fix incorrect API doc for class TimeZone. 2015-05-14 18:40:12 +00:00
tmunit.h ICU-10640 Add C++ MeasureFormat API. 2014-02-04 00:29:17 +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-10992 BRS line 20, Check/fix non-stable API macros (U_HIDE_DRAFT_API and others) 2014-09-16 08:09:06 +00:00
translit.h ICU-10992 BRS line 20, Check/fix non-stable API macros (U_HIDE_DRAFT_API and others) 2014-09-16 08:09:06 +00:00
tzfmt.h ICU-10992 BRS line 20, Check/fix non-stable API macros (U_HIDE_DRAFT_API and others) 2014-09-16 08:09:06 +00:00
tznames.h ICU-10992 BRS line 20, Check/fix non-stable API macros (U_HIDE_DRAFT_API and others) 2014-09-16 08:09:06 +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-11539 C: Delete Calendar fields TIME_SEPARATOR, RELATED_YEAR; adjust accordingly 2015-02-27 09:01:31 +00:00
ucol.h ICU-11433 ICU4C draft API promotion; update U_HIDE_xxx conditionals 2015-03-10 07:20:48 +00:00
ucoleitr.h ICU-9101 merge branches/markus/collv2@35225 into the trunk 2014-02-25 21:21:49 +00:00
ucsdet.h ICU-10398 Update #ifndef U_HIDE_XXXXX_API (e.g. DRAFT) to match status tags (e.g. @draft) 2013-09-23 06:52:34 +00:00
ucurr.h ICU-10992 BRS line 20, Check/fix non-stable API macros (U_HIDE_DRAFT_API and others) 2014-09-16 08:09:06 +00:00
udat.h ICU-11433 ICU4C draft API promotion; update U_HIDE_xxx conditionals 2015-03-10 07:20: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-11400 Fix documentation of DateTimeFormat in setDateTimeFormat/udatpg_setDateTimeFormat 2015-03-05 05:36:25 +00:00
udisplaycontext.h ICU-10968 Handle fussy comma-at-end-of-enum-list restrictions in some compilers 2014-09-05 06:17:40 +00:00
ufieldpositer.h ICU-11553 Add C wrapper for FieldPositionIterator & 2 udat_formatX calls to use it 2015-03-04 00:11:53 +00:00
uformattable.h ICU-11240 ICU4C 54 API status promotion. 2014-09-11 06:16:13 +00:00
ugender.h ICU-10394 api promo 50->52 as per PMC 2013-09-19 00:44:08 +00:00
uldnames.h ICU-10764 API Promotions for ICU4C 53. 2014-03-13 20:33:16 +00:00
ulocdata.h ICU-11433 ICU4C draft API promotion; update U_HIDE_xxx conditionals 2015-03-10 07:20: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-11730 Bugfix: UNumberFormatAttributeValue with U_HIDE_INTERNAL_API. 2015-06-10 17:20:24 +00:00
unumsys.h ICU-11240 ICU4C 54 API status promotion. 2014-09-11 06:16:13 +00:00
upluralrules.h ICU-10394 api promo 50->52 as per PMC 2013-09-19 00:44:08 +00:00
uregex.h ICU-11433 ICU4C draft API promotion; update U_HIDE_xxx conditionals 2015-03-10 07:20:48 +00:00
uregion.h ICU-11240 ICU4C 54 API status promotion. 2014-09-11 06:16:13 +00:00
usearch.h ICU-10814 Delete duplicated headerdoc comments in usearch.h 2014-09-23 21:33:53 +00:00
uspoof.h ICU-11433 ICU4C draft API promotion; update U_HIDE_xxx conditionals 2015-03-10 07:20: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-11433 ICU4C draft API promotion; update U_HIDE_xxx conditionals 2015-03-10 07:20:48 +00:00
vtzone.h ICU-9648 Changed BasicTimeZone public API methods to const. 2013-02-01 07:39:04 +00:00