Searched defs:normalized (Results 1 - 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/java/time/chrono/
H A DChronoPeriod.java261 * Returns a copy of this period with the amounts of each unit normalized.
265 * normalized but the days are not, such that "15 months" would be
266 * normalized to "1 year and 3 months".
271 * unit normalized, not null
274 ChronoPeriod normalized(); method in interface:ChronoPeriod
H A DChronoPeriodImpl.java228 public ChronoPeriod normalized() { method in class:ChronoPeriodImpl
/libcore/ojluni/src/main/java/java/time/
H A DZoneId.java102 * Calling {@link #normalized()} on any {@code ZoneId} will ensure that a
125 * The offset is the suffix and will be normalized during creation.
126 * These IDs can be normalized to a {@code ZoneOffset} using {@code normalized()}.
160 * {@code hashCode}, {@code toString}, {@code getDisplayName} and {@code normalized}.
335 * and the normalized offset ID as per {@link ZoneOffset#getId()}.
561 * The returns a normalized {@code ZoneId} that can be used in place of this ID.
571 public ZoneId normalized() { method in class:ZoneId
H A DPeriod.java499 * The months unit is not automatically normalized with the years unit.
514 * The months unit is not automatically normalized with the years unit.
542 * The months unit is not automatically normalized with the years unit.
564 * The months unit is not automatically normalized with the years unit.
811 * Returns a copy of this period with the years and months normalized.
816 * "1 Year and 15 months" will be normalized to "2 years and 3 months".
819 * For example, a period of "1 year and -25 months" will be normalized to
824 * @return a {@code Period} based on this period with excess months normalized to years, not null
827 public Period normalized() { method in class:Period
/libcore/ojluni/src/main/java/sun/util/locale/
H A DBaseLocale.java172 private final boolean normalized; field in class:BaseLocale.Key
176 * Creates a Key. language and region must be normalized
187 this.normalized = true;
204 String variant, boolean normalized) {
243 this.normalized = normalized;
281 if (key.normalized) {
203 Key(String language, String script, String region, String variant, boolean normalized) argument
/libcore/ojluni/src/main/java/sun/util/calendar/
H A DCalendarDate.java51 * <code>CalendarDate</code> to <I>not normalized</I>. The
80 private boolean normalized; field in class:CalendarDate
118 normalized = false;
129 normalized = false;
137 normalized = false;
148 * <p>If this <code>CalendarDate</code> hasn't been normalized,
153 * normalized and the year of this <code>CalendarDate</code> is a
172 normalized = false;
180 normalized = false;
192 normalized
486 setNormalized(boolean normalized) argument
[all...]
H A DImmutableGregorianDate.java227 protected void setNormalized(boolean normalized) { argument

Completed in 265 milliseconds