Markus Scherer
8543833fd7
ICU-12410 rename impl.CaseMap to impl.CaseMapImpl, avoid name collision with new text.CaseMap
...
X-SVN-Rev: 39645
2017-02-06 21:44:01 +00:00
Markus Scherer
96ad7e4a09
ICU-12410 minor API docs fixes
...
X-SVN-Rev: 39644
2017-02-06 21:21:52 +00:00
Markus Scherer
22702a020d
ICU-12410 back to non-static CaseMap with options but no locale; immutable class with setters that return new/other objects
...
X-SVN-Rev: 39636
2017-02-02 22:54:31 +00:00
Markus Scherer
f735836e1e
ICU-12410 switch CaseMap from ULocale to Locale (only)
...
X-SVN-Rev: 39634
2017-02-02 19:38:50 +00:00
Craig Cornelius
c21c41ac03
ICU-12824 Update escape sequences for JavaDoc
...
X-SVN-Rev: 39610
2017-01-28 00:31:16 +00:00
Peter Edberg
1e63072ce8
ICU-12948 Pass two preliminary integration of CLDR 31 @13194
...
X-SVN-Rev: 39604
2017-01-27 05:21:21 +00:00
Markus Scherer
2fe503c981
ICU-12410 start to port class CaseMap to Java; make case mapping impl code work with CharSequence & Appendable
...
X-SVN-Rev: 39603
2017-01-25 23:52:55 +00:00
Peter Edberg
e0f3d87e99
ICU-12948 First-pass preliminary integration of CLDR 31 @13174
...
X-SVN-Rev: 39601
2017-01-24 08:22:23 +00:00
Peter Edberg
7b33e586f5
ICU-12937 Withdraw MeasureUnit interfaces for coordinate units, and related data loading
...
X-SVN-Rev: 39599
2017-01-23 16:20:59 +00:00
Peter Edberg
8e2a943ae8
ICU-12948 Handle new KeyType values, codes
...
X-SVN-Rev: 39595
2017-01-22 09:21:04 +00:00
Markus Scherer
8e6641fb3c
ICU-12410 port class Edits to Java
...
X-SVN-Rev: 39590
2017-01-21 00:53:52 +00:00
Peter Edberg
183b124712
ICU-12940 Add "ars" as alias to "ar_SA" locale, to "ar" for coll/rbnf
...
X-SVN-Rev: 39587
2017-01-20 20:07:27 +00:00
Andy Heninger
82dfd8b26e
ICU-12873 Race Conditions in RuleBasedBreakIterator.
...
X-SVN-Rev: 39572
2017-01-17 23:13:25 +00:00
Peter Edberg
a238722264
ICU-12895 update release version to 59.0.1 for m1
...
X-SVN-Rev: 39562
2017-01-16 00:42:22 +00:00
George Rhoten
72280fb152
ICU-12713 Port fix for handling large magnitude numbers from ICU4J to ICU4C
...
X-SVN-Rev: 39560
2017-01-14 16:29:40 +00:00
George Rhoten
0b24b6a633
ICU-12874 Don't truncate small numbers with CompactDecimalFormat style rules represented in RBNF
...
X-SVN-Rev: 39557
2017-01-13 19:06:54 +00:00
Fredrik Roubert
48989879a8
ICU-12869 Don't use ordinal() to define public constants.
...
Review URL: https://codereview.appspot.com/317990043 .
X-SVN-Rev: 39525
2016-12-05 20:49:33 +00:00
Andy Heninger
ee80ecf6a7
ICU-12723 Remove double-checked locking in ICUNotifier.
...
X-SVN-Rev: 39503
2016-11-10 22:32:56 +00:00
Yoshito Umaoka
a8e45e3d32
ICU-12780 Unicode copyright and SVN property fixes.
...
X-SVN-Rev: 39463
2016-10-17 22:40:40 +00:00
Andy Heninger
4e22ce5dc8
ICU-12797 RBBI rule compiler fix.
...
X-SVN-Rev: 39431
2016-10-10 21:46:04 +00:00
Yoshito Umaoka
c97eed26e6
ICU-12716 Corrected API comment for newly added hashCode() methods, added a test case for VersionInfo#hashCode() and updated coverage-exclusion.txt. Also updated the API change report and API signature file.
...
X-SVN-Rev: 39394
2016-09-29 10:50:23 +00:00
Norbert Runge
acbe642cbb
ICU-12761 Adds Unicode copyright notice.
...
X-SVN-Rev: 39389
2016-09-28 22:16:43 +00:00
Yoshito Umaoka
6ef22595ed
ICU-12585 Merging Stuart's work branch changes for re-enabling serialization tests. The change set also contains ICU 58 serialization test data for future releases (BRS).
...
X-SVN-Rev: 39377
2016-09-28 04:56:57 +00:00
Craig Cornelius
e13317152d
ICU-12716 Add hashCode to avoid compiler warnings
...
X-SVN-Rev: 39372
2016-09-28 01:13:19 +00:00
Craig Cornelius
f6e18517b1
ICU-12716 Fixes to remove ReferenceEquality warnings on compile
...
X-SVN-Rev: 39371
2016-09-28 00:39:19 +00:00
Markus Scherer
ecfeb4ac29
ICU-5456 minor changes for review feedback
...
X-SVN-Rev: 39364
2016-09-27 21:38:03 +00:00
Shane Carr
cd47bd50e6
ICU-12646 Handling out-of-bounds confusable entries in icu4j; see r39360 for icu4c.
...
X-SVN-Rev: 39363
2016-09-27 20:10:47 +00:00
Shane Carr
a1b7d39c3b
ICU-12646 Syncing spoof data binary file format description with icu4c.
...
X-SVN-Rev: 39361
2016-09-27 17:52:29 +00:00
Yoshito Umaoka
fd1fb653a9
ICU-12739 Fixed svn properties.
...
X-SVN-Rev: 39355
2016-09-26 21:45:06 +00:00
Yoshito Umaoka
bea0b2961d
ICU-12748 Removed @Override from a couple of methods added after Java 6.
...
X-SVN-Rev: 39347
2016-09-26 14:21:59 +00:00
Shane Carr
83bbd931ef
ICU-12549 Minor revisions to SpoofChecker comments and documentation.
...
X-SVN-Rev: 39344
2016-09-23 21:44:06 +00:00
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
George Rhoten
d303483ed5
ICU-12611 Remove dead code.
...
X-SVN-Rev: 38956
2016-07-07 14:38:11 +00:00
George Rhoten
485812384e
ICU-12611 Silence some issues found through static analysis.
...
X-SVN-Rev: 38955
2016-07-07 14:10:09 +00:00
George Rhoten
c3fc04f0e2
ICU-12611 Remove dead code.
...
X-SVN-Rev: 38954
2016-07-07 08:18:16 +00:00
George Rhoten
10407c6184
ICU-12611 Fix some issues found through static analysis.
...
X-SVN-Rev: 38953
2016-07-07 04:28:08 +00:00
Markus Scherer
3f6aa90cdb
ICU-12634 remove UResource.TableSink.enter() & leave()
...
X-SVN-Rev: 38952
2016-07-06 23:25:53 +00:00
Markus Scherer
9c875e067a
ICU-12634 remove UResource.ArraySink
...
X-SVN-Rev: 38951
2016-07-06 23:05:46 +00:00
Markus Scherer
ef25688440
ICU-12634 remove TableSink.getOrCreateArraySink()
...
X-SVN-Rev: 38950
2016-07-06 22:32:10 +00:00
Felipe Balbontín
e486897ced
ICU-12616 Update DateIntervalInfo to new version of ResourceSink.
...
X-SVN-Rev: 38945
2016-07-06 15:53:03 +00:00
George Rhoten
1234c9e54d
ICU-12611 Fix some issues found through static analysis.
...
X-SVN-Rev: 38939
2016-07-05 13:10:46 +00:00
George Rhoten
b592f5bfb7
ICU-12611 Fix some issues found through static analysis.
...
X-SVN-Rev: 38938
2016-07-03 17:20:51 +00:00
George Rhoten
5bb1e71bca
ICU-12611 Fix some issues found through static analysis.
...
X-SVN-Rev: 38937
2016-07-03 07:56:36 +00:00
George Rhoten
e6fc703918
ICU-12611 Improve code coverage
...
X-SVN-Rev: 38936
2016-07-02 17:10:14 +00:00
George Rhoten
3fe7709485
ICU-12611 Fix some issues found through static analysis.
...
X-SVN-Rev: 38935
2016-07-02 14:47:35 +00:00
Yoshito Umaoka
9365eef28f
ICU-12456 Fixed incorrect assert condition which caused jdktzCheck test failure.
...
X-SVN-Rev: 38892
2016-06-29 16:18:32 +00:00
Yoshito Umaoka
7e54878b26
ICU-12456 Fixed compiler warnings.
...
X-SVN-Rev: 38891
2016-06-29 15:19:27 +00:00
Yoshito Umaoka
688cbee0ce
ICU-12456 Organized imports. Updated save action to organize imports and remove trailing spaces. Updated copyright comment template.
...
X-SVN-Rev: 38890
2016-06-29 14:58:07 +00:00
kazède king
e489a8b318
ICU-12605 convert data enumeration to resource sink for TimeUnitFormat, Java
...
X-SVN-Rev: 38879
2016-06-24 00:59:03 +00:00
Craig Cornelius
d597a30abe
ICU-12413 Check in revised data loading
...
X-SVN-Rev: 38877
2016-06-24 00:25:45 +00:00
Michael Ow
7ef631ba4f
ICU-12564 Update copyright notice in ICU4J
...
X-SVN-Rev: 38875
2016-06-22 22:12:16 +00:00