Merge "Deprecate internal Calendar methods."
This commit is contained in:
@@ -18179,9 +18179,9 @@ package android.icu.util {
|
||||
method protected final void computeGregorianFields(int);
|
||||
method protected int computeGregorianMonthStart(int, int);
|
||||
method protected int computeJulianDay();
|
||||
method protected int computeMillisInDay();
|
||||
method protected deprecated int computeMillisInDay();
|
||||
method protected void computeTime();
|
||||
method protected int computeZoneOffset(long, int);
|
||||
method protected deprecated int computeZoneOffset(long, int);
|
||||
method public int fieldDifference(java.util.Date, int);
|
||||
method protected java.lang.String fieldName(int);
|
||||
method protected static final long floorDivide(long, long);
|
||||
|
||||
@@ -19394,9 +19394,9 @@ package android.icu.util {
|
||||
method protected final void computeGregorianFields(int);
|
||||
method protected int computeGregorianMonthStart(int, int);
|
||||
method protected int computeJulianDay();
|
||||
method protected int computeMillisInDay();
|
||||
method protected deprecated int computeMillisInDay();
|
||||
method protected void computeTime();
|
||||
method protected int computeZoneOffset(long, int);
|
||||
method protected deprecated int computeZoneOffset(long, int);
|
||||
method public int fieldDifference(java.util.Date, int);
|
||||
method protected java.lang.String fieldName(int);
|
||||
method protected static final long floorDivide(long, long);
|
||||
|
||||
@@ -18197,9 +18197,9 @@ package android.icu.util {
|
||||
method protected final void computeGregorianFields(int);
|
||||
method protected int computeGregorianMonthStart(int, int);
|
||||
method protected int computeJulianDay();
|
||||
method protected int computeMillisInDay();
|
||||
method protected deprecated int computeMillisInDay();
|
||||
method protected void computeTime();
|
||||
method protected int computeZoneOffset(long, int);
|
||||
method protected deprecated int computeZoneOffset(long, int);
|
||||
method public int fieldDifference(java.util.Date, int);
|
||||
method protected java.lang.String fieldName(int);
|
||||
method protected static final long floorDivide(long, long);
|
||||
|
||||
Reference in New Issue
Block a user