Searched refs:normalized (Results 1 - 12 of 12) sorted by relevance

/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/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/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...]
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DRFC2253Parser.java47 * @return normalized string
55 String normalized = normalize(dn);
57 return rfctoXML(normalized);
64 * @return normalized string
71 String normalized = normalize(dn);
73 return xmltoRFC(normalized);
80 * @return normalized string
120 * @return normalized string
150 * @return normalized string
177 * @return normalized strin
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/sourcemodel/
H A DPolicyModelTranslator.java48 * This class provides a method for translating a {@link PolicySourceModel} structure to a normalized {@link Policy} expression.
81 final List<RawPolicy> allNestedPolicies = new LinkedList<RawPolicy>(); // used to track the nested policies which need to be normalized
198 * The method translates {@link PolicySourceModel} structure into normalized {@link Policy} expression. The resulting Policy
201 * @param model the model to be translated into normalized policy expression. Must not be {@code null}.
202 * @return translated policy expression in it's normalized form.
372 final List<PolicyAssertion> normalized = normalizeRawAssertion(rawAssertion);
375 if (normalized.size() == 1) {
376 normalizedContentBase.addAll(normalized);
378 normalizedContentOptions.add(normalized);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLScanner.java761 * non-normalized value.
1054 * The returned string is normalized according to the following rule,
1058 * identifier must be normalized to single space characters (#x20), and
1190 * @param buf2 the character buffer to append non-normalized chars to
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/datatype/
H A DXMLGregorianCalendarImpl.java1524 XMLGregorianCalendar normalized = normalizeToTimezone(timezone);
1528 normalized.setTimezone(DatatypeConstants.FIELD_UNDEFINED);
1533 normalized.setMillisecond(DatatypeConstants.FIELD_UNDEFINED);
1536 return normalized;
1571 * @param P calendar instance with normalized timezone offset or
1573 * @param Q calendar instance with normalized timezone offset or
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMNormalizer.java86 * are normalized.
90 * present in the tree. The PSVI information is not exposed, normalized data (including element
269 * @return the normalized Node
412 // normalized subtree
413 System.out.println("***The children of {"+node.getNodeName()+"} are normalized");
1401 * any '\n' or '\r' characters on load those will be normalized.
1416 // specified attributes should already have a normalized form
1426 boolean normalized = false;
1431 normalized = true;
1434 normalized
[all...]
/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/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaValidator.java138 /** Feature identifier: expose schema normalized value */
816 // the normalized data for union will be send
1569 // returns the normalized string if possible, otherwise the original string
1577 // Note: data in EntityRef and CDATA is normalized as well
2517 // 4.1 The normalized value of that attribute information item must be valid with respect to the built-in QName simple type, as defined by String Valid (3.14.4);
2799 // 3 The item's normalized value must be locally valid with respect to that {type definition} as per String Valid (3.14.4).
2806 // store the normalized value
2881 // PSVI: attribute normalized value
2882 // NOTE: we always store the normalized value, even if it's invlid,
2884 // not valid, the normalized valu
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/opengl/J2D_GL/
H A Dglext.h3605 typedef void (APIENTRYP PFNGLVERTEXATTRIBPOINTERPROC) (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer);
3956 typedef void (APIENTRYP PFNGLVERTEXATTRIBPOINTERARBPROC) (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer);
6404 typedef void (APIENTRYP PFNGLVERTEXATTRIBARRAYOBJECTATIPROC) (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, GLuint buffer, GLuint offset);

Completed in 195 milliseconds