OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NAME_WIDENS
(Results
1 - 2
of
2
) sorted by null
/libcore/ojluni/src/main/java/sun/security/x509/
GeneralNameInterface.java
59
public static final int
NAME_WIDENS
= 2; /* input name widens name */
82
* <li>
NAME_WIDENS
= 2: input name widens name (is higher in the naming subtree)
GeneralSubtrees.java
55
private static final int
NAME_WIDENS
= GeneralNameInterface.
NAME_WIDENS
;
215
case GeneralNameInterface.
NAME_WIDENS
:
375
case
NAME_WIDENS
:
407
constraintType ==
NAME_WIDENS
||
454
case
NAME_WIDENS
:
516
case GeneralNameInterface.
NAME_WIDENS
:
Completed in 38 milliseconds