Searched refs:constraintType (Results 1 - 14 of 14) sorted by relevance

/openjdk10/jdk/src/java.base/share/classes/sun/security/x509/
H A DRFC822Name.java184 int constraintType;
186 constraintType = NAME_DIFF_TYPE;
188 constraintType = NAME_DIFF_TYPE;
195 constraintType = NAME_MATCH;
199 constraintType = NAME_SAME_TYPE;
201 constraintType = NAME_WIDENS;
205 constraintType = NAME_WIDENS;
207 constraintType = NAME_SAME_TYPE;
213 constraintType = NAME_SAME_TYPE;
215 constraintType
[all...]
H A DX400Address.java400 int constraintType;
402 constraintType = NAME_DIFF_TYPE;
404 constraintType = NAME_DIFF_TYPE;
408 return constraintType;
H A DDNSName.java196 int constraintType;
198 constraintType = NAME_DIFF_TYPE;
200 constraintType = NAME_DIFF_TYPE;
206 constraintType = NAME_MATCH;
210 constraintType = NAME_WIDENS;
212 constraintType = NAME_SAME_TYPE;
216 constraintType = NAME_NARROWS;
218 constraintType = NAME_SAME_TYPE;
220 constraintType = NAME_SAME_TYPE;
223 return constraintType;
[all...]
H A DURIName.java319 int constraintType;
321 constraintType = NAME_DIFF_TYPE;
323 constraintType = NAME_DIFF_TYPE;
333 constraintType = NAME_MATCH;
340 constraintType = NAME_SAME_TYPE;
348 constraintType = hostDNS.constrains(otherDNS);
352 ((constraintType == NAME_WIDENS) ||
353 (constraintType == NAME_NARROWS))) {
354 constraintType = NAME_SAME_TYPE;
362 (constraintType
[all...]
H A DOIDName.java151 int constraintType;
153 constraintType = NAME_DIFF_TYPE;
155 constraintType = NAME_DIFF_TYPE;
157 constraintType = NAME_MATCH;
161 return constraintType;
H A DIPAddressName.java396 int constraintType;
398 constraintType = NAME_DIFF_TYPE;
400 constraintType = NAME_DIFF_TYPE;
402 constraintType = NAME_MATCH;
408 constraintType = NAME_SAME_TYPE;
434 constraintType = NAME_MATCH;
436 constraintType = NAME_WIDENS;
438 constraintType = NAME_NARROWS;
440 constraintType = NAME_NARROWS;
442 constraintType
[all...]
H A DEDIPartyName.java239 int constraintType;
241 constraintType = NAME_DIFF_TYPE;
243 constraintType = NAME_DIFF_TYPE;
247 return constraintType;
H A DOtherName.java245 int constraintType;
247 constraintType = NAME_DIFF_TYPE;
249 constraintType = NAME_DIFF_TYPE;
254 return constraintType;
H A DGeneralSubtrees.java402 int constraintType =
404 if (constraintType == NAME_MATCH ||
405 constraintType == NAME_WIDENS ||
406 constraintType == NAME_NARROWS) {
H A DX500Name.java1246 int constraintType;
1248 constraintType = NAME_DIFF_TYPE;
1250 constraintType = NAME_DIFF_TYPE;
1254 constraintType = NAME_MATCH;
1256 constraintType = NAME_WIDENS;
1258 constraintType = NAME_NARROWS;
1260 constraintType = NAME_NARROWS;
1262 constraintType = NAME_WIDENS;
1264 constraintType = NAME_SAME_TYPE;
1267 return constraintType;
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSAttributeDecl.java75 XSSimpleType simpleType, short constraintType, short scope,
81 fConstraintType = constraintType;
74 setValues(String name, String targetNamespace, XSSimpleType simpleType, short constraintType, short scope, ValidatedInfo valInfo, XSComplexTypeDecl enclosingCT, XSObjectList annotations) argument
H A DXSElementDecl.java90 public void setConstraintType(short constraintType) { argument
94 fMiscFlags |= (constraintType & CONSTRAINT_MASK);
H A DSchemaGrammar.java1270 XSSimpleType simpleType, short constraintType, short scope,
1269 setValues(String name, String targetNamespace, XSSimpleType simpleType, short constraintType, short scope, ValidatedInfo valInfo, XSComplexTypeDecl enclosingCT) argument
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDAttributeTraverser.java283 short constraintType = XSConstants.VC_NONE;
288 constraintType = XSConstants.VC_FIXED;
292 constraintType = XSConstants.VC_DEFAULT;
350 attribute.setValues(nameAtt, tnsAtt, attrType, constraintType, scope,
410 constraintType = XSConstants.VC_NONE;
411 attribute.setValues(nameAtt, tnsAtt, attrType, constraintType, scope,
422 constraintType = XSConstants.VC_NONE;
423 attribute.setValues(nameAtt, tnsAtt, attrType, constraintType, scope,

Completed in 168 milliseconds