Travis Keep
|
2860cd48c4
|
ICU-11740 DecimalFormat refactor.
X-SVN-Rev: 37821
|
2015-08-25 23:31:01 +00:00 |
|
Steven R. Loomis
|
9edacf9fa9
|
ICU-11771 move FilteredBreakIterator from i18n to common
X-SVN-Rev: 37676
|
2015-07-16 21:02:06 +00:00 |
|
Andy Heninger
|
ae678d796b
|
ICU-11609 add svn:eol-style property to vcxproj files.
X-SVN-Rev: 37364
|
2015-04-17 21:25:48 +00:00 |
|
Yoshito Umaoka
|
06b454e611
|
ICU-11628 Updated ICU4C version to 56.0.1.
X-SVN-Rev: 37337
|
2015-04-15 16:41:07 +00:00 |
|
Peter Edberg
|
50e67ce345
|
ICU-11553 Add C wrapper for FieldPositionIterator & 2 udat_formatX calls to use it
X-SVN-Rev: 37118
|
2015-03-04 00:11:53 +00:00 |
|
Markus Scherer
|
166f80aacd
|
ICU-11448 move CollationBaseDataBuilder out of the runtime library: only used from genuca
X-SVN-Rev: 36908
|
2014-12-27 01:00:36 +00:00 |
|
Travis Keep
|
59a03bbc9b
|
ICU-11383 Remove ScientificFormatHelper C++
X-SVN-Rev: 36826
|
2014-12-08 23:25:27 +00:00 |
|
Travis Keep
|
a6bc072149
|
ICU-11401 Reduce cache keyspace by caching only the components of DateFormat by locale rather than actual DateFormat objects.
X-SVN-Rev: 36811
|
2014-12-05 18:15:35 +00:00 |
|
Travis Keep
|
89e667b0ea
|
ICU-10952 Attempt to fix broken build.
X-SVN-Rev: 36747
|
2014-11-18 16:48:37 +00:00 |
|
Travis Keep
|
4860c7e5b7
|
ICU-11139 Add JAVA DateFormat factory methods to C++
X-SVN-Rev: 36745
|
2014-11-18 00:43:49 +00:00 |
|
Michael Ow
|
b2d2691724
|
ICU-11313 Update version number to 55.0.1
X-SVN-Rev: 36648
|
2014-10-07 17:02:19 +00:00 |
|
Travis Keep
|
3d1c1bb07a
|
ICU-10884 Add abbreviated relative date format support.
X-SVN-Rev: 35744
|
2014-05-22 22:46:53 +00:00 |
|
Andy Heninger
|
dbcf79f57b
|
ICU-10799 ICU initialization code, review & cleanup.
X-SVN-Rev: 35649
|
2014-04-23 23:22:13 +00:00 |
|
Yoshito Umaoka
|
b655078cda
|
ICU-10842 Updated ICU4C version nubmers for 54M1.
X-SVN-Rev: 35630
|
2014-04-14 20:41:25 +00:00 |
|
Travis Keep
|
7ed712add5
|
ICU-10046 Introduce ScientificFormatHelper class.
X-SVN-Rev: 35612
|
2014-04-09 23:00:45 +00:00 |
|
Steven R. Loomis
|
7bc88a1a04
|
ICU-10286 works on windows
X-SVN-Rev: 35358
|
2014-03-06 12:11:08 +00:00 |
|
Markus Scherer
|
e977c057a9
|
ICU-9101 merge branches/markus/collv2@35225 into the trunk
X-SVN-Rev: 35227
|
2014-02-25 21:21:49 +00:00 |
|
Travis Keep
|
53ababf5a7
|
ICU-10461 Make NumberFormat::createInstance() and PluralRules::forLocale() 10X faster than before for most common types. Provide internal createSharedInstance() for NumberFormat and SharedFormat for internal use that is 2 orders of magnitude faster than before.
X-SVN-Rev: 35114
|
2014-02-10 19:13:50 +00:00 |
|
Travis Keep
|
ab9706155a
|
ICU-10640 Attempt to fix broken build.
X-SVN-Rev: 35073
|
2014-02-04 02:16:23 +00:00 |
|
Travis Keep
|
1f93b4c481
|
ICU-10646 Attempt to fix broken build.
X-SVN-Rev: 35019
|
2014-01-29 05:52:11 +00:00 |
|
Travis Keep
|
32fd3380c0
|
ICU-8464 Attempt to fix windows broken build.
X-SVN-Rev: 34690
|
2013-11-22 21:53:59 +00:00 |
|
Travis Keep
|
089a6434ac
|
ICU-8464 Add relative date formatting.
X-SVN-Rev: 34686
|
2013-11-22 18:26:22 +00:00 |
|
Travis Keep
|
9fa0f4299d
|
ICU-10468 Fix applyPattern so that it resets the padding character.
X-SVN-Rev: 34578
|
2013-10-17 18:44:44 +00:00 |
|
Michael Ow
|
4566c7282c
|
ICU-10483 Update ICU4C to 53.0.1
X-SVN-Rev: 34543
|
2013-10-10 18:17:16 +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 |
|
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 |
|
Travis Keep
|
ecd7ea193b
|
ICU-10274 Add compound duration formatting for C++
X-SVN-Rev: 33986
|
2013-07-25 16:36:25 +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 |
|
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 |
|
Michael Ow
|
4b966aacc4
|
ICU-10083 Update version number to 52.0.1 and update timebombs
X-SVN-Rev: 33604
|
2013-05-07 19:53:34 +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
|
47c5a5aa61
|
ICU-9616 Add DangiCalendar & tests, port from J to C
X-SVN-Rev: 33267
|
2013-02-18 23:36:57 +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 |
|
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 |
|
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 |
|
Michael Ow
|
e376e476af
|
ICU-9543 Add compactdecimalformat information to MSVC project files
X-SVN-Rev: 32832
|
2012-11-14 23:02:46 +00:00 |
|
Steven R. Loomis
|
caf814a5db
|
ICU-9721 bump versions to 51.0.1
X-SVN-Rev: 32811
|
2012-11-13 23:10:20 +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 |
|
Markus Scherer
|
345df05de0
|
ICU-9598 add new *gender* files to .vcxproj
X-SVN-Rev: 32538
|
2012-10-07 00:35:07 +00:00 |
|
Michael Ow
|
f75135af94
|
ICU-9529 Add missing header files to the appropriate project files
X-SVN-Rev: 32424
|
2012-09-25 16:16:00 +00:00 |
|
Michael Ow
|
bbad39b77a
|
ICU-9232 Update version in ICU4C to 50.0.1 and update time bombs
X-SVN-Rev: 31725
|
2012-04-18 17:03:06 +00:00 |
|
Michael Ow
|
62f31776b0
|
ICU-8513 Fix MSVC project and solution file errors
X-SVN-Rev: 31505
|
2012-02-24 15:50:41 +00:00 |
|
Yoshito Umaoka
|
1641940f00
|
ICU-8513 Merging TimeZoneNames/TimeZoneFormat APIs (as 49 technology preview) into trunk.
X-SVN-Rev: 31469
|
2012-02-21 11:06:50 +00:00 |
|
Andy Heninger
|
b8315ecf6a
|
ICU-8826 Regex case insensitive match fixes; also fixes #6074, hitEnd() sometimes fails.
X-SVN-Rev: 31233
|
2012-01-20 00:50:02 +00:00 |
|
John Emmons
|
c651458559
|
ICU-8656 Implement NumberingSystem::getAvailableNames()
X-SVN-Rev: 30476
|
2011-08-08 16:03:37 +00:00 |
|
Michael Ow
|
65629eb419
|
ICU-8635 Update ICU4C version to 49.0.1 (49M1)
X-SVN-Rev: 30216
|
2011-06-14 00:00:57 +00:00 |
|
Michael Ow
|
310c23c24e
|
ICU-8578 Apply patch to fix some compiler warnings and related issues
X-SVN-Rev: 30205
|
2011-06-10 18:56:08 +00:00 |
|
Steven R. Loomis
|
625b955e7d
|
ICU-8428 update windows version#
X-SVN-Rev: 30079
|
2011-05-10 17:17:39 +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 |
|