Markus Scherer
|
3c1cc35984
|
ICU-10251 make CollationElementIterator protected methods private
X-SVN-Rev: 34315
|
2013-09-13 19:35:54 +00:00 |
|
Markus Scherer
|
b20a9793f9
|
ICU-10282 deprecate bad API RuleBasedCollator::cloneRuleData(), call cloneBinary()
X-SVN-Rev: 34314
|
2013-09-13 19:25:01 +00:00 |
|
Steven R. Loomis
|
0c1b6a8ffd
|
ICU-10397 move singleton init out of static functions (perf)
X-SVN-Rev: 34304
|
2013-09-13 16:21:56 +00:00 |
|
Peter Edberg
|
1f21a220d9
|
ICU-10378 (C) Delete comma at end of enumerator list
X-SVN-Rev: 34293
|
2013-09-12 23:48:02 +00:00 |
|
Peter Edberg
|
ce1c10fd51
|
ICU-10378 (C) Support skeleton meta-character 'J' in DateTimePatternGenerator
X-SVN-Rev: 34292
|
2013-09-12 22:49:07 +00:00 |
|
Markus Scherer
|
308b16079b
|
ICU-7392 DecimalFormatSymbols::createWithLastResortData(UErrorCode), and clean up the real initialize() for supplementary digits and memory management
X-SVN-Rev: 34288
|
2013-09-12 20:33:29 +00:00 |
|
Peter Edberg
|
30feb0c56b
|
ICU-10039 Per API review: Add consts, add unumsys_getDescription(), improve documentation
X-SVN-Rev: 34283
|
2013-09-12 04:33:03 +00:00 |
|
Andy Heninger
|
8abaebe06e
|
ICU-10273 DecimalFormat::getFixedDecimal(), improved handling of rounding, overflow.
X-SVN-Rev: 34280
|
2013-09-12 01:00:04 +00:00 |
|
Markus Scherer
|
fb38bbbee8
|
ICU-10273 support plurals with decimals in MessageFormat and PluralFormat (ported from Java r34087 & r34276)
X-SVN-Rev: 34277
|
2013-09-11 23:32:37 +00:00 |
|
Peter Edberg
|
790af7c8dd
|
ICU-10375 Add \file and \brief to udisplaycontext.h headers so it works in apiref/icu4c/files.html
X-SVN-Rev: 34275
|
2013-09-11 21:38:11 +00:00 |
|
Peter Edberg
|
5a1e66e343
|
ICU-10039 Add basic C wrapper for NumberingSystem (numsys.h), version 1
X-SVN-Rev: 34268
|
2013-09-11 05:07:00 +00:00 |
|
Andy Heninger
|
90522bf7b1
|
ICU-10273 add DecimalFormat::getFixedDecimal(Formattable &)
X-SVN-Rev: 34267
|
2013-09-11 01:17:28 +00:00 |
|
Steven R. Loomis
|
00ea16b361
|
ICU-7912 one more update to fix untagged items..
X-SVN-Rev: 34216
|
2013-09-06 05:04:54 +00:00 |
|
Andy Heninger
|
7b3b75a525
|
ICU-10273 Plural Rules, add DecimalFormat::getFixedDecimal(). Work in progress.
X-SVN-Rev: 34204
|
2013-09-05 23:28:28 +00:00 |
|
Peter Edberg
|
8997c77684
|
ICU-10161 Now compareSimpleAffix ignores LRM/RLM/ALM in affix or text when comparing them;
and pre-integrate some CLDR 24 number symbol & pattern changes so tests will match the new data.
X-SVN-Rev: 34186
|
2013-09-04 10:46:03 +00:00 |
|
Andy Heninger
|
003c35c1d9
|
ICU-10273 Plural Rules, add DecimalFormat::getFixedDecimal(). Work in progress.
X-SVN-Rev: 34176
|
2013-09-04 01:07:35 +00:00 |
|
Steven R. Loomis
|
bc0dcf4cb0
|
ICU-9619 add const to getters
X-SVN-Rev: 34173
|
2013-09-04 00:01:26 +00:00 |
|
Steven R. Loomis
|
2786b25dff
|
ICU-10270 fix // comments in udat.h
X-SVN-Rev: 34168
|
2013-09-03 17:44:01 +00:00 |
|
Steven R. Loomis
|
454a0ec782
|
ICU-9741 trivial fix to header, u_strcoll -> ucol_strcoll
X-SVN-Rev: 34159
|
2013-08-30 23:46:37 +00:00 |
|
Travis Keep
|
7f3d307ef8
|
ICU-10274 Rollback TimePeriod additions, but leave in changes to listformatter for Mark's more generic units API.
X-SVN-Rev: 34135
|
2013-08-29 23:45:48 +00:00 |
|
Andy Heninger
|
62cb5a9ca6
|
ICU-10273 Plural Rules, remove unimplemented getFunctionalEquivalent().
X-SVN-Rev: 34126
|
2013-08-29 18:07:13 +00:00 |
|
Andy Heninger
|
4dc67e0203
|
ICU-10273 New plural rule syntax. Changes merged from development branch. With this checkin, Plural rule data is back in synch between ICU4C, ICU4J and CLDR trunk.
X-SVN-Rev: 34103
|
2013-08-28 20:51:44 +00:00 |
|
Yoshito Umaoka
|
b0eaf25682
|
ICU-9526 Fixed a parsing problem with custom monetary gouping separator. Fixed some bad coding style. Added a test case for testing custom symbols.
X-SVN-Rev: 34069
|
2013-08-20 20:51:31 +00:00 |
|
Travis Keep
|
ecd7ea193b
|
ICU-10274 Add compound duration formatting for C++
X-SVN-Rev: 33986
|
2013-07-25 16:36:25 +00:00 |
|
Andy Heninger
|
f4e36c9c98
|
ICU-10253 Plural Rule, support for new syntax for fractional rules. Merge from development branch.
X-SVN-Rev: 33958
|
2013-07-22 23:57:17 +00:00 |
|
Bing Long
|
b58875e894
|
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.
X-SVN-Rev: 33953
|
2013-07-22 16:31:11 +00:00 |
|
Steven R. Loomis
|
85157b3fc4
|
ICU-7912 final update to apidocs. Also removed references to non-existent kDecimalNumber (from fmtable.h), and cleaned up other docs
X-SVN-Rev: 33905
|
2013-07-11 00:31:41 +00:00 |
|
Steven R. Loomis
|
06dcb5d4a6
|
ICU-7912 add parse/format functions, other UFormattable API improvements
X-SVN-Rev: 33894
|
2013-07-09 00:47:46 +00:00 |
|
Andy Heninger
|
ada557d17c
|
ICU-9936 Improved API descriptions for DecimalFormat set min/max significant digits.
X-SVN-Rev: 33869
|
2013-06-28 21:12:31 +00:00 |
|
Steven R. Loomis
|
2fa49ba635
|
ICU-7912 add unum_parse and unum_format taking UFormattable (@internal, API proposal to follow)
X-SVN-Rev: 33862
|
2013-06-27 19:49:55 +00:00 |
|
Andy Heninger
|
72cddee528
|
ICU-10088 Fix incorrect API doc for uregex_setStackLimit().
X-SVN-Rev: 33854
|
2013-06-26 18:34:15 +00:00 |
|
Steven R. Loomis
|
ae061ff78f
|
ICU-7912 C wrapper for Formattable - UFormattable
X-SVN-Rev: 33849
|
2013-06-26 06:31:09 +00:00 |
|
Yoshito Umaoka
|
02296cc327
|
ICU-10172 Minor wording adjustments in DecimalFormat set/getRoundingIncrement API docs.
X-SVN-Rev: 33823
|
2013-06-13 15:02:34 +00:00 |
|
Andy Heninger
|
978f71fe78
|
ICU-10051 Mutexes: introduce UInitOnce; remove UMTX_CHECK; replace all uses of UMTX_CHECK.
X-SVN-Rev: 33787
|
2013-05-31 23:50:15 +00:00 |
|
Yoshito Umaoka
|
7e0d7fa479
|
ICU-10148 TZ database/Windows zone ID mapping APIs.
X-SVN-Rev: 33726
|
2013-05-22 20:33:30 +00:00 |
|
Peter Edberg
|
a8a20d2b84
|
ICU-10070 uregion_isEqualTo -> uregion_areEqual, implement using pointer compare
X-SVN-Rev: 33578
|
2013-05-02 22:04:50 +00:00 |
|
Yoshito Umaoka
|
1400bf549b
|
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).
X-SVN-Rev: 33551
|
2013-04-25 21:10:43 +00:00 |
|
Peter Edberg
|
947bd7d1b6
|
ICU-10070 Add plain C wrappers for Region class
X-SVN-Rev: 33520
|
2013-04-12 23:00:51 +00:00 |
|
Peter Edberg
|
3c32983978
|
ICU-10062 Fix header documentation for getDayOfWeekType, getWeekendTransition
X-SVN-Rev: 33467
|
2013-03-27 22:43:03 +00:00 |
|
Andy Heninger
|
3b379f4c28
|
ICU-7468 Use C++ "using" in Format class hierarchy, so inheritance of format() and parse() functions works normally, without unwanted function hiding.
X-SVN-Rev: 33457
|
2013-03-21 22:09:06 +00:00 |
|
Travis Keep
|
600e3d4a59
|
ICU-10042 Fix documentation for unum_formatXXX()
X-SVN-Rev: 33455
|
2013-03-21 18:48:00 +00:00 |
|
Peter Edberg
|
fbace77746
|
ICU-9721 Update "#ifndef U_HIDE_XXX_API" guards for API status
X-SVN-Rev: 33367
|
2013-03-05 01:38:48 +00:00 |
|
Markus Scherer
|
374c8e1ef3
|
ICU-9988 remove poor mans RTTI from new class hierarchy, remove undocumented UNDEFINED_NUMERIC_CODE, fix destructor definition, not intended for public subclassing
X-SVN-Rev: 33348
|
2013-02-27 23:56:23 +00:00 |
|
Michael Ow
|
e31422e17e
|
ICU-9721 Fix errors found and fixed by icu-svnprops-check.py in ICU4C
X-SVN-Rev: 33326
|
2013-02-25 23:23:33 +00:00 |
|
Michael Ow
|
37eeb709db
|
ICU-9955 merge ICU4C API status promotion to trunk
X-SVN-Rev: 33306
|
2013-02-22 20:15:50 +00:00 |
|
Markus Scherer
|
743bc7353f
|
ICU-9637 make new DateFormat skeleton constants public API
X-SVN-Rev: 33280
|
2013-02-20 21:23:49 +00:00 |
|
Markus Scherer
|
9452d9ed08
|
ICU-9880 g++ does not seem to allow a class pointer field whose type is from an anonymous namespace
X-SVN-Rev: 33277
|
2013-02-20 20:57:54 +00:00 |
|
Yoshito Umaoka
|
da21d9c2b6
|
ICU-9696 Updated the API doc for ICU4C SimpleDateFormat with the latest CLDR specification.
X-SVN-Rev: 33270
|
2013-02-19 10:35:03 +00:00 |
|
Markus Scherer
|
2fffcf3b77
|
ICU-9880 add #ifndef U_HIDE_DRAFT_API
X-SVN-Rev: 33253
|
2013-02-16 21:53:15 +00:00 |
|
Markus Scherer
|
f5cd9984c6
|
ICU-9880 add ImmutableIndex, replace Chinese hacks and support zhuyin, handle index characters with multiple primary weights, lazy-create rarely-used objects, bug fixes, port other improvements from Java
X-SVN-Rev: 33245
|
2013-02-15 22:11:33 +00:00 |
|
Yoshito Umaoka
|
049fb62622
|
ICU-9475 Link to methods with arguments did not work. Removed method arguments in @link.
X-SVN-Rev: 33227
|
2013-02-14 22:48:35 +00:00 |
|
Yoshito Umaoka
|
938b34ab6b
|
ICU-9475 Some additional notes in TimeZoneNames API reference.
X-SVN-Rev: 33225
|
2013-02-14 21:20:23 +00:00 |
|
Scott Russell
|
2b6ad1d385
|
ICU-9911 C++ DecimalFormat::get/setattribute - change from internal API to pulic
X-SVN-Rev: 33224
|
2013-02-14 20:54:29 +00:00 |
|
Andy Heninger
|
e207951893
|
ICU-9440 Namespace tweaks to uspoof.h
X-SVN-Rev: 33168
|
2013-02-11 18:37:06 +00:00 |
|
Andy Heninger
|
ab690b35a7
|
ICU-9842 Fix bad merge to AlphabeticIndex that was submitted under ticket 9440.
X-SVN-Rev: 33163
|
2013-02-11 05:06:48 +00:00 |
|
Andy Heninger
|
e06001f2d0
|
ICU-9440 spoof checker, merge updates from branch.
X-SVN-Rev: 33162
|
2013-02-11 04:51:14 +00:00 |
|
Yoshito Umaoka
|
87158d4fba
|
ICU-9867 New time zone pattern letters/types support for CLDR 23/ICU 51.
X-SVN-Rev: 33159
|
2013-02-11 00:23:55 +00:00 |
|
Andy Heninger
|
686c8d47f9
|
ICU-9842 AlphabeticIndex: add constructor taking a collator.
X-SVN-Rev: 33148
|
2013-02-09 01:07:41 +00:00 |
|
John Emmons
|
96f4a704b2
|
ICU-9889 Implement scaling for decimalFormat
X-SVN-Rev: 33138
|
2013-02-07 19:48:29 +00:00 |
|
Yoshito Umaoka
|
b676128bfe
|
ICU-9648 Changed BasicTimeZone public API methods to const.
X-SVN-Rev: 33109
|
2013-02-01 07:39:04 +00:00 |
|
Yoshito Umaoka
|
557da151c7
|
ICU-9839 Punctuation exemplar type support. Code is added, but not working because of data problem explained in #9845. When data is refreshed next time, the problem should go away.
X-SVN-Rev: 33062
|
2013-01-18 16:29:02 +00:00 |
|
John Emmons
|
1df7ed7891
|
ICU-8451 Cleanup source/docs for region APIs
X-SVN-Rev: 33056
|
2013-01-16 19:06:23 +00:00 |
|
John Emmons
|
734cb70cc4
|
ICU-8451 Fix memory leaks in region implementation
X-SVN-Rev: 33054
|
2013-01-15 23:53:27 +00:00 |
|
John Emmons
|
d58fd10106
|
ICU-8451 Cleanup use of U_EXPORT2 in Region class for windows build
X-SVN-Rev: 33051
|
2013-01-14 20:46:38 +00:00 |
|
John Emmons
|
013c6db432
|
ICU-8451 Initial port - Region APIs from Java to C++
X-SVN-Rev: 33048
|
2013-01-14 18:37:56 +00:00 |
|
Peter Edberg
|
54098be451
|
ICU-9497 Add support for short weekday names: format, parse, get/set symbols (C)
X-SVN-Rev: 33047
|
2013-01-14 04:48:51 +00:00 |
|
Yoshito Umaoka
|
08223859e3
|
ICU-9735 Added a C API ucal_getTimeZoneID.
X-SVN-Rev: 33005
|
2013-01-02 16:58:24 +00:00 |
|
Yoshito Umaoka
|
7586fcf7d4
|
ICU-9573 Removing Boyer-Moore string search implementation. CollData has moved from i18n package to intltest.
X-SVN-Rev: 32994
|
2012-12-19 05:12:25 +00:00 |
|
Markus Scherer
|
af439c67de
|
ICU-9789 lenient date/time parsing: accept missing or added trailing dot after non-numeric fields; refactor isNumeric() logic
X-SVN-Rev: 32962
|
2012-12-14 06:35:11 +00:00 |
|
Steven R. Loomis
|
4297072ccd
|
ICU-9714 now builds clean on IBM i- fix some test cases for ASCIIsms, fix formattable buffer size
X-SVN-Rev: 32905
|
2012-11-29 01:09:50 +00:00 |
|
Markus Scherer
|
940031d074
|
ICU-9758 deprecate RuleBasedCollator::getMaxExpansion()
X-SVN-Rev: 32904
|
2012-11-29 00:33:41 +00:00 |
|
Peter Edberg
|
b54c586f38
|
ICU-9643 (C) Change "@internal ICU 50" display context API to "@draft ICU 51"
X-SVN-Rev: 32900
|
2012-11-28 01:12:46 +00:00 |
|
Steven R. Loomis
|
9046285bf5
|
ICU-9748 only do this instantiation on MSVC.
X-SVN-Rev: 32840
|
2012-11-15 23:12:24 +00:00 |
|
Steven R. Loomis
|
858972dfa6
|
ICU-9748 MSVC2010 issues, move EnumSet<> to separate header
X-SVN-Rev: 32838
|
2012-11-15 21:55:41 +00:00 |
|
Travis Keep
|
161183009a
|
ICU-9543 C++ CompactDecimalFormat moved to trunk.
X-SVN-Rev: 32819
|
2012-11-14 18:49:38 +00:00 |
|
Markus Scherer
|
5ed21eb567
|
ICU-9713 fix ucol_mergeSortkeys(): return correct length, handle empty levels
X-SVN-Rev: 32779
|
2012-11-09 01:04:05 +00:00 |
|
Markus Scherer
|
22a342a545
|
ICU-9689 UObject::getDynamicClassID() const { return NULL; } and remove UOBJECT_DEFINE_NO_RTTI_IMPLEMENTATION -> easier to create new class hierarchies
X-SVN-Rev: 32776
|
2012-11-08 23:31:20 +00:00 |
|
Yoshito Umaoka
|
7139ce8835
|
ICU-9581 Replaced a non-ASCII character with an ASCII character.
X-SVN-Rev: 32661
|
2012-10-18 22:51:31 +00:00 |
|
Peter Edberg
|
9622e41050
|
ICU-9581 Sync U_INTERNAL/U_DRAFT/U_STABLE tags to @internal/@draft/@stable
X-SVN-Rev: 32648
|
2012-10-17 05:48:18 +00:00 |
|
Peter Edberg
|
6735940768
|
ICU-9250 Document that date format S+ fields truncate for S,SS and zero-pad for SSSS+
X-SVN-Rev: 32646
|
2012-10-17 04:41:19 +00:00 |
|
Michael Ow
|
8c2beec087
|
ICU-9613 Remove unneeded include statement and fix attribute name
X-SVN-Rev: 32624
|
2012-10-12 21:38:01 +00:00 |
|
Michael Ow
|
799a603abc
|
ICU-9613 Merge from branch to trunk
X-SVN-Rev: 32622
|
2012-10-12 19:52:43 +00:00 |
|
Travis Keep
|
dd506783e6
|
ICU-9598 Respond to Markus' comments on C GenderInfo
X-SVN-Rev: 32600
|
2012-10-11 18:52:55 +00:00 |
|
Markus Scherer
|
7239810394
|
ICU-9631 add, fix, deprecate DateFormat skeleton constants, parallel to Java ticket #9375
X-SVN-Rev: 32572
|
2012-10-09 04:50:45 +00:00 |
|
Peter Edberg
|
66167d1012
|
ICU-9303 Update to final API for now, with some updates based on feedback
X-SVN-Rev: 32571
|
2012-10-09 03:49:16 +00:00 |
|
Andy Heninger
|
b042e33ee1
|
ICU-7400 Fix incorrect API docs on several 'void parse()' functions.
X-SVN-Rev: 32561
|
2012-10-08 22:41:13 +00:00 |
|
Scott Russell
|
d5a9bec7f9
|
ICU-9403 Calendar should return error for large negative millis out of range in strict mode & fix extended year calculation for large negative millis
X-SVN-Rev: 32554
|
2012-10-08 20:24:50 +00:00 |
|
Peter Edberg
|
b6053b4240
|
ICU-9633 Adapt date fmt display context APIs to tentative new UDisplayContext
X-SVN-Rev: 32549
|
2012-10-08 16:52:35 +00:00 |
|
Peter Edberg
|
7a826f4b61
|
ICU-9303 Check in tentative UDisplayContext enum and related LocaleDisplayNames APIs; still need full impl & tests
X-SVN-Rev: 32548
|
2012-10-08 16:50:51 +00:00 |
|
Peter Edberg
|
b72359eca5
|
ICU-9623 ICU4C 50 API promotions, fix U_DRAFT -> U_STABLE as needed in .h, fix U_DRAFT -> U_CAPI in .c/cpp
X-SVN-Rev: 32547
|
2012-10-08 05:16:32 +00:00 |
|
Peter Edberg
|
3e36b67cf7
|
ICU-9606 Add ucal_getTimeZoneTransitionDate, UTimeZoneTransitionType and tests
X-SVN-Rev: 32545
|
2012-10-08 00:32:59 +00:00 |
|
Yoshito Umaoka
|
f82276faf1
|
ICU-9567 Merged ucol_strcollUTF8 to trunk.
X-SVN-Rev: 32534
|
2012-10-05 23:44:00 +00:00 |
|
Andy Heninger
|
803ac8f33c
|
ICU-9461 Mutex Implementation Rework, merge from devel branch.
X-SVN-Rev: 32530
|
2012-10-05 21:22:02 +00:00 |
|
Travis Keep
|
5786467fb0
|
ICU-9598 C/C++ implementation of GenderInfo.
X-SVN-Rev: 32527
|
2012-10-05 19:02:05 +00:00 |
|
Steven R. Loomis
|
ac84432516
|
ICU-9542 fix stray comma with -DUCONFIG_NO_BREAK_ITERATION=1 (was not valid C++)
X-SVN-Rev: 32449
|
2012-09-27 21:17:58 +00:00 |
|
Steven R. Loomis
|
70ecc4c943
|
ICU-9296 fix docs to U_UNSUPPORTED_ERROR as error type for unum_applyPattern
X-SVN-Rev: 32435
|
2012-09-27 16:46:30 +00:00 |
|
Yoshito Umaoka
|
5b8459bb01
|
ICU-9338 Promoting TimeZoneNames/TimeZoneFormat APIs from tech preview to draft.
X-SVN-Rev: 32427
|
2012-09-25 22:45:40 +00:00 |
|
Markus Scherer
|
57fd3d7ef9
|
ICU-9589 document that the so-called UCA rules are not normally useful and can be removed from the data
X-SVN-Rev: 32412
|
2012-09-20 05:37:31 +00:00 |
|
Markus Scherer
|
551164f043
|
ICU-9560 un-deprecate CollationKey and Collator::getCollationKey()
X-SVN-Rev: 32410
|
2012-09-20 00:11:44 +00:00 |
|
Markus Scherer
|
d36fce9bed
|
ICU-9534 ucol_nextSortKeyPart(): do not promise uncompressed sort keys
X-SVN-Rev: 32409
|
2012-09-19 23:55:58 +00:00 |
|