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

/openjdk7/jdk/src/share/classes/sun/util/locale/
H A DBaseLocale.java171 private final boolean normalized; field in class:BaseLocale.Key
175 * Creates a Key. language and region must be normalized
186 this.normalized = true;
203 String variant, boolean normalized) {
242 this.normalized = normalized;
277 if (key.normalized) {
202 Key(String language, String script, String region, String variant, boolean normalized) argument
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipPath.java70 ZipPath(ZipFileSystem zfs, byte[] path, boolean normalized) argument
73 if (normalized)
190 return new ZipPath(zfs, t, true); // normalized
/openjdk7/jdk/src/share/classes/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
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DAbstractDateTimeDV.java101 * @param date1 normalized date representation of the first value
102 * @param date2 normalized date representation of the second value
184 * Given normalized values, determines order-relation between give date/time
397 data.normalized = false;
938 boolean normalized = true; field in class:AbstractDateTimeDV.DateTimeData
960 double second, int utc, String originalValue, boolean normalized, AbstractDateTimeDV type) {
1010 return normalized ? year : unNormYear;
1021 return normalized ? month : unNormMonth;
1032 return normalized ? day : unNormDay;
1043 return normalized
959 DateTimeData(int year, int month, int day, int hour, int minute, double second, int utc, String originalValue, boolean normalized, AbstractDateTimeDV type) argument
[all...]

Completed in 38 milliseconds