Yoshito Umaoka
|
ea5191f884
|
ICU-13005 Organized import statements.
X-SVN-Rev: 39956
|
2017-03-29 14:56:11 +00:00 |
|
Shane Carr
|
6616bebf9f
|
ICU-13060 One more tweak to CurrencyUsage override for backwards compatibility.
X-SVN-Rev: 39955
|
2017-03-29 07:37:12 +00:00 |
|
Shane Carr
|
bd7655a38e
|
ICU-13060 Minor tweak to CurrencyUsage override; allows CurrencyUsage without a currency pattern.
X-SVN-Rev: 39954
|
2017-03-29 06:33:41 +00:00 |
|
Shane Carr
|
08dcc7e82e
|
ICU-13060 Documentation and parsing whitespace/bidi tweaks.
X-SVN-Rev: 39951
|
2017-03-29 02:31:49 +00:00 |
|
Shane Carr
|
dd47bbc596
|
ICU-13060 Fixing tags in DecimalFormat.java
X-SVN-Rev: 39950
|
2017-03-28 16:30:57 +00:00 |
|
Shane Carr
|
dd892f9e2b
|
ICU-13060 Adding file-level documentation back to DecimalFormat.
X-SVN-Rev: 39949
|
2017-03-28 04:33:32 +00:00 |
|
Shane Carr
|
626ee51728
|
ICU-13060 Addressing comments from #11649 and #11816
X-SVN-Rev: 39947
|
2017-03-27 23:06:56 +00:00 |
|
Yoshito Umaoka
|
726591846a
|
ICU-13005 Refreshed ICU4J API change report.
X-SVN-Rev: 39946
|
2017-03-27 19:51:39 +00:00 |
|
Yoshito Umaoka
|
059c0d04e1
|
ICU-12812 Fixed a Javadoc syntax issue in the API comment for method distance(ULocale,ULocale).
X-SVN-Rev: 39945
|
2017-03-27 19:26:57 +00:00 |
|
Yoshito Umaoka
|
c0007833e1
|
ICU-7467 Added @internal NumberFormat#getPatternForStyle and reverted API signature of NumberFormat#getPattern, so we don't need to change API signature of existing @stable API.
X-SVN-Rev: 39944
|
2017-03-27 19:13:58 +00:00 |
|
Shane Carr
|
320df6aa71
|
ICU-13060 Moving ShanesDataDrivenTestUtility.java into NumberFormatDataDrivenTest.java and fixing small parsing bug.
X-SVN-Rev: 39938
|
2017-03-25 08:06:48 +00:00 |
|
Shane Carr
|
7cfbb489bd
|
ICU-13060 Fixing hash code iteration order issues (#13065) and signAlwaysShown parsing.
X-SVN-Rev: 39937
|
2017-03-25 07:41:42 +00:00 |
|
Shane Carr
|
3802e8b81b
|
ICU-13060 Fixing string == in IntlTestDecimalFormatAPI*.java.
X-SVN-Rev: 39934
|
2017-03-24 22:21:04 +00:00 |
|
Shane Carr
|
3998c8780f
|
ICU-13060 Adding tech preview for setSignAlwaysShown() and moving SignificantDigitsMode from internal class to public DecimalFormat (as @internal tech preview).
X-SVN-Rev: 39933
|
2017-03-24 22:04:22 +00:00 |
|
Shane Carr
|
2e887df8b8
|
ICU-13060 Adding tech preview for setSignAlwaysShown() and moving SignificantDigitsMode from internal class to public DecimalFormat (as @internal tech preview).
X-SVN-Rev: 39932
|
2017-03-24 22:03:50 +00:00 |
|
Andy Heninger
|
da410e89ee
|
ICU-13060 Remove random 200B in a URL
X-SVN-Rev: 39930
|
2017-03-24 20:40:12 +00:00 |
|
Andy Heninger
|
164a35ca2e
|
ICU-13058 ICU4J data refresh to pick up RBBI rule updates, RBBI monkey test fixes.
X-SVN-Rev: 39929
|
2017-03-24 19:38:57 +00:00 |
|
Peter Edberg
|
9711357617
|
ICU-12994 Have C++ ListFormatter use ures_getAllItemsWithFallback to load resources; add tests for C and J
X-SVN-Rev: 39926
|
2017-03-24 08:13:10 +00:00 |
|
Shane Carr
|
b8bd58ee7f
|
ICU-13060 Additional Coverity fixes for DecimalFormat.
X-SVN-Rev: 39924
|
2017-03-24 03:47:27 +00:00 |
|
Shane Carr
|
3d1d6e5103
|
ICU-13060 Assorted FindBugs fixes for DecimalFormat. Moving old implementation to core-tests project.
X-SVN-Rev: 39923
|
2017-03-24 02:43:54 +00:00 |
|
Mark Davis
|
82babe3c16
|
ICU-12812 clean up equals()
X-SVN-Rev: 39918
|
2017-03-23 15:16:26 +00:00 |
|
Yoshito Umaoka
|
f8add014b1
|
ICU-12812 Fixed javac compiler warnings, Eclipse complier warnings, javadoc warnings and issues found by FindBugs.
X-SVN-Rev: 39917
|
2017-03-23 06:50:00 +00:00 |
|
Markus Scherer
|
466a569c58
|
ICU-12900 mostly still Unicode 9.0 but Unicode 10 beta (20170322) segmentation & bidi data and draft emoji 5.0 (also 20170322)
X-SVN-Rev: 39915
|
2017-03-23 02:14:00 +00:00 |
|
Shane Carr
|
a47756d190
|
ICU-13060 Assorted test cases, @internal tags, and fixes for DecimalFormat.
X-SVN-Rev: 39908
|
2017-03-22 23:30:42 +00:00 |
|
Craig Cornelius
|
e5ea539acf
|
ICU-13002 Resolve ErrorProne warnings with MissingCasesInEnumSwitch
X-SVN-Rev: 39907
|
2017-03-22 23:13:23 +00:00 |
|
Craig Cornelius
|
8884844cab
|
ICU-13059 Resolve missing import in SignificantDigiesRounder.java, revealed by ErrorProne.
X-SVN-Rev: 39905
|
2017-03-22 22:16:29 +00:00 |
|
Yoshito Umaoka
|
74fa5c71cd
|
ICU-12922 Fixed javadoc warnings (empty <p> tags)
X-SVN-Rev: 39904
|
2017-03-22 21:28:35 +00:00 |
|
Yoshito Umaoka
|
c2ae4efe13
|
ICU-13052 Promoted previously draft APIs to stable for ICU4J 59.1 release.
X-SVN-Rev: 39903
|
2017-03-22 21:11:13 +00:00 |
|
Yoshito Umaoka
|
9f5338a6c0
|
ICU-13052 Updated the API status of Date format fields AM_PM_MIDNIGHT_NOON and FLEXIBLE_DAY_PERIOD.
X-SVN-Rev: 39902
|
2017-03-22 20:49:24 +00:00 |
|
Yoshito Umaoka
|
83ddd2563b
|
ICU-12816 tzdata2017b to ICU4C/ICU4J.
X-SVN-Rev: 39889
|
2017-03-20 23:39:46 +00:00 |
|
Shane Carr
|
229389832c
|
ICU-7467 Reverting unintentional changes in r39877 to test launch configuration files.
X-SVN-Rev: 39887
|
2017-03-20 22:16:19 +00:00 |
|
Yoshito Umaoka
|
2879c80793
|
ICU-13052 ICU4J 59 API promotion draft.
X-SVN-Rev: 39886
|
2017-03-20 20:23:23 +00:00 |
|
Yoshito Umaoka
|
634c4a2023
|
ICU-12812 Fixed some build and test issues introduced by LoicaleMatcher changes (and DecimalFormat changes done by #7467)
X-SVN-Rev: 39883
|
2017-03-20 16:09:08 +00:00 |
|
Peter Edberg
|
8529f1b528
|
ICU-13005 Integrate data from CLDR final release-31; known issue with sw negative CompactDecimals
X-SVN-Rev: 39882
|
2017-03-20 04:22:36 +00:00 |
|
Shane Carr
|
d532f48e17
|
ICU-7467 Commenting out Java 8 java.lang.reflect.Parameter dependency in test case
X-SVN-Rev: 39881
|
2017-03-19 12:58:54 +00:00 |
|
Mark Davis
|
1492fbd84c
|
ICU-12812 add remove() for old Java
X-SVN-Rev: 39880
|
2017-03-19 06:43:24 +00:00 |
|
Mark Davis
|
0532404ce9
|
ICU-12812 remove dependency on Predicate
X-SVN-Rev: 39879
|
2017-03-19 05:53:16 +00:00 |
|
Mark Davis
|
7a7620e5fc
|
ICU-12812 disable timing test
X-SVN-Rev: 39878
|
2017-03-18 08:53:09 +00:00 |
|
Shane Carr
|
dbcae565a2
|
ICU-7467 Merging ICU4J decimal format overhaul from branch to trunk.
X-SVN-Rev: 39877
|
2017-03-18 03:32:40 +00:00 |
|
Andy Heninger
|
6fc65490f2
|
ICU-7467 Revert failing merge of new decimal format.
X-SVN-Rev: 39869
|
2017-03-18 00:27:51 +00:00 |
|
Shane Carr
|
7849d4bd06
|
ICU-7467 Merging branch to trunk 4
X-SVN-Rev: 39866
|
2017-03-17 23:54:23 +00:00 |
|
Andy Heninger
|
fdbf36c544
|
ICU-13049 icu4j, update svn properties of files to match auto-props defaults. Fix one file with a Latin-1 copy right sign.
X-SVN-Rev: 39855
|
2017-03-17 22:30:26 +00:00 |
|
Mark Davis
|
3a18873d2c
|
ICU-12812 Add new implementation, but only expose a limited API as tech preview. Note the XCldrStub class to help migration from CLDR to ICU environment.
X-SVN-Rev: 39849
|
2017-03-17 12:48:31 +00:00 |
|
Markus Scherer
|
2928392042
|
ICU-12922 improve docs
X-SVN-Rev: 39828
|
2017-03-15 22:26:18 +00:00 |
|
Yoshito Umaoka
|
8afd3f9b68
|
ICU-12555 Fixed ArrayIndexOutOfBoundsException problem in StringSearch constructor caused by incorrect ce table length.
X-SVN-Rev: 39816
|
2017-03-15 07:20:13 +00:00 |
|
Yoshito Umaoka
|
76d9f7e502
|
ICU-12562 Applied the fix equivalent to the android patch to resolve TimeZone#getDefault() threading issue.
X-SVN-Rev: 39809
|
2017-03-15 01:27:58 +00:00 |
|
Yoshito Umaoka
|
6b64c3bbb8
|
ICU-12612 Removed unused/broken clover code coverage taget from build.xml
X-SVN-Rev: 39807
|
2017-03-15 00:43:54 +00:00 |
|
Yoshito Umaoka
|
8263cc5d75
|
ICU-12615 LocaleValidityChecker to handle the special case '-u-va-posix'
X-SVN-Rev: 39806
|
2017-03-15 00:32:31 +00:00 |
|
Yoshito Umaoka
|
10ae498198
|
ICU-12722 Added default case in a switch statement to resolve an ErrorProne and other static code analysis tool's warning.
X-SVN-Rev: 39804
|
2017-03-14 21:53:32 +00:00 |
|
Yoshito Umaoka
|
4868776250
|
ICU-12724 Do not lazily initialize CANONICAL_MAP / variantsToKeywords with potentially problematic initialization code.
X-SVN-Rev: 39802
|
2017-03-14 21:11:57 +00:00 |
|