mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 17:01:16 +00:00
ICU-11918 refresh API change report & API sig, fix for missing file for formatTests module test, and cleanup LocaleMatcher API change
X-SVN-Rev: 38017
This commit is contained in:
parent
09a524734f
commit
f3f355943b
5 changed files with 16 additions and 5 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -489,6 +489,7 @@ icu4j/tools/build/icu4j52.api3.gz -text
|
|||
icu4j/tools/build/icu4j53.api3.gz -text
|
||||
icu4j/tools/build/icu4j54.api3.gz -text
|
||||
icu4j/tools/build/icu4j55.api3.gz -text
|
||||
icu4j/tools/build/icu4j56.api3.gz -text
|
||||
tools/currency/.classpath -text
|
||||
tools/currency/.project -text
|
||||
tools/currency/.settings/org.eclipse.core.resources.prefs -text
|
||||
|
|
|
@ -430,12 +430,12 @@ MeasureUnit
|
|||
<ul>
|
||||
<li><span style='color:orange'>(draft)</span> public static final MeasureUnit CENTURY</li>
|
||||
<li><span style='color:orange'>(draft)</span> public static final MeasureUnit CUP_METRIC</li>
|
||||
<li><span style='color:orange'>(draft)</span> public static final MeasureUnit GENERIC</li>
|
||||
<li><span style='color:orange'>(draft)</span> public static final MeasureUnit GENERIC_TEMPERATURE</li>
|
||||
<li><span style='color:orange'>(draft)</span> public static final MeasureUnit KNOT</li>
|
||||
<li><span style='color:orange'>(draft)</span> public static final MeasureUnit LITER_PER_100KILOMETERS</li>
|
||||
<li><span style='color:orange'>(draft)</span> public static final MeasureUnit MILE_SCANDINAVIAN</li>
|
||||
<li><span style='color:orange'>(draft)</span> public static final MeasureUnit PINT_METRIC</li>
|
||||
<li><span style='color:orange'>(draft)</span> public static final MeasureUnit REVOLUTION</li>
|
||||
<li><span style='color:orange'>(draft)</span> public static final MeasureUnit REVOLUTION_ANGLE</li>
|
||||
</ul>
|
||||
VersionInfo
|
||||
<ul>
|
||||
|
@ -444,6 +444,6 @@ VersionInfo
|
|||
</ul>
|
||||
|
||||
<hr/>
|
||||
<p><i><font size="-1">Contents generated by ReportAPI tool on Wed Sep 23 00:44:12 EDT 2015<br/>Copyright (C) 2015, International Business Machines Corporation, All Rights Reserved.</font></i></p>
|
||||
<p><i><font size="-1">Contents generated by ReportAPI tool on Wed Sep 23 17:51:23 EDT 2015<br/>Copyright (C) 2015, International Business Machines Corporation, All Rights Reserved.</font></i></p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1678,6 +1678,9 @@
|
|||
<copy file="${icu4j.core-tests.dir}/src/com/ibm/icu/dev/test/format/NumberFormatTestCases.txt"
|
||||
todir="${module.tests.dir}/com/ibm/icu/dev/test/format"/>
|
||||
|
||||
<copy file="${icu4j.core-tests.dir}/src/com/ibm/icu/dev/data/numberformattestspecification.txt"
|
||||
todir="${module.tests.dir}/com/ibm/icu/dev/data"/>
|
||||
|
||||
</target>
|
||||
|
||||
<!-- Normalizer -->
|
||||
|
|
|
@ -51,7 +51,9 @@ public class LocaleMatcher {
|
|||
|
||||
/**
|
||||
* @internal
|
||||
* @deprecated This API is ICU internal only.
|
||||
*/
|
||||
@Deprecated
|
||||
public static final boolean DEBUG = false;
|
||||
|
||||
private static final ULocale UNKNOWN_LOCALE = new ULocale("und");
|
||||
|
@ -288,9 +290,11 @@ public class LocaleMatcher {
|
|||
}
|
||||
|
||||
/**
|
||||
* @internal
|
||||
* @internal
|
||||
* @deprecated This API is ICU internal only.
|
||||
*/
|
||||
public static class OutputDouble { // TODO, move to where OutputInt is
|
||||
@Deprecated
|
||||
private static class OutputDouble { // TODO, move to where OutputInt is
|
||||
double value;
|
||||
}
|
||||
|
||||
|
|
3
icu4j/tools/build/icu4j56.api3.gz
Normal file
3
icu4j/tools/build/icu4j56.api3.gz
Normal file
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b22ae3478b673666491a636ff66d3087700360bdeb2b788b500924364761a038
|
||||
size 54679
|
Loading…
Add table
Reference in a new issue