John Emmons
f7d261ebbc
ICU-12091 Merge preliminary CLDR 29 data for 57m1
...
X-SVN-Rev: 38287
2016-02-05 04:12:07 +00:00
Peter Edberg
d63bc540ec
ICU-12133 (C) Change proportion-karat to concentr-karat, add 5 new units in CLDR 29
...
X-SVN-Rev: 38249
2016-02-02 00:38:16 +00:00
Michael Ow
8ac33b6a63
ICU-12083 Fix no data test errors
...
X-SVN-Rev: 38247
2016-02-01 18:02:21 +00:00
Michael Ow
a197e45227
ICU-12083 Fix bom in icu4c 57m1
...
X-SVN-Rev: 38246
2016-02-01 17:14:55 +00:00
Michael Ow
a264d8c41e
ICU-12083 Update header test cxxfile
...
X-SVN-Rev: 38245
2016-02-01 16:39:58 +00:00
Andy Heninger
7529fbd82b
ICU-12130 fix utext_extract() incorrect position on return.
...
X-SVN-Rev: 38233
2016-01-30 02:12:01 +00:00
Yoshito Umaoka
7567b72b14
ICU-11962 tzdata2016a updates to ICU4C
...
X-SVN-Rev: 38222
2016-01-28 23:59:32 +00:00
Markus Scherer
bb5f37a069
ICU-7457 replace MessageFormat with SimpleFormatter where easy; remove obsolete ChoiceFormat handling of currency names; move LocaleDisplayNames & ucurr from i18n to common
...
X-SVN-Rev: 38200
2016-01-26 22:56:59 +00:00
Michael Ow
4382bcac9f
ICU-9747 Fix build issues in MSVC 2015
...
X-SVN-Rev: 38198
2016-01-25 20:43:27 +00:00
Markus Scherer
57f01a8756
ICU-10896 turn SimplePatternFormatter into public SimpleFormatter
...
X-SVN-Rev: 38195
2016-01-23 05:20:23 +00:00
Peter Edberg
b15fd37fa9
ICU-12072 Flesh out tests for ureldatefmt_ APIs
...
X-SVN-Rev: 38192
2016-01-22 21:37:44 +00:00
Peter Edberg
50ea6cb008
ICU-12072 RelativeDateTimeFormatter: Improve C++ format API, add plain C API (part 1, structure)
...
X-SVN-Rev: 38189
2016-01-22 07:20:54 +00:00
Markus Scherer
c10fdc6e29
ICU-11802 add 4 Emoji properties from emoji-data.txt 2.0
...
X-SVN-Rev: 38183
2016-01-21 04:39:21 +00:00
Markus Scherer
1be318d2f9
ICU-12042 ures_getUnicodeString() and variants return bogus strings when an error occurred
...
X-SVN-Rev: 38160
2016-01-09 00:58:15 +00:00
Andy Heninger
c8d863f1d4
ICU-11851 NumberFormat API doc cleanup.
...
X-SVN-Rev: 38159
2016-01-08 22:21:51 +00:00
Markus Scherer
9eb5fc1b11
ICU-12032 rewrite SimplePatternFormatter: quoting like MessageFormat, shorter, create fewer objects
...
X-SVN-Rev: 38155
2016-01-07 00:20:53 +00:00
Michael Ow
53a0a74221
ICU-11669 Fix invalid character in project file
...
X-SVN-Rev: 38153
2016-01-06 19:10:24 +00:00
Michael Ow
4154ab3516
ICU-11669 Add language extension to DateIntervalFormat test source code file
...
X-SVN-Rev: 38152
2016-01-06 19:07:41 +00:00
Andy Heninger
3e1bf369df
ICU-11669 DateIntervalFormat::format() thread safety fixes.
...
X-SVN-Rev: 38151
2016-01-06 00:09:25 +00:00
Markus Scherer
758b66dbca
ICU-12030 MeasureFormat handle by-plural-form sideways-aliasing, by not bundling plural forms into a QuantityFormatter, port from Java
...
X-SVN-Rev: 38136
2015-12-16 04:41:33 +00:00
Andy Heninger
18450a9957
ICU-12028 Compiler warning cleanup.
...
X-SVN-Rev: 38116
2015-12-09 02:11:07 +00:00
Michael Ow
ea597d89d1
ICU-11961 Fix delete statement
...
X-SVN-Rev: 38111
2015-12-08 05:13:49 +00:00
Andy Heninger
f673fc0cf1
ICU-11961 tweak Windows project file for build breakage
...
X-SVN-Rev: 38109
2015-12-04 01:10:18 +00:00
Andy Heninger
d4e3d2c088
ICU-11961 Multi-thread slow tests TimeZoneFormatTest/TestTimeRoundTrip and CalendarLimitTest/TestLimits
...
X-SVN-Rev: 38108
2015-12-03 23:10:38 +00:00
Markus Scherer
5a7ff3049b
ICU-11986 MeasureFormat unit display patterns need to fall back to the parent locales per plural form, not as a set; add MeasureFormatTest::TestIndividualPluralFallback(); fix RelativeDateTimeFormatterTest::TestSerbianFallback() test data
...
X-SVN-Rev: 38103
2015-12-02 22:54:54 +00:00
Michael Ow
83732e4bec
ICU-11968 Fix test error on zos
...
X-SVN-Rev: 38092
2015-11-19 20:57:59 +00:00
Fredrik Roubert
25f9110090
ICU-11985 Handle 'j' and 'J' in date time pattern skeletons.
...
R=mark.edward.davis@gmail.com , markus.icu@gmail.com , pedberg@apple.com
Review URL: https://codereview.appspot.com/279780043 .
X-SVN-Rev: 38089
2015-11-18 12:29:17 +00:00
Michael Ow
a47a3679ac
ICU-11979 Fix max char size for iso-2022-kr in icu4c
...
X-SVN-Rev: 38086
2015-11-17 23:08:52 +00:00
Markus Scherer
147ca53163
ICU-11986 enumerate most of the measurement unit formatting data, rather than lookup-with-fallback for each piece; adds necessary fallback on leaf level
...
X-SVN-Rev: 38082
2015-11-12 22:09:04 +00:00
Andy Heninger
8dba7301b7
ICU-11554 Fix regex bug with look-behind matching & UTF-8 input.
...
X-SVN-Rev: 38056
2015-10-09 20:01:46 +00:00
Andy Heninger
5f297b7ad2
ICU-11856 Intltest messages, use system codepage conversion.
...
X-SVN-Rev: 38055
2015-10-09 18:14:23 +00:00
Andy Heninger
0464cceedf
ICU-11857 Add CStr class for easier UnicodeString to char * conversions.
...
X-SVN-Rev: 38054
2015-10-09 17:53:44 +00:00
Andy Heninger
9b8403900a
ICU-11507 Regex, fix problem with backrefs of unpaired surrogates.
...
X-SVN-Rev: 38038
2015-10-06 23:59:28 +00:00
Andy Heninger
1c869c6791
ICU-11657 Synchronize intltest message output.
...
X-SVN-Rev: 38036
2015-10-06 23:13:49 +00:00
Michael Ow
04b5b54998
ICU-11869 Update 2022 code in ICU4C
...
X-SVN-Rev: 38014
2015-09-23 20:49:25 +00:00
Peter Edberg
10053e8a55
ICU-11929 (C) Rename MeasureUnit methods createGeneric, createRevolution
...
X-SVN-Rev: 38009
2015-09-23 18:32:26 +00:00
Markus Scherer
436f13cb31
ICU-11917 ICU 56 dependencies updates
...
X-SVN-Rev: 37995
2015-09-22 21:52:06 +00:00
Michael Ow
0f3551c762
ICU-11917 Check in some uconfig test error fixes
...
X-SVN-Rev: 37986
2015-09-22 16:24:52 +00:00
Michael Ow
fdd235d5e5
ICU-11917 Fix no data test errors in ICU4C 56
...
X-SVN-Rev: 37981
2015-09-22 04:02:11 +00:00
Scott Russell
c179cf974c
ICU-11572 API proposal updates for approved constants
...
X-SVN-Rev: 37961
2015-09-16 00:14:58 +00:00
Steven R. Loomis
39f7040439
ICU-11886 unsafe-backward set, review comments
...
. remove #if 0's and stray comments
. cleanup UnicodeSet docs (deserialize does not freeze)
. remove dead code in collationdatareader.cpp
X-SVN-Rev: 37960
2015-09-15 21:42:56 +00:00
Markus Scherer
536f59d246
ICU-11886 simple test case for the UnicodeSet.toPattern() problem, to be fixed with ticket #11891
...
X-SVN-Rev: 37954
2015-09-14 23:22:05 +00:00
Peter Edberg
525a00b02e
ICU-11750 Improve comments again
...
X-SVN-Rev: 37951
2015-09-13 18:58:19 +00:00
Peter Edberg
ae7f45d5c1
ICU-11750 For Indic search: Allow match end at normalization boundary in middle of grapheme cluster
...
X-SVN-Rev: 37949
2015-09-13 07:43:51 +00:00
Markus Scherer
69543d559e
ICU-11016 add support for minimum grouping digits (technology preview, not using CLDR data yet)
...
X-SVN-Rev: 37946
2015-09-11 19:18:00 +00:00
Steven R. Loomis
98f5987b43
ICU-11248 use '@ss=' and not x-uli
...
remove an old test hack.
X-SVN-Rev: 37940
2015-09-10 07:00:30 +00:00
Steven R. Loomis
9ab86aaddb
ICU-11786 fix FilteredBreakIterator::last()
...
* last() was defective
* update the test case
* remove the logknownissue
X-SVN-Rev: 37936
2015-09-10 06:00:44 +00:00
Peter Edberg
5d1a2fa6bd
ICU-11787 Add support for UNUM_CURRENCY_STANDARD and locale u-ext key -cf- (C)
...
X-SVN-Rev: 37935
2015-09-10 05:40:20 +00:00
Steven R. Loomis
03bf2882a9
ICU-11886 workaround for test failures- disable TestUCAUnsafeBackwards on Windows
...
X-SVN-Rev: 37932
2015-09-10 02:35:00 +00:00
Steven R. Loomis
94fe10c710
ICU-11886 Speed up ucol_open by 21%
...
* implement a deserialize constructor for UnicodeSet
* add test cases for same
* add a generator (`gencolusb`) which can build `source/i18n/collunsafe.h`
* Note that for bootstrapping `collunsafe.h` can be truncated (zero length).
X-SVN-Rev: 37929
2015-09-10 01:39:06 +00:00