Yoshito Umaoka
126f75c3bd
ICU-12596 Re-enabled TestCollectionUtilitySpeed, but use logln instead of errln when performance rate is under the target number.
...
X-SVN-Rev: 39277
2016-09-19 15:39:33 +00:00
Peter Edberg
a216388882
ICU-12729 CLDR release-30-d02 integration, merge branch into trunk
...
X-SVN-Rev: 39272
2016-09-19 04:24:40 +00:00
Shane Carr
7209575d36
ICU-12670 Fix for #12670 and #12672
...
X-SVN-Rev: 39264
2016-09-16 19:54:32 +00:00
Yoshito Umaoka
7c9307678e
ICU-11679 Updated the coverge exclusion list to include new Enums introduced in BidiTransform.
...
X-SVN-Rev: 39259
2016-09-16 16:41:02 +00:00
Peter Edberg
f46a0abfac
ICU-10368 Minor fix to headerdoc comments
...
X-SVN-Rev: 39256
2016-09-16 00:52:01 +00:00
Felipe Balbontín
770a95261f
ICU-12700 Update coverage exclusions on LocaleDisplayNames after implementation of Substitute Handling.
...
X-SVN-Rev: 39254
2016-09-16 00:26:11 +00:00
Markus Scherer
691744c120
ICU-5456 minor fixes parallel with C++, and no code coverage for implicit default constructors of all-static classes
...
X-SVN-Rev: 39252
2016-09-15 23:54:13 +00:00
Shane Carr
f13cbd3030
ICU-12549 Adding coverage for SpoofChecker.Builder copy constructor
...
X-SVN-Rev: 39247
2016-09-15 21:17:07 +00:00
Peter Edberg
9534ad1cf8
ICU-12047 Minor wording adjustment in toLocalizedPattern() headerdoc
...
X-SVN-Rev: 39245
2016-09-15 17:32:24 +00:00
Shane Carr
f8620a567b
ICU-12029 Measure unit display names, Java version.
...
X-SVN-Rev: 39242
2016-09-15 08:37:24 +00:00
Peter Edberg
bdde6c0c3b
ICU-12554 Fix test to compare the intended objects, instead of two identical objects
...
X-SVN-Rev: 39240
2016-09-15 05:29:13 +00:00
Peter Edberg
b581477ea0
ICU-12407 J, just add test for in DECIMAL-style formatter with applied currency pattern
...
X-SVN-Rev: 39239
2016-09-15 05:02:21 +00:00
Steven R. Loomis
ab8da082c7
ICU-12515 J fix - first() should just call delegate
...
there won't be a suppressed break at position 0. first() should just call into the delegate.
X-SVN-Rev: 39238
2016-09-15 04:29:23 +00:00
Yoshito Umaoka
4e29392bdd
ICU-12739 Update ICU4J version to 58.1 / 58rc.
...
X-SVN-Rev: 39235
2016-09-15 03:04:15 +00:00
Yoshito Umaoka
3af8fe0e81
ICU-11679 Fixed incorrect Java Doc comments and import (Direction)
...
X-SVN-Rev: 39233
2016-09-15 01:30:54 +00:00
Shane Carr
bdd4180fe1
ICU-12549 Actually removing IdentifierInfo class.
...
X-SVN-Rev: 39226
2016-09-14 22:05:34 +00:00
Shane Carr
f411942eb7
ICU-12549 Test coverage for SpoofChecker. Actually removing IdentifierInfo class.
...
X-SVN-Rev: 39225
2016-09-14 22:05:04 +00:00
Yoshito Umaoka
6fa604826e
ICU-11679 Merging BidiTransform work from Lina's work branch.
...
X-SVN-Rev: 39223
2016-09-14 20:58:05 +00:00
Shane Carr
8d59026fd4
ICU-12549 Updating SpoofChecker to latest Unicode specification (Java version).
...
X-SVN-Rev: 39219
2016-09-13 22:16:02 +00:00
Steven R. Loomis
12b103f98a
ICU-12515 fix errors in J filtered brk, enable @ss=
...
* fix errors in the filtered break implementation, sync with C
* sync rbbitst.txt with C
* enable 'en@ss=standard' syntax to enable filtered break
X-SVN-Rev: 39213
2016-09-13 20:08:10 +00:00
Shane Carr
b2b4154a9d
ICU-12422 Fixing affixes for CompactDecimalFormat for locales with different positive/negative formats
...
X-SVN-Rev: 39208
2016-09-13 19:01:56 +00:00
Felipe Balbontín
7429cff9c7
ICU-12700 Implement DisplayContext.Type.SUBSTITUTE_HANDLING on LocaleDisplayNames.
...
X-SVN-Rev: 39206
2016-09-13 15:56:04 +00:00
Yoshito Umaoka
72e1644c07
ICU-10368 String digit/symbol support in DecimalFormatSymbols - merged from the work branch.
...
X-SVN-Rev: 39202
2016-09-13 08:41:57 +00:00
Markus Scherer
5d9b98cbc3
ICU-5456 modern Greek toUpperCase(), remove most diacritics
...
X-SVN-Rev: 39178
2016-09-09 22:30:55 +00:00
George Rhoten
d77bd4cec6
ICU-12611 Fix some issues found through static analysis.
...
X-SVN-Rev: 39168
2016-09-09 14:58:06 +00:00
Markus Scherer
433f663108
ICU-12420 deprecate COUNT/LIMIT constants whose value may change
...
X-SVN-Rev: 39167
2016-09-09 03:43:28 +00:00
Craig Cornelius
4bf12725a1
ICU-12716 FindBugs fixes & comments for false-positive warnings
...
X-SVN-Rev: 39163
2016-09-08 20:47:47 +00:00
George Rhoten
08c37f83f0
ICU-12462 Slightly improve the power function performance.
...
X-SVN-Rev: 39161
2016-09-08 18:35:21 +00:00
George Rhoten
4bd854a73c
ICU-12462 Fix for large magnitude numbers. Prevent rounding errors when converting between long and double. Fallback to DecimalFormat behavior when outside of the positive 64 bit signed range instead of providing inaccurate results or exceptions.
...
X-SVN-Rev: 39159
2016-09-08 18:06:08 +00:00
Felipe Balbontín
5595faed12
ICU-12634 Remove type check left over from previous enumeration mechanism.
...
X-SVN-Rev: 39156
2016-09-08 01:06:49 +00:00
Felipe Balbontín
33dd922f4d
ICU-12676 Add substitute handling enum values to ICU4J.
...
X-SVN-Rev: 39152
2016-09-07 18:18:18 +00:00
George Rhoten
cfcd20f0f4
ICU-12611 Fix some issues found through static analysis.
...
X-SVN-Rev: 39151
2016-09-07 17:58:15 +00:00
Andy Heninger
510a7919a7
ICU-12502 remove obsolete comment re Script Extension is Provisional.
...
X-SVN-Rev: 39140
2016-09-06 22:42:24 +00:00
Craig Cornelius
e8235e7a1a
ICU-21666 Update coverage exclusion for RelativeDateTimeSink
...
X-SVN-Rev: 39104
2016-08-31 01:25:05 +00:00
Andy Heninger
7fbe4098b4
ICU-12664 ICU4J Break rules update for revised Emoji ZWJ sequences.
...
X-SVN-Rev: 39101
2016-08-30 23:59:23 +00:00
Markus Scherer
be2b7dc92e
ICU-12634 remove UResource.TableSink and ICUResourceBundle.getAllTableItems()
...
X-SVN-Rev: 39097
2016-08-30 20:58:54 +00:00
Felipe Balbontín
c1b7c99189
ICU-12591 Remove CalendarData.java and all the remaining references to the CalendarData class.
...
X-SVN-Rev: 39094
2016-08-29 20:53:20 +00:00
Craig Cornelius
74449b2e0c
ICU-12617 Revise loading of calendar data to consider arraytype and missing default
...
X-SVN-Rev: 39093
2016-08-29 16:40:15 +00:00
Craig Cornelius
45b5a2ec8a
ICU-12666 Update to use new sink methods for data loading. Remove use of CalendarData class
...
X-SVN-Rev: 39092
2016-08-29 16:19:07 +00:00
Felipe Balbontín
a64c50c570
ICU-12591 Remove CalendarData references from:
...
- DateIntervalFormat.java
- Calendar.java
X-SVN-Rev: 39081
2016-08-23 00:58:29 +00:00
Yoshito Umaoka
a65cc82e83
ICU-12671 Just updated the test cases to match the ICU4C changes r39076. ICU4J ULocale#toLanguageTag did not have the issue reported by #12671 .
...
X-SVN-Rev: 39077
2016-08-19 23:30:22 +00:00
Craig Cornelius
e864010e9a
ICU-12617 Removed use of CalendarData class
...
X-SVN-Rev: 39072
2016-08-19 01:18:44 +00:00
Markus Scherer
f4828feb07
ICU-12669 draft Emoji 4.0 properties data
...
X-SVN-Rev: 39068
2016-08-18 21:08:40 +00:00
Craig Cornelius
f01381d093
ICU-12419 Remove unused variable
...
X-SVN-Rev: 39050
2016-08-12 23:28:51 +00:00
Peter Edberg
e271d8a317
ICU-12667 Add DateTimePatternGenerator.getAppendFormatNumber test for coverage
...
X-SVN-Rev: 39039
2016-08-11 07:33:39 +00:00
Peter Edberg
9f86c49c46
ICU-12667 Resture version of DateTimePatternGenerator.getAppendFormatNumber that takes String (used by CLDR)
...
X-SVN-Rev: 39029
2016-08-09 22:41:36 +00:00
Steven R. Loomis
5a2700f313
ICU-12452 update LICENSE to not have BOM (copy from r39020)
...
X-SVN-Rev: 39021
2016-07-27 23:35:04 +00:00
Shane Carr
e8c36f0d04
ICU-11912 Adding test coverage for TimeZoneNames.getAvailableMetaZoneIDs()
...
X-SVN-Rev: 39012
2016-07-21 21:37:32 +00:00
Craig Cornelius
25bcac3c50
ICU-12149 Check in fixes, reviewed.
...
X-SVN-Rev: 39000
2016-07-20 01:35:01 +00:00
Yoshito Umaoka
534eeba09e
ICU-12047 Added a note in SimpleDateForamt#toLocalizedPattern() API doc.
...
X-SVN-Rev: 38975
2016-07-18 17:12:57 +00:00