Steven R. Loomis
|
63dd5be23d
|
ICU-8525 doxygen warnings
X-SVN-Rev: 30029
|
2011-05-05 01:35:22 +00:00 |
|
Steven R. Loomis
|
33ced448a3
|
ICU-8305 more doxygen fixes for regex
X-SVN-Rev: 30028
|
2011-05-04 23:13:14 +00:00 |
|
Steven R. Loomis
|
ba204d6987
|
ICU-8093 warnings fix, move internal
X-SVN-Rev: 30027
|
2011-05-04 23:12:49 +00:00 |
|
Doug Felt
|
f51066e066
|
ICU-8448 update docs for list syntax
X-SVN-Rev: 30023
|
2011-05-04 17:07:24 +00:00 |
|
Peter Edberg
|
332037ef5b
|
ICU-6109 & #4942,#3579: Merge changes for lenient number & date parsing from branches/eric/lenient_number_parsing (manually!)
X-SVN-Rev: 30018
|
2011-05-04 12:23:42 +00:00 |
|
Peter Edberg
|
5d14eefc25
|
ICU-8467 Add C wrappers for some PluralRules functionality
X-SVN-Rev: 30001
|
2011-05-03 23:23:26 +00:00 |
|
Peter Edberg
|
3745b313f3
|
ICU-8470 Add C wrappers for some DateIntervalFormat functionality
X-SVN-Rev: 29988
|
2011-05-03 19:33:19 +00:00 |
|
Yoshito Umaoka
|
4d7569c743
|
ICU-8342 Refactoring ZoneStringFormat into TimeZoneNames and TimeZoneFormat (all internal APIs for now). Also supporting localized GMT zero format and fallback region format for generic names.
X-SVN-Rev: 29984
|
2011-05-03 14:59:01 +00:00 |
|
Peter Edberg
|
d67f95f797
|
ICU-8466 Add get/adopt/setTimeZone to DateIntervalFormat, as in DateFormat
X-SVN-Rev: 29976
|
2011-05-03 05:44:58 +00:00 |
|
Markus Scherer
|
2021d92a62
|
ICU-8079 rewrite/simplify sort key buffer/memory management, fixes overflow & length counting bugs
X-SVN-Rev: 29968
|
2011-05-03 00:29:45 +00:00 |
|
Peter Edberg
|
b4653c9f9f
|
ICU-8397 Add ucal_getFieldDifference, C wrapper for Calendar::fieldDifference(...)
X-SVN-Rev: 29966
|
2011-05-02 23:42:11 +00:00 |
|
Andy Heninger
|
0852cc4e73
|
ICU-7572 Decimal Format UNUM_ROUND_UNNECESSARY implmenentation.
X-SVN-Rev: 29959
|
2011-05-02 19:15:03 +00:00 |
|
Markus Scherer
|
0765a860a0
|
ICU-8053 add link to the LDML spec, C.11 Language Plural Rules
X-SVN-Rev: 29928
|
2011-04-29 18:04:45 +00:00 |
|
Markus Scherer
|
bb9af46cfe
|
ICU-8432 test & document that PluralRules::getSamples() returns count<=destCapacity
X-SVN-Rev: 29924
|
2011-04-29 16:42:34 +00:00 |
|
Markus Scherer
|
70ad6b4a74
|
ICU-7386 merge NumberFormat::EStyles into UNumberFormatStyles & improve NumberFormat::makeInstance() memory management
X-SVN-Rev: 29920
|
2011-04-29 00:00:47 +00:00 |
|
Markus Scherer
|
a84df9c29c
|
ICU-7387 fix dates & versions
X-SVN-Rev: 29918
|
2011-04-28 17:31:44 +00:00 |
|
Claire Ho
|
83d13b22aa
|
ICU-7387 Changed TimeUnitFormat::EStyle should bto C enum.
X-SVN-Rev: 29916
|
2011-04-28 16:42:58 +00:00 |
|
Markus Scherer
|
6c49e812c0
|
ICU-8432 fix PluralRules memory management & a couple of minor issues
X-SVN-Rev: 29914
|
2011-04-28 13:35:56 +00:00 |
|
Markus Scherer
|
e25457f07a
|
ICU-8499 change PluralRules::NO_UNIQUE_VALUE into #define UPLRULES_NO_UNIQUE_VALUE
X-SVN-Rev: 29911
|
2011-04-27 20:04:06 +00:00 |
|
Markus Scherer
|
9774441e40
|
ICU-8491 remove uprv_isRuleWhiteSpace(c)
X-SVN-Rev: 29900
|
2011-04-26 06:39:29 +00:00 |
|
Markus Scherer
|
d743bb693e
|
ICU-8319 merge MessageFormat 2011q1 work into trunk, from icu/branches/markus/msg48 -r 29400:29882
X-SVN-Rev: 29886
|
2011-04-25 20:47:32 +00:00 |
|
Andy Heninger
|
f777c14042
|
ICU-8444 Remove PATTERN_IS_UTEXT from regex API.
X-SVN-Rev: 29845
|
2011-04-21 22:57:19 +00:00 |
|
Andy Heninger
|
6d21ef8ca3
|
ICU-8305 doxygen cleanups for regular expression API.
X-SVN-Rev: 29812
|
2011-04-16 01:27:00 +00:00 |
|
Andy Heninger
|
8148726df2
|
ICU-8404 Regular Expressions split(), fix incorrect handling of trailing empty field
X-SVN-Rev: 29801
|
2011-04-15 00:48:39 +00:00 |
|
Yoshito Umaoka
|
520979e0f1
|
ICU-8415 Fixed the API doc problem in the previous change.
X-SVN-Rev: 29786
|
2011-04-13 07:06:15 +00:00 |
|
Dragan Besevic
|
c00813396a
|
ICU-8093 Add API function call ucurr_isAvailable() and changes for tests and data.
X-SVN-Rev: 29727
|
2011-04-04 15:00:03 +00:00 |
|
Yoshito Umaoka
|
74e7b59d02
|
ICU-8415 Fixes for usearch_preceding and usearch_last regression bugs. The search test framework to cover usearch_following and usearch_preceding. Corrected and improved the API documentation for usearch_following/usearch_preceding. Merging these updates tested in my work branch to trunk.
X-SVN-Rev: 29681
|
2011-03-22 03:50:26 +00:00 |
|
Yoshito Umaoka
|
f00dd1eccb
|
ICU-8295 Fixed a linkage problem on MSVC introduced by r29671
X-SVN-Rev: 29675
|
2011-03-21 15:30:19 +00:00 |
|
Stuart Gill
|
b3ba6c0bf3
|
ICU-8295 API for collation reordering
X-SVN-Rev: 29671
|
2011-03-18 22:52:30 +00:00 |
|
Doug Felt
|
47108a4e65
|
ICU-8432 add icu4c implementation and tests
X-SVN-Rev: 29666
|
2011-03-17 21:36:03 +00:00 |
|
Michael Ow
|
641f38e783
|
ICU-8411 Remove non-ascii character from ICU4C source files
X-SVN-Rev: 29659
|
2011-03-16 01:48:20 +00:00 |
|
Yoshito Umaoka
|
34bc79c98b
|
ICU-8278 New APIs TimeZone::createTimeZoneIDEnumeration and ucal_openTimeZoneIDEnumeration for supporting canonical/canonical location zone iteration. The fix for ticket#8349 Etc/Unknown problem was also done at the same time.
X-SVN-Rev: 29498
|
2011-03-01 18:29:13 +00:00 |
|
Andy Heninger
|
7b7f48eef8
|
ICU-7530 Alphabetic index, move from branch to trunk.
X-SVN-Rev: 29482
|
2011-02-25 22:21:30 +00:00 |
|
Yoshito Umaoka
|
d7c7514920
|
ICU-8346 ICU4C TimeZone::createTimeZone to return Etc/Unknown when the given ID is unknown/unparsable. Also added UCAL_UNKNOWN_ZONE_ID.
X-SVN-Rev: 29462
|
2011-02-19 06:29:52 +00:00 |
|
Yoshito Umaoka
|
7c93a6eeac
|
ICU-8279 TimeZone API - getRegion in ICU4C
X-SVN-Rev: 29459
|
2011-02-18 23:03:47 +00:00 |
|
Yoshito Umaoka
|
c5d01fb5d3
|
ICU-8266 Clarify the behavior of TimeZone::useDaylightTime() in the API doc.
X-SVN-Rev: 29396
|
2011-02-04 04:13:43 +00:00 |
|
Andy Heninger
|
4a932a4dfc
|
ICU-7795 Regular Expression refreshInputText added.
X-SVN-Rev: 29363
|
2011-01-27 01:12:12 +00:00 |
|
Claire Ho
|
4c38ef650d
|
ICU-7385 changed ECurrencySpacing into a C enum.
X-SVN-Rev: 29212
|
2010-12-15 23:46:53 +00:00 |
|
Michael Ow
|
734b84401f
|
ICU-7089 Recalculate time stamp array if stamp value is going to exceed limit in ICU4C calendar class.
X-SVN-Rev: 29162
|
2010-12-07 17:27:42 +00:00 |
|
Peter Edberg
|
b9cfe4aa5b
|
ICU-8155 Promote LocalPointer[Base]/LocalArray/U_DEFINE_LOCAL_OPEN_POINTER from @draft 4.4 to @stable
X-SVN-Rev: 29050
|
2010-11-15 19:40:24 +00:00 |
|
Peter Edberg
|
ebca744d84
|
ICU-8155 Promote more @draft 4.4 API to @stable, after asking on icu-core
X-SVN-Rev: 29037
|
2010-11-12 22:58:50 +00:00 |
|
Peter Edberg
|
3384286860
|
ICU-8155 Promote appropriate @draft 4.2 and 4.4 API to @stable
X-SVN-Rev: 29035
|
2010-11-12 06:03:28 +00:00 |
|
Peter Edberg
|
d9e5f6e1d8
|
ICU-8136 U_CAPI -> U_STABLE for 3 uspoof_ API
X-SVN-Rev: 29030
|
2010-11-12 00:41:43 +00:00 |
|
Steven R. Loomis
|
45dcb95f0b
|
ICU-3984 revert U_EXPORT2 changes in r29003 back to r28999 - see http://userguide.icu-project.org/dev/codingguidelines
X-SVN-Rev: 29005
|
2010-11-05 19:08:45 +00:00 |
|
Steven R. Loomis
|
6a5f83ff80
|
ICU-3984 fix mismatched const int in r28999
X-SVN-Rev: 29003
|
2010-11-04 22:36:25 +00:00 |
|
Stuart Gill
|
b1a76e6a88
|
ICU-3984 updates based on code review and fix of memory leak during collation reordering rule parsing
X-SVN-Rev: 28999
|
2010-11-04 20:12:39 +00:00 |
|
Stuart Gill
|
94239208a0
|
ICU-3984 fix a bug in the resource loading of collation reordering and rename script reordering to reordering codes
X-SVN-Rev: 28993
|
2010-11-03 02:41:22 +00:00 |
|
Umesh Nair
|
67bebde8b5
|
ICU-7023 Cleaning up code and fixing an error on AIX
X-SVN-Rev: 28991
|
2010-11-02 22:29:28 +00:00 |
|
Stuart Gill
|
5dd9ea7768
|
ICU-3984 update the uca file version, add support for reading/writing reordering from/to resources, update FractionalUCA.txt to a format for the genuca tool
X-SVN-Rev: 28975
|
2010-11-02 02:21:57 +00:00 |
|
Umesh Nair
|
c9ae826bca
|
ICU-7023 Supporting import in collation rules
X-SVN-Rev: 28967
|
2010-11-01 22:23:49 +00:00 |
|