Norbert Runge
8e8676c652
ICU-12706 unit test coverage for CompactDecimalFormat, CurrencyMetaINfo, DigitList.
...
One unreachable method removed in DigitList.
X-SVN-Rev: 39343
2016-09-23 21:36:04 +00:00
Craig Cornelius
a2e5325ea3
ICU-12748 Remove override that does not work with Java 1.6
...
X-SVN-Rev: 39337
2016-09-22 23:29:23 +00:00
Craig Cornelius
f7e4a8f205
ICU-12716 Resolved StringEquality issues reported by ErrorProne (Android)
...
X-SVN-Rev: 39334
2016-09-22 22:49:46 +00:00
Shane Carr
602c875b31
ICU-12549 Small documentation and comment fixes in Java SpoofChecker
...
X-SVN-Rev: 39327
2016-09-22 01:35:48 +00:00
Markus Scherer
588f393cec
ICU-12746 avoid checking for possibly-interned String; instead store the no-inheritance-marker as itself, and check for that later
...
X-SVN-Rev: 39316
2016-09-21 20:21:09 +00:00
Craig Cornelius
c1425af28f
ICU-12748 Add @Overrides and fix whitespace, thanks to Eclipse
...
X-SVN-Rev: 39313
2016-09-21 19:55:37 +00:00
Yoshito Umaoka
96df443f84
ICU-12735 Merged ICU4J API promotion draft from the work branch to trunk, and updated the API change report with them.
...
X-SVN-Rev: 39312
2016-09-21 19:44:11 +00:00
Shane Carr
0004d39c91
ICU-12549 Changing deprecated SpoofChecker.getSkeleton API back to String instead of CharSequence
...
X-SVN-Rev: 39305
2016-09-21 00:24:05 +00:00
Yoshito Umaoka
8ebcc0b6d9
ICU-12739 Fixed a compiler warning and issues reported by Find Bugs.
...
X-SVN-Rev: 39302
2016-09-20 23:02:20 +00:00
Peter Edberg
7827611586
ICU-12739 ICU4J BRS, update measurement unit constants & code
...
X-SVN-Rev: 39299
2016-09-20 21:17:41 +00:00
Norbert Runge
d4d3c8f42b
ICU-12706 Merges files from the ICU4J unit test coverage fix-it branch into trunk.
...
X-SVN-Rev: 39291
2016-09-20 17:00:07 +00:00
Yoshito Umaoka
37e2574283
ICU-12739 Fixed some API doc issues and eased doclint option with Java 8.
...
X-SVN-Rev: 39290
2016-09-20 16:48:49 +00:00
Shane Carr
7209575d36
ICU-12670 Fix for #12670 and #12672
...
X-SVN-Rev: 39264
2016-09-16 19:54:32 +00:00
Peter Edberg
f46a0abfac
ICU-10368 Minor fix to headerdoc comments
...
X-SVN-Rev: 39256
2016-09-16 00:52:01 +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
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
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
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
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
Craig Cornelius
e864010e9a
ICU-12617 Removed use of CalendarData class
...
X-SVN-Rev: 39072
2016-08-19 01:18:44 +00:00
Craig Cornelius
f01381d093
ICU-12419 Remove unused variable
...
X-SVN-Rev: 39050
2016-08-12 23:28:51 +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
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
Shane Carr
49809b7559
ICU-11912 Removing unused method in TimeZoneNamesImpl.
...
X-SVN-Rev: 38966
2016-07-12 22:37:06 +00:00
Shane Carr
28ed27b463
ICU-11912 Updating Java TimeZoneNames data loading to new data sink API and preparing for port to C++.
...
X-SVN-Rev: 38959
2016-07-08 18:15:36 +00:00
Markus Scherer
9a0d14b2dc
ICU-12621 VersionInfo.UNICODE_VERSION add comment pointing to UCharacter.getUnicodeVersion()
...
X-SVN-Rev: 38957
2016-07-07 16:00:53 +00:00