HomeSort by relevance Sort by last modified time
    Searched refs:attrFormat (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/security/x501/
AttributeTypeAndValue.java 240 * @param attrFormat - format of DN
242 public void appendName(String attrFormat, StringBuilder sb) {
244 if (X500Principal.RFC1779.equals(attrFormat)) {
266 if (X500Principal.CANONICAL.equals(attrFormat)) {
288 if (X500Principal.CANONICAL.equals(attrFormat)) {
290 } else if (X500Principal.RFC2253.equals(attrFormat)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
AttrsXmlParser.java 507 Node attrFormat = attrNode.getAttributes().getNamedItem("format"); //$NON-NLS-1$
508 if (attrFormat != null) {
509 for (String f : attrFormat.getNodeValue().split("\\|")) { //$NON-NLS-1$

Completed in 67 milliseconds