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

/openjdk7/jdk/src/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.java322 int constraintType;
324 constraintType = NAME_DIFF_TYPE;
326 constraintType = NAME_DIFF_TYPE;
336 constraintType = NAME_MATCH;
343 constraintType = NAME_SAME_TYPE;
351 constraintType = hostDNS.constrains(otherDNS);
355 ((constraintType == NAME_WIDENS) ||
356 (constraintType == NAME_NARROWS))) {
357 constraintType = NAME_SAME_TYPE;
365 (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.java395 int constraintType;
397 constraintType = NAME_DIFF_TYPE;
399 constraintType = NAME_DIFF_TYPE;
401 constraintType = NAME_MATCH;
406 constraintType = NAME_SAME_TYPE;
432 constraintType = NAME_MATCH;
434 constraintType = NAME_WIDENS;
436 constraintType = NAME_NARROWS;
438 constraintType = NAME_NARROWS;
440 constraintType
[all...]
H A DEDIPartyName.java234 int constraintType;
236 constraintType = NAME_DIFF_TYPE;
238 constraintType = NAME_DIFF_TYPE;
242 return constraintType;
H A DOtherName.java245 int constraintType;
247 constraintType = NAME_DIFF_TYPE;
249 constraintType = NAME_DIFF_TYPE;
254 return constraintType;
H A DGeneralSubtrees.java404 int constraintType =
406 if (constraintType == NAME_MATCH ||
407 constraintType == NAME_WIDENS ||
408 constraintType == NAME_NARROWS) {
H A DX500Name.java1258 int constraintType;
1260 constraintType = NAME_DIFF_TYPE;
1262 constraintType = NAME_DIFF_TYPE;
1266 constraintType = NAME_MATCH;
1268 constraintType = NAME_WIDENS;
1270 constraintType = NAME_NARROWS;
1272 constraintType = NAME_NARROWS;
1274 constraintType = NAME_WIDENS;
1276 constraintType = NAME_SAME_TYPE;
1279 return constraintType;
[all...]
/openjdk7/jaxp/src/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.java1276 XSSimpleType simpleType, short constraintType, short scope,
1275 setValues(String name, String targetNamespace, XSSimpleType simpleType, short constraintType, short scope, ValidatedInfo valInfo, XSComplexTypeDecl enclosingCT) argument
/openjdk7/jaxp/src/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 52 milliseconds