scuffed-code/icu4c/source/i18n/unicode
2013-09-17 06:57:53 +00:00
..
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-10251 make CollationElementIterator protected methods private 2013-09-13 19:35:54 +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-10261 give DateFormat more granular leniency control 2013-09-16 12:45:41 +00:00
dcfmtsym.h ICU-7392 DecimalFormatSymbols::createWithLastResortData(UErrorCode), and clean up the real initialize() for supplementary digits and memory management 2013-09-12 20:33:29 +00:00
decimfmt.h ICU-10397 move singleton init out of static functions (perf) 2013-09-13 16:21:56 +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-10254 Added dtitvfmtsample.cpp, dtptngsample.cpp, and plurfmtsample.cpp. Update all/all.sln, dtitvfmt.h,dtptngen.h and plurfmt.h to embed the sample into the ICU4C API docs. 2013-07-22 16:31:11 +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-10378 (C) Delete comma at end of enumerator list 2013-09-12 23:48:02 +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-10273 add DecimalFormat::getFixedDecimal(Formattable &) 2013-09-11 01:17:28 +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-10273 support plurals with decimals in MessageFormat and PluralFormat (ported from Java r34087 & r34276) 2013-09-11 23:32:37 +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-10039 Per API review: Add consts, add unumsys_getDescription(), improve documentation 2013-09-12 04:33:03 +00:00
plurfmt.h ICU-10273 support plurals with decimals in MessageFormat and PluralFormat (ported from Java r34087 & r34276) 2013-09-11 23:32:37 +00:00
plurrule.h ICU-10273 Plural Rules, remove unimplemented getFunctionalEquivalent(). 2013-08-29 18:07:13 +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-10282 deprecate bad API RuleBasedCollator::cloneRuleData(), call cloneBinary() 2013-09-13 19:25:01 +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-10274 Rollback TimePeriod additions, but leave in changes to listformatter for Mark's more generic units API. 2013-08-29 23:45:48 +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-9741 trivial fix to header, u_strcoll -> ucol_strcoll 2013-08-30 23:46:37 +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-10012 Disable EBCDIC Arabic/Hebrew detectors by default. Added APIs to enable/disable each charset and get currently active charsets. 2013-09-17 06:57:53 +00:00
ucurr.h ICU-9955 merge ICU4C API status promotion to trunk 2013-02-22 20:15:50 +00:00
udat.h ICU-10261 give DateFormat more granular leniency control 2013-09-16 12:45:41 +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-10375 Add \file and \brief to udisplaycontext.h headers so it works in apiref/icu4c/files.html 2013-09-11 21:38:11 +00:00
uformattable.h ICU-7912 final update to apidocs. Also removed references to non-existent kDecimalNumber (from fmtable.h), and cleaned up other docs 2013-07-11 00:31:41 +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-7912 final update to apidocs. Also removed references to non-existent kDecimalNumber (from fmtable.h), and cleaned up other docs 2013-07-11 00:31:41 +00:00
unumsys.h ICU-10039 Per API review: Add consts, add unumsys_getDescription(), improve documentation 2013-09-12 04:33:03 +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