Markus Scherer
|
1442c4ffcd
|
ICU-9740 fix UnicodeString::getTerminatedBuffer() vs. truncated read-only alias
X-SVN-Rev: 34365
|
2013-09-17 21:44:35 +00:00 |
|
Markus Scherer
|
27e00900c8
|
ICU-9932 deprecate & disable cloning-into-user-buffer, except keep ucnv_safeClone() intact
X-SVN-Rev: 34359
|
2013-09-17 19:48:50 +00:00 |
|
Travis Keep
|
a99ea9c138
|
ICU-9946 Add test for ede case of formatting {0}, {1}, {2}
X-SVN-Rev: 34356
|
2013-09-17 18:01:18 +00:00 |
|
Scott Russell
|
c42e57a06c
|
ICU-10249 Implement new islamic calendar variants tbla, rgsa
X-SVN-Rev: 34354
|
2013-09-17 16:55:02 +00:00 |
|
Yoshito Umaoka
|
920dadff8d
|
ICU-10012 Disable EBCDIC Arabic/Hebrew detectors by default. Added APIs to enable/disable each charset and get currently active charsets.
X-SVN-Rev: 34350
|
2013-09-17 06:57:53 +00:00 |
|
Steven R. Loomis
|
f0dd9e78dc
|
ICU-10379 fixes for IBM i - passes all tests!
X-SVN-Rev: 34348
|
2013-09-17 06:31:09 +00:00 |
|
Steven R. Loomis
|
1f3a6bc750
|
ICU-9744 add more known issues, fix #include issue, remove unused output parameter.
also, delete trailing whitespace.
X-SVN-Rev: 34347
|
2013-09-17 06:26:26 +00:00 |
|
Steven R. Loomis
|
76fce4a987
|
ICU-9744 remove timebomb code, update docs for logKnownIssue and log_knownIssue
X-SVN-Rev: 34341
|
2013-09-17 00:55:39 +00:00 |
|
Steven R. Loomis
|
dcd43f9055
|
ICU-9744 improve logknownissue
X-SVN-Rev: 34340
|
2013-09-17 00:21:47 +00:00 |
|
Steven R. Loomis
|
7802f4a73b
|
ICU-9744 logKnownIssue and log_knownIssue for ICU4C
X-SVN-Rev: 34335
|
2013-09-16 22:07:02 +00:00 |
|
Scott Russell
|
0e7c0d8716
|
ICU-10261 give DateFormat more granular leniency control (fix memory leak in test)
X-SVN-Rev: 34334
|
2013-09-16 21:57:44 +00:00 |
|
Scott Russell
|
570986cb96
|
ICU-10261 give DateFormat more granular leniency control (fix failing test on non-Windows platform)
X-SVN-Rev: 34329
|
2013-09-16 14:29:41 +00:00 |
|
Scott Russell
|
e22e451cd8
|
ICU-10261 give DateFormat more granular leniency control (updated tests didn't get committed)
X-SVN-Rev: 34328
|
2013-09-16 13:43:10 +00:00 |
|
Markus Scherer
|
86472cec4b
|
ICU-10277 disable Basque (eu) test case: there is no Basque collation data, it falls back to the default locale, that makes the test flaky
X-SVN-Rev: 34321
|
2013-09-13 22:43:09 +00:00 |
|
Steven R. Loomis
|
e46f248a50
|
ICU-10357 fix from review comment
X-SVN-Rev: 34312
|
2013-09-13 18:38:36 +00:00 |
|
Markus Scherer
|
59b210409f
|
ICU-9915 add comment about test case
X-SVN-Rev: 34309
|
2013-09-13 17:09:57 +00:00 |
|
Steven R. Loomis
|
625aaa18c7
|
ICU-10379 IBM i - make tests run without any special options, update readme
X-SVN-Rev: 34300
|
2013-09-13 05:48:16 +00:00 |
|
Markus Scherer
|
9ef3145fbc
|
ICU-9915 do not mask off the continuation bits and then later test this masked CE value for isContinuation()
X-SVN-Rev: 34298
|
2013-09-13 03:07:39 +00:00 |
|
Jonathan Lai
|
5bc9c3dcdb
|
ICU-10379 add missing #include <stdio.h>
X-SVN-Rev: 34295
|
2013-09-12 23:54:19 +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 |
|
Andy Heninger
|
5b0592af79
|
ICU-10273 Investigate Sparc test failure.
X-SVN-Rev: 34286
|
2013-09-12 17:16:52 +00:00 |
|
Steven R. Loomis
|
bbc0a17a8e
|
ICU-10379 fixes for IBM i - ambiguous types
X-SVN-Rev: 34285
|
2013-09-12 06:29:39 +00:00 |
|
Steven R. Loomis
|
b258b9a07b
|
ICU-10273 fix compilation failure in test- need LL for long long
X-SVN-Rev: 34284
|
2013-09-12 05:49:49 +00:00 |
|
Steven R. Loomis
|
fd0e17c682
|
ICU-10379 fixes for IBM i - asciism, fix some test cases
X-SVN-Rev: 34281
|
2013-09-12 01:27:29 +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 |
|
Michael Ow
|
6bef61a350
|
ICU-10161 Delete number format after use
X-SVN-Rev: 34269
|
2013-09-11 17:49:34 +00:00 |
|
Andy Heninger
|
90522bf7b1
|
ICU-10273 add DecimalFormat::getFixedDecimal(Formattable &)
X-SVN-Rev: 34267
|
2013-09-11 01:17:28 +00:00 |
|
Michael Ow
|
90fd46df00
|
ICU-10345 Call adoptInstead instead of orphan to avoid memory leak
X-SVN-Rev: 34264
|
2013-09-11 00:03:06 +00:00 |
|
Peter Edberg
|
33c679b135
|
ICU-10065 Delete redundant LOW_K row in dtTypes[]
X-SVN-Rev: 34262
|
2013-09-10 21:29:14 +00:00 |
|
Peter Edberg
|
a6e8bf3f32
|
ICU-10065 Better sanity checks and error logging in testAllFieldPatterns
X-SVN-Rev: 34261
|
2013-09-10 20:34:57 +00:00 |
|
Peter Edberg
|
ebea161b11
|
ICU-10065 In DateTimePatternGenerator, add support for pattern chars K,O,X,x, adjust support for V
X-SVN-Rev: 34256
|
2013-09-10 07:51:38 +00:00 |
|
John Emmons
|
a869b0d483
|
ICU-10335 Merge completed CLDR24 branch into trunk.
X-SVN-Rev: 34238
|
2013-09-07 20:46:42 +00:00 |
|
Andy Heninger
|
4d9fad13ef
|
ICU-10273 Plural Rules Fixed Decimal, improve handling of NaN and Infinity
X-SVN-Rev: 34225
|
2013-09-06 20:02:42 +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
|
bcfcd53be9
|
ICU-10161 trimMarksFromAffix must trim all marks; update "ar" number patterns to latest
X-SVN-Rev: 34203
|
2013-09-05 22:13:07 +00:00 |
|
Steven R. Loomis
|
e5fac0714c
|
ICU-10345 make formatting of a Formattable currency thread safe.. by cloning. makes unum_formatDoubleCurrency also slow.
X-SVN-Rev: 34200
|
2013-09-05 05:32:56 +00:00 |
|
Steven R. Loomis
|
7a9480becc
|
ICU-10357 only show 'are you missing data' once
X-SVN-Rev: 34197
|
2013-09-05 03:55:29 +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 |
|
Markus Scherer
|
e77aa2a82f
|
ICU-10142 BidiCharacterTest.txt field 0 is always a code point string
X-SVN-Rev: 34151
|
2013-08-30 20:27:29 +00:00 |
|
Markus Scherer
|
90b538ae3f
|
ICU-10142 implement Unicode 6.3 bidi algorithm additions: merge icu/branches/mati/uba63 into trunk, merge new test for BidiCharacterTest.txt into bidiconf.cpp
X-SVN-Rev: 34147
|
2013-08-30 16:32:45 +00:00 |
|
Peter Edberg
|
b6dcdfcd25
|
ICU-10176 No line break in $SY $HL; update tests accordingly
X-SVN-Rev: 34142
|
2013-08-30 05:51:27 +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
|
6ddf597269
|
ICU-10273 fix bug in plural rules parser, caused failure of CompactDecimalFormatTest
X-SVN-Rev: 34111
|
2013-08-29 00:50:50 +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 |
|
Michael Ow
|
7b22c02d86
|
ICU-8449 Remove calendar instances after test
X-SVN-Rev: 34061
|
2013-08-17 19:37:46 +00:00 |
|
Andy Heninger
|
c3b0565eea
|
ICU-8449 fix broken build from earlier checkin.
X-SVN-Rev: 34054
|
2013-08-16 18:10:31 +00:00 |
|